Re: OpenSSL-related problem

2003-02-24 Thread Dan Pelleg
Patrick [EMAIL PROTECTED] writes:

 Hi,
 
 I cvsup'd to the latest stable today, did all of the normal foo to get a
 new kernel and world. I ended up with a system where any of my
 ports/locally installed software that relies on OpenSSL craps out with
 
[...]

 I'm seeing similar stuff, but in ssh-add and scp in the base system.

 ~/ /usr/bin/ssh-agent
/usr/libexec/ld-elf.so.1: /usr/lib/libssh.so.2: Undefined symbol EVP_aes_128_cbc

 ~/ ldd /usr/bin/ssh-agent 
/usr/bin/ssh-agent:
libssh.so.2 = /usr/lib/libssh.so.2 (0x2806a000)
libcrypto.so.3 = /usr/local/lib/libcrypto.so.3 (0x28099000)
libc.so.4 = /usr/lib/libc.so.4 (0x2814e000)
libz.so.2 = /usr/lib/libz.so.2 (0x281e7000)

 ~/ ls -l /usr/lib/libcrypto* /usr/lib/libssl* /usr/lib/libssh*
-r--r--r--  1 root  wheel  1607080 Feb 24 05:50 /usr/lib/libcrypto.a
lrwxr-xr-x  1 root  wheel   14 Feb 24 05:50 /usr/lib/libcrypto.so - libcrypto.so.3
-r--r--r--  1 root  wheel   761916 Jan 18 19:34 /usr/lib/libcrypto.so.2
-r--r--r--  1 root  wheel  1021332 Feb 24 05:50 /usr/lib/libcrypto.so.3
-r--r--r--  1 root  wheel  1741816 Feb 24 05:50 /usr/lib/libcrypto_p.a
-r--r--r--  1 root  wheel   274010 Feb 24 05:50 /usr/lib/libssh.a
lrwxr-xr-x  1 root  wheel   11 Feb 24 05:50 /usr/lib/libssh.so - libssh.so.2
-r--r--r--  1 root  wheel   192276 Feb 24 05:50 /usr/lib/libssh.so.2
-r--r--r--  1 root  wheel   290138 Feb 24 05:50 /usr/lib/libssh_p.a
-r--r--r--  1 root  wheel   249654 Feb 24 05:50 /usr/lib/libssl.a
lrwxr-xr-x  1 root  wheel   11 Feb 24 05:50 /usr/lib/libssl.so - libssl.so.3
-r--r--r--  1 root  wheel   180744 Jan 18 19:34 /usr/lib/libssl.so.2
-r--r--r--  1 root  wheel   187400 Feb 24 05:50 /usr/lib/libssl.so.3
-r--r--r--  1 root  wheel   263878 Feb 24 05:50 /usr/lib/libssl_p.a


FWIW, in my make.conf I have:

MAKE_KERBEROS4= yes
MAKE_KERBEROS5= yes

And the kernel config has this as the only cpu line:
cpu I686_CPU

Can't think of anything else that's non-standard.

-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: OpenSSL-related problem

2003-02-24 Thread Jacques A. Vidrine
On Mon, Feb 24, 2003 at 06:33:58AM -0500, Dan Pelleg wrote:
  I'm seeing similar stuff, but in ssh-add and scp in the base system.
[...]
  ~/ ldd /usr/bin/ssh-agent 
 /usr/bin/ssh-agent:
 libssh.so.2 = /usr/lib/libssh.so.2 (0x2806a000)
 libcrypto.so.3 = /usr/local/lib/libcrypto.so.3 (0x28099000)

You have the OpenSSL port installed.  Remove it.

Cheers,
-- 
Jacques A. Vidrine [EMAIL PROTECTED]  http://www.celabo.org/
NTT/Verio SME  . FreeBSD UNIX .   Heimdal Kerberos
[EMAIL PROTECTED] .  [EMAIL PROTECTED]  .  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: OpenSSL-related problem

2003-02-24 Thread Mike Tancsa


apache13-modssl depends on this port.  I take it this no longer the case ?

---Mike



At 08:31 AM 24/02/2003 -0600, Jacques A. Vidrine wrote:

You have the OpenSSL port installed.  Remove it.

Cheers,
--
Jacques A. Vidrine [EMAIL PROTECTED]  http://www.celabo.org/
NTT/Verio SME  . FreeBSD UNIX .   Heimdal Kerberos
[EMAIL PROTECTED] .  [EMAIL PROTECTED]  .  [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: OpenSSL-related problem

2003-02-24 Thread Jacques A. Vidrine
On Mon, Feb 24, 2003 at 09:46:46AM -0500, Mike Tancsa wrote:
 apache13-modssl depends on this port.  I take it this no longer the case ?

AFAIK, that was a bug.  mod_ssl has never needed the port. [cc'ing
Dirk, who may have full details]

Cheers,
-- 
Jacques A. Vidrine [EMAIL PROTECTED]  http://www.celabo.org/
NTT/Verio SME  . FreeBSD UNIX .   Heimdal Kerberos
[EMAIL PROTECTED] .  [EMAIL PROTECTED]  .  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message


Re: OpenSSL-related problem

2003-02-24 Thread Dan Pelleg
Jacques A. Vidrine [EMAIL PROTECTED] writes:

 On Mon, Feb 24, 2003 at 06:33:58AM -0500, Dan Pelleg wrote:
   I'm seeing similar stuff, but in ssh-add and scp in the base system.
 [...]
   ~/ ldd /usr/bin/ssh-agent 
  /usr/bin/ssh-agent:
  libssh.so.2 = /usr/lib/libssh.so.2 (0x2806a000)
  libcrypto.so.3 = /usr/local/lib/libcrypto.so.3 (0x28099000)
 
 You have the OpenSSL port installed.  Remove it.
 

Indeed, I did. I removed it and all seems fine now. Thanks!

-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message