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

next in thread | previous in thread | raw e-mail | index | archive | help
You hit the nail on the head,  I had installed openssl from ports on 
those machines then removed it.  There must be something hanging 
around from the openssl port install/deinstall. I tried two other 
4.10-p2 machines that never had openssl from ports installed and the 
perl test works fine!

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#

And size and dates of /usr/lib/libcrypt look good!

beverly# ls -l /usr/lib/libcryp*
-r--r--r--  1 root  wheel    33876 Aug 22 20:26 /usr/lib/libcrypt.a
lrwxr-xr-x  1 root  wheel       13 Aug 22 20:26 
/usr/lib/libcrypt.so@ -> libcrypt.so.2
-r--r--r--  1 root  wheel    28720 Aug 22 20:26 /usr/lib/libcrypt.so.2
-r--r--r--  1 root  wheel    36930 Aug 22 20:26 /usr/lib/libcrypt_p.a
-r--r--r--  1 root  wheel  1627034 Aug 22 20:27 /usr/lib/libcrypto.a
lrwxr-xr-x  1 root  wheel       14 Aug 22 20:27 
/usr/lib/libcrypto.so@ -> libcrypto.so.3
-r--r--r--  1 root  wheel   777404 Feb 11  2003 
/usr/lib/libcrypto.so.2
-r--r--r--  1 root  wheel  1050964 Aug 22 20:27 
/usr/lib/libcrypto.so.3
-r--r--r--  1 root  wheel  1762170 Aug 22 20:27 /usr/lib/libcrypto_p.a
beverly#

and a find for openssl only returns the system openssl (/usr/bin etc)

Hmmmm.....  something did not get removed,  but I don't know where 
that would I am going to try and reinstall world maybe that will help.

Thanks,
Ken
----- Original Message ----- 
From: "Chuck Swiger" <cswiger@mac.com>
To: "Ken Menzel" <kenm@icarz.com>
Cc: <freebsd-ports@freebsd.org>
Sent: Thursday, November 11, 2004 12:13 PM
Subject: Re: perl 5.8.5 on freebsd 4.10


> Ken Menzel wrote:
> [ ... ]
>> Looks like a bug in 4.10, but I am not expert especially on crypto! 
>> I just wanted to check this with the group as it may point to a 
>> larger problem that this behaves differently on 4.10 from 4.9 and 
>> 5.3.
>
> I can't reproduce the Perl test failure here:
>
> 3-sec# cd /usr/ports/lang/perl5.8
> 4-sec# make && make test
> [ ... ]
> t/pod/special_seqs........................ok
> t/x2p/s2p.................................ok
> All tests successful.
> u=7.71094  s=3.0625  cu=437.68  cs=46.8281  scripts=826  tests=85559
> 741.59s real  449.26s user  51.72s system  67%
> 5-sec# uname -a
> FreeBSD sec.pkix.net 4.10-STABLE FreeBSD 4.10-STABLE #4: Mon Aug 23 
> 14:18:07 EDT 2004     chuck@sec.pkix.net:/usr/obj/usr/src/sys/NORMAL 
> i386
>
> ...so I'd guess it's something different with your system or 
> environment.  Do you have an old version of OpenSSL floating around 
> in /usr/local, maybe?
>
> -- 
> -Chuck
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to 
> "freebsd-ports-unsubscribe@freebsd.org"
>
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?134101c4c818$40b34fc0$8adb7bd1>