From owner-freebsd-current@FreeBSD.ORG Sun Oct 4 13:50:05 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8B831065676 for ; Sun, 4 Oct 2009 13:50:05 +0000 (UTC) (envelope-from taku@tackymt.homeip.net) Received: from basalt.tackymt.homeip.net (unknown [IPv6:2001:3e0:577:0:20d:61ff:fecc:2253]) by mx1.freebsd.org (Postfix) with ESMTP id 589138FC1E for ; Sun, 4 Oct 2009 13:50:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by basalt.tackymt.homeip.net (Postfix) with ESMTP id 08A041074E for ; Sun, 4 Oct 2009 22:50:04 +0900 (JST) X-Virus-Scanned: amavisd-new at tackymt.homeip.net Received: from localhost ([127.0.0.1]) by localhost (basalt.tackymt.homeip.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kPdMoWTbTDI7 for ; Sun, 4 Oct 2009 22:50:01 +0900 (JST) Received: from basalt.tackymt.homeip.net (basalt.tackymt.homeip.net [IPv6:2001:3e0:577:0:20d:61ff:fecc:2253]) by basalt.tackymt.homeip.net (Postfix) with ESMTP for ; Sun, 4 Oct 2009 22:50:01 +0900 (JST) Date: Sun, 4 Oct 2009 22:50:00 +0900 From: Taku YAMAMOTO To: freebsd-current@freebsd.org Message-Id: <20091004225000.6a1a6262.taku@tackymt.homeip.net> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.16.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: pam_ssh no longer works after r197679 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 13:50:05 -0000 Greetings, After the upgrade to OpenSSH 5.3p1 in r197679, pam_ssh doesn't seem to work any longer. In /var/log/messages: Oct 4 10:39:09 basalt xdm: in openpam_load_module(): no pam_ssh.so found # I use pam_ssh for graphical login. A quick investigation revailed that libssh.so.5 had some symbols undefined, which prevented pam_ssh.so.5 from being loaded. # FYI: openpam dlopen()s modules with RTLD_NOW. Here's interesting bits from nm -D /usr/lib/libssh.so.5 | fgrep U U roaming_read U roaming_write Virtually yours, -- -|-__ YAMAMOTO, Taku | __ < - A chicken is an egg's way of producing more eggs. -