|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: RE: One more time
Date: Mar 15 1999 5:24PM
Jesse Soklin writes:
> I got sybperl-2.10 to work with the Sybase 11.9.2 server and Dec Unix 4.0d.
> The problem that you are having looks like a problem I had before, I had to
> 'export SYBASE=/opt/sybase' and 'export LD_LIBRARY_PATH=$SYBASE/lib' before
> I ran the make test. Here are the instructions that I used for my
build.
Thanks for the info...
>
> perl files: to make perl files run with the new sybperl the files will need
> to be modified.
>
> orig:
> #!/bin/perl
> use Sybase::Sybperl;
>
> new:
> #!/bin/perl
> BEGIN {
> $ENV{LD_LIBRARY_PATH} = '/opt/sybase/lib';
> }
I doubt that that change would have much effect. You can't set
LD_LIBRARY_PATH for the current process, only for children of the
current process.
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|