From owner-freebsd-questions@FreeBSD.ORG Mon Jul 2 15:51:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8F2616A41F for ; Mon, 2 Jul 2007 15:51:44 +0000 (UTC) (envelope-from lackey@manoutoftime.org) Received: from smtp.forest.net (smtp.forest.net [216.168.37.34]) by mx1.freebsd.org (Postfix) with ESMTP id BCA1813C483 for ; Mon, 2 Jul 2007 15:51:44 +0000 (UTC) (envelope-from lackey@manoutoftime.org) Received: from [24.18.49.83] (account billd HELO [10.0.1.35]) by smtp.forest.net (CommuniGate Pro SMTP 5.0.9) with ESMTPA id 54877481 for freebsd-questions@freebsd.org; Mon, 02 Jul 2007 06:54:21 -0700 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <9EF39B41-28CB-4E6E-8334-BDDA1C598E42@manoutoftime.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: "William R. Dickson" Date: Mon, 2 Jul 2007 06:51:44 -0700 X-Mailer: Apple Mail (2.752.3) Subject: SSH and Sendmail problems w/ld-elf.so.1 after upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 15:51:44 -0000 Greetings, Last night, I performed a binary upgrade on two servers from 4.11 to 6.2. Both servers appeared to have identical configurations, apart from small differences like perl modules and the like. I built one of them myself a few years ago; a former co-worker built the other while I was on vacation, and I have no way to reach him to determine what he may have done differently. Both upgrades appeared to work without any trouble. The server I originally built is operating normally. The server my former co- worker built is having problems with SSH and Sendmail (and possibly other things I haven't yet discovered). Attempting to ssh into the new box results in: ssh: connect to host localhost port 22: Connection refused Watching ssh -d I see: debug1: sshd version OpenSSH_4.5p1 FreeBSD-20061110 debug1: read PEM private key done: type DSA debug1: private host key: #0 type 2 DSA debug1: rexec_argv[0]='/usr/sbin/sshd' debug1: rexec_argv[1]='-d' debug1: Bind to port 22 on ::. Server listening on :: port 22. debug1: Bind to port 22 on 0.0.0.0. Server listening on 0.0.0.0 port 22. debug1: fd 5 clearing O_NONBLOCK debug1: Server will not fork when running in debugging mode. debug1: rexec start in 5 out 5 newsock 5 pipe -1 sock 8 debug1: inetd sockets after dupping: 3, 3 /libexec/ld-elf.so.1: /usr/sbin/sshd: Undefined symbol "__res_state" Running sendmail I get: # sendmail -v /libexec/ld-elf.so.1: sendmail: Undefined symbol "__res_state" I get the same error when attempting to build openssh from ports. Building openssl works fine. Any suggestions would be appreciated! Thanks, -Bill