Re: Help! sshd failing after upgrade

2003-03-21 Thread Andreas Widerøe Andersen
At 09:16 21.03.2003 -0500, Adam wrote:
On Fri, 2003-03-21 at 04:22, Andreas Widerøe Andersen wrote:
 Dear list readers,
 Two days ago I cvsup'ed the latest src, compiled a new kernel and issued a
 build/installworld. My system was running 4.7 STABLE and is now 4.8 RC. I
 have one problem that I can't fingure out.

 After upgrading my sshd stopped working with the following message under
 boottime (also if I try to manyally start it from /usr/local/etc/rc.d/):

 # ./sshd.sh start
 /usr/libexec/ld-elf.so.1: /usr/local/sbin/sshd: Undefined symbol
 OpenSSL_add_all_algorithms

 I can't ssh to my box anymore.. and this is a big problem since this is a
 surveillance, backup, mail and www server. I have looked in /etc/ssh, but
 not found any reference to this undefined symbol.
I don't have a solution for you on this one. However, if you find a
solution (and possibly even the cause), please post it back to the list,
or email me personally. I am planning on upgrading to 4.8 soon as well,
and I don't want any 'surprises' like you have encountered.
--
Adam [EMAIL PROTECTED]
Well, I didn't exactly find a solution, but more like a bypass. I installed 
the /usr/ports/security/openssh port and did what was written in 
pkg-message. Now it's working fine again.

/Andreas



---
Andreas Widerøe Andersen [EMAIL PROTECTED]
Pragma AS
http://www.pragma.no 

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


Re: Help! sshd failing after upgrade

2003-03-21 Thread Lowell Gilbert
Andreas Widerøe Andersen [EMAIL PROTECTED] writes:

 Dear list readers,
 Two days ago I cvsup'ed the latest src, compiled a new kernel and
 issued a build/installworld. My system was running 4.7 STABLE and is
 now 4.8 RC. I have one problem that I can't fingure out.
 
 After upgrading my sshd stopped working with the following message
 under boottime (also if I try to manyally start it from
 /usr/local/etc/rc.d/):
 
 # ./sshd.sh start
 /usr/libexec/ld-elf.so.1: /usr/local/sbin/sshd: Undefined symbol
 OpenSSL_add_all_algorithms
 
 I can't ssh to my box anymore.. and this is a big problem since this
 is a surveillance, backup, mail and www server. I have looked in
 /etc/ssh, but not found any reference to this undefined symbol.
 
 Thanks for any help!

What are the dates on ld-elf.so.1 and sshd?  Did they both get built?  

What is in your make.conf?

Is there any particular reason you didn't follow the official update
instructions (build the world, *then* build the kernel, then install
the kernel, then reboot under that kernel before installing the world)?

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