From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 19:39:54 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E12EE16A41F for ; Mon, 10 Oct 2005 19:39:54 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4459643D46 for ; Mon, 10 Oct 2005 19:39:54 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from [192.168.1.102] (really [69.167.39.216]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051010193953.SRTK23334.mta13.adelphia.net@[192.168.1.102]> for ; Mon, 10 Oct 2005 15:39:53 -0400 From: Damon Blom Organization: home To: questions@freebsd.org Date: Mon, 10 Oct 2005 12:39:36 -0700 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510101239.36611.surferdamon@adelphia.net> Cc: Subject: unable to do su from user to become super user 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, 10 Oct 2005 19:39:55 -0000 Hi FreeBSD presario.com 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Oct 9 22:44:53 PDT 2005 root@presario.com:/usr/obj/usr/src/sys/MYKERNEL amd64 I cannot go from user to super user. su: error while loading shared libraries: libpam.so.0: cannot open shared object file: No such file or directory In /usr/lib I added pointer from libpam.so.0 to libpam.so.3 **** snip *** -r--r--r-- 1 root wheel 2841092 Oct 10 07:28 libc.a lrwxr-xr-x 1 root wheel 14 Oct 10 07:28 libc.so -> /lib/libc.so.6 -r--r--r-- 1 root wheel 2967924 Oct 10 07:28 libc_p.a -r--r--r-- 1 root wheel 3342666 Oct 10 07:28 libc_pic.a -r--r--r-- 1 root wheel 388758 Oct 10 07:28 libc_r.a lrwxr-xr-x 1 root wheel 11 Oct 10 07:28 libc_r.so -> libc_r.so.6 -r--r--r-- 1 root wheel 129704 Aug 16 09:45 libc_r.so.5 -r--r--r-- 1 root wheel 130440 Oct 10 07:28 libc_r.so.6 -r--r--r-- 1 root wheel 404936 Oct 10 07:28 libc_r_p.a *** snip *** -r--r--r-- 1 root wheel 233062 Oct 10 07:28 libpam.a lrwxr-xr-x 1 root wheel 11 Oct 10 07:28 libpam.so -> libpam.so.3 lrwxr-xr-x 1 root wheel 11 Oct 10 10:50 libpam.so.0 -> libpam.so.3 -r--r--r-- 1 root wheel 35544 Aug 16 09:45 libpam.so.2 -r--r--r-- 1 root wheel 35584 Oct 10 07:28 libpam.so.3 *** snip *** rebuilt system (make buildworld buildkernel installkernel installworld) no help. I had just finished doing portupgrade -a did pkgdb -F I usually just do xdm and use kde as user. system boots fine multiuser and I can login as root no problem. I just can't login as user and become root with su still a newbie. Thank's so much Damon