|
|
sybperl-l Archive
Up Prev Next
From: Charles Phares <cphares at mac dot com>
Subject: Re: Failing make...
Date: Feb 4 2005 7:08PM
OK. So I corrected my DYLD_LIBRARY_PATH variable, and added sybsrv_r
to the library lists where other sybase libraries were in the make
file, and it made with out issue.
-Chuck
On Feb 3, 2005, at 12:03 PM, Charles Phares wrote:
> Greetings All!
>
> I am having trouble building DBD-Sybase on Mac OS X 10.3.7. I am
> running Sybase ASE 12.5.3 & perl 5.8.1-RC3. DBI built with no
> problems.
>
> Make is failing with the following message:
>
> ld: warning can't open dynamic library: libsybsrv_r.dylib (checking
> for undefined symbols may be affected) (No such file or directory,
> errno = 2)
>
> my DYLD_LIBRARY_PATH is:
>
> DYLD_LIBRARY=/Applications/Sybase/System/OCS-12_5/lib:/Applications/
> Sybase/System/ASE-12_5/lib
>
> and if I search in this path, I find the libsybsrv_r.dylib file. I'm
> stumped! :)
>
> Attempting to run make tests returns many many failures.
>
> Any ideas?
>
>
> Cheers!
>
> -Chuck
>
|