|
|
sybperl-l Archive
Up Prev Next
From: mpeppler at BIX dot com
Subject: RE: Compilaion Failed
Date: Sep 16 1997 12:00AM
You're probably running a different perl binary. Go to the sybperl source
tree and see if there is a perl binary there, and try that. It should
include the Sybase::CTlib module.
Michael
-------- Original Message --------
Return-path:
Received: from mr.bix.com by bix.com (CoSy3.46) id
<9709151603.memo.46279@BIX.com>; Mon, 15 Sep 1997 16:03:39 -0400 (EDT)
Received: from bos1c.delphi.com ("port 33246"@bos1c.delphi.com [199.93.4.3])
by mr.bix.com (BIX mail 1.0); Mon, 15 Sep 1997 16:03:39 -0400 (EDT)
Received: from trln ("port 4338"@[152.2.176.90])
by delphi.com (PMDF V5.1-8 #23839)
with SMTP id <01INOEATA73K8YC6BP@delphi.com> for mpeppler@mr.bix.com; Mon,
15 Sep 1997 16:02:24 EDT
Received: from perth.lach.net by trln (MX V4.2 VAX) with SMTP; Mon,
15 Sep 1997 15:35:25 -0500 (EST)
Received: from rivergod ([206.147.212.131]) by perth.lach.net (8.8.5/8.8.5)
with ESMTP id JAA16825 for ; Mon,
15 Sep 1997 09:28:04 -0500
From: Lachlan Dunlop
Date: Tue, 16 Sep 1997 02:36:47 -0500
To: sybperl
Message-id: <341E370F.48F77F10@lach.net>
Subject: Compilaion Failed
Sender: owner-sybperl-l@trln.lib.unc.edu
Reply-to: SYBPERL-L@trln.lib.unc.edu
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
Errors-to: owner-sybperl-l@trln.lib.unc.edu
Warnings-to: <>
X-Listname: SybPerl Discussion List
Hello list,
I am a little (ok, a lot) frustrated. I had sybperl up and running last
week making queries into the sybase server.
Well, monday morning shows up and I keep getting the compile error
below???
I am running on Linux, the perl script I'm trying to run, ran last week
just fine. It' s Michael's example in the notes. I had tried including
every directory on the command line, but to no avail.
Lach
[sybase@flipper sybase]$ perl test
Can't find loadable object for module Sybase::CTlib in @INC
(/usr/lib/perl5/i386
-linux/5.003 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux
/usr/lib/perl5/s
ite_perl .) at /usr/lib/perl5/site_perl/Sybase/CTlib.pm line 862
BEGIN failed--compilation aborted at test line 3.
|