Date: Wed, 7 May 2008 11:13:24 +0200 From: karim.bourenane@orange-ftgroup.com To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Cc: freebsd-current@freebsd.org Subject: Re: [FreeBsd 7.0] Openldap server - client / error with openssl - openssh Message-ID: <OF31D961EA.8D8D7B11-ONC1257442.003113B3-C1257442.00326A38@dc.par.equant.com>
next in thread | raw e-mail | index | archive | help
Hi Matthew Thanks you for you reply. Before patching openssh, i've installed openssh 4.1 with port, and so the path librairy located in different path. Now i just desintall openssh4.1, and openssh running fine. Thansk you for your help. Regards Karim Bourenane Orange Business Services / Equant RO&SI / IBNF / ENO / GNS 112 Avenue Charles de Gaules 92200 Neuilly S/Seine Phone: +33156 76 35 52 Fax: +33156 76 35 04 http://www.equant.com Matthew Seaman <m.seaman@infracaninophile.co.uk> 05/05/2008 20:35 To: karim.bourenane@orange-ftgroup.com cc: freebsd-current@freebsd.org bcc: Subject: Re: [FreeBsd 7.0] Openldap server - client / error with openssl - openssh karim.bourenane@orange-ftgroup.com wrote: > Hi, > > I just found security upgrade openssh, but don't running on my ldap > server, same error : > http://security.freebsd.org/advisories/FreeBSD-SA-08:05.openssh.asc > > And if i check version of channel.c file after upgrade : > > serverldap# patch < /var/tmp/openssh.patch > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |Index: crypto/openssh/channels.c > |=================================================================== > |RCS file: /home/ncvs/src/crypto/openssh/channels.c,v > |retrieving revision 1.23 > |diff -u -r1.23 channels.c > |--- crypto/openssh/channels.c 30 Sep 2006 13:38:04 -0000 1.23 <-- > Same value, same version > |+++ crypto/openssh/channels.c 15 Apr 2008 19:09:48 -0000 > -------------------------- > > Can anyone have idea ? > idea is patented software IIRC, and you need to add flags to /etc/src.conf to enable idea realated stuff to be built. See src.conf(5). I guess the problem you're seeing is because either: you built either openssh or openssl on a different machine to where you're running it and there's a difference in the WITH/WITHOUT_IDEA settings between the two machines or: you built openssh to link against the ports version of openssl but you're running on a machine with only the base version installed (although I'm not certain about that last: I think that scenario would perhaps result in 'file not found' error messages from ld.so when it couldn't find the SSL shlibs in /usr/local/lib) Oh, and FreeBSD 7.0 is definitely freebsd-stable@... material nowadays. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OF31D961EA.8D8D7B11-ONC1257442.003113B3-C1257442.00326A38>