|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Sybperl -- Activestate PM's
Date: Mar 21 2000 12:09AM
Yes - this is a known problem. I hope to make a new release soon(ish)
that will correct this problem.
Michael
Robert Rusch writes:
>
>
> Michael;
>
> I have just load Activestates Perl 522 on a clean box and found when I loaded
> the sybperl extentions that I was getting an error where the it was trying to
> locate my Sybase installation in the p:/modules/support/sybase directory. After
> doing a little research I found that the CTlib and DBlib PM's where resesting
> this indescriminently with the following code:
> BEGIN {
> $ENV{SYBASE} = "p:/modules/support/sybase";
> }
> I replaced it with the following code and now am ok:
> BEGIN {
> if ( $ENV{SYBASE} eq "" ) {
> $ENV{SYBASE} = "p:/modules/support/sybase";
> }
> }
>
> Thanks,
> Bob Rusch
>
>
>
>
--
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
|