From caumann@u.washington.edu Fri Mar 30 13:35:37 2001 Received: from jason03.u.washington.edu (jason03.u.washington.edu [140.142.8.11]) by lists.u.washington.edu (8.11.2+UW01.01/8.11.2+UW01.03) with ESMTP id f2ULZZ254238 for ; Fri, 30 Mar 2001 13:35:35 -0800 Received: from dante54.u.washington.edu (caumann@dante54.u.washington.edu [140.142.15.104]) by jason03.u.washington.edu (8.11.2+UW01.01/8.11.2+UW01.03) with ESMTP id f2ULZYi18692 for ; Fri, 30 Mar 2001 13:35:34 -0800 Received: from localhost (caumann@localhost) by dante54.u.washington.edu (8.11.2+UW01.01/8.11.2+UW01.03) with ESMTP id f2ULZYt103094 for ; Fri, 30 Mar 2001 13:35:34 -0800 Date: Fri, 30 Mar 2001 13:35:33 -0800 (PST) From: Craig Aumann To: UW Linux Group Subject: Re: LPD problem In-Reply-To: <001f01c0b8e4$d2f1f360$0500000a@strider> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Thanks! Upgrading to LPRng-3.7.4-1 from LPRng-3.6.24-2 solved the problem Craig On Thu, 29 Mar 2001, Russell Power wrote: > I think checkpc comes with LPRng. If you're running Redhat (or any > distribution using RPM) , you can verify the LPRng package with: > > rpm -V LPRng (or whatever the name of the package is, you can get a list > with rpm -qa ) > > > You can also run the 'readelf' utility on checkpc to get a list of the > libraries that are loaded dynamically: > > readelf -d checkpc > > I get the following results on my executable: > > 0x00000001 (NEEDED) Shared library: [libgdbm.so.2] > 0x00000001 (NEEDED) Shared library: [libc.so.6] > > > I know libc better be there, and that a lot of programs would fail if it > wasn't - but I'm not sure if gdbm is a standard library - maybe someone > else on this list does? > > Anyway - hope that's of some help. You can always find the new LPRng RPM's > at www.lprng.org. Upgrading to the latest version could be the easiest way > to fix your problem. > > > --Russell > > ----- Original Message ----- > From: "Craig Aumann" > To: "UW Linux Group" > Sent: Thursday, March 29, 2001 4:36 PM > Subject: Re: LPD problem > > > > > > Actually, I can't even start it after boot. > > > > If I run /usr/sbin/checkpc after booting, it also gives the same error > > message. > > > > > > > > Craig > > > > > > On Thu, 29 Mar 2001, Russell Power wrote: > > > > > If it's only at boot you could have the libraries stored on a filesystem > > > that hasn't been mounted yet.... has this not occurred until recently? > > > > > > > > > --Russell > > > ----- Original Message ----- > > > From: "Craig Aumann" > > > To: "UW Linux Group" > > > Sent: Thursday, March 29, 2001 2:45 PM > > > Subject: LPD problem > > > > > > > > > > > > > > I can't figure out why LPD won't start up at boot. > > > > > > > > Error while loading shared libraries /usr/sbin/checkpc: undefined > symbol: > > > > stat > > > > > > > > and a similar message for LPD or if I try to run checkpc. > > > > > > > > I can't figure out which shared libraries are the causing the problem. > > > > > > > > Thoughts? > > > > > > > > Craig > > > > > > > > > > > > > > > > > > > > > > > > > > > > .