Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2004 15:26:00 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        Ken Menzel <kenm@icarz.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: perl 5.8.5 on freebsd 4.10 after openssl port removal
Message-ID:  <4193CAD8.50102@mac.com>
In-Reply-To: <134101c4c818$40b34fc0$8adb7bd1@icarz.com>
References:  <0a1701c4c76d$ee4ec980$8adb7bd1@icarz.com> <419364E6.2040003@inoc.net> <0c2401c4c7f9$617f8df0$8adb7bd1@icarz.com> <41939DC0.7020404@mac.com> <134101c4c818$40b34fc0$8adb7bd1@icarz.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ken Menzel wrote:
[ ... ]
> Now what is left over from that install!  An ldd of perl shows only 
> system stuff!
> beverly# ldd perl
> perl:
>        libperl.so => /usr/lib/libperl.so (0x68068000)
>        libm.so.2 => /usr/lib/libm.so.2 (0x68101000)
>        libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x6811d000)
>        libutil.so.3 => /usr/lib/libutil.so.3 (0x68136000)
>        libc.so.4 => /usr/lib/libc.so.4 (0x6813f000)
> beverly#

Happy to have identified the cause.  I'd imagine that Perl dynamicly loads the 
SSL library in some Perl module which is not linked into the main perl binary, 
but is itself dynamicly loaded when Perl needs to do crypto.

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4193CAD8.50102>