The libraries are located in /usr/lib,

[pbraf:~] root# find / -name "libssl*"
/Applications/Navigator.app/Contents/MacOS/libssl3.dylib
/usr/lib/libssl.0.9.dylib
/usr/lib/libssl.dylib
/usr/libexec/httpd/libssl.so
[pbraf:~] root#

How can I  see what $Config{perllibs} contains?

If I execute "perl -e 'print $Config{perllibs}'", the result is 
undefined.

The content of @INC is:

[pbraf:~] root# perl -e 'print "@INC \n"'
/System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin 
/Library/Perl /Library/Perl /Network/Library/Perl/darwin 
/Network/Library/Perl /Network/Library/Perl .

Have @INC contain "/usr/lib"?

thnx

raf

On Luned�, set 9, 2002, at 19:33 Europe/Rome, David Wheeler wrote:

> On Monday, September 9, 2002, at 01:03  AM, Raffaele Conte wrote:
>
>> I have a problem with he installation of DBD-pg 1.13 on Mac. The make 
>> works fine but when I run "make test" this is the result:
>
> It looks like Perl is having trouble finding your SSL library. Where 
> is it located? Make sure that $Config{perllibs} contains the name of 
> the directory with your SSL dylds in it.
>
> HTH,
>
> David
>
> -- 
> David Wheeler                                     AIM: dwTheory
> [EMAIL PROTECTED]                                 ICQ: 15726394
> http://david.wheeler.net/                      Yahoo!: dew7e
>                                                Jabber: 
> [EMAIL PROTECTED]
>
Raffaele Conte

CNR - Ist di Fisiologia Clinica         http://ifc.cnr.it

Reply via email to