[SLUG] What is that command?

2002-07-12 Thread Terry Collins
What is that command that you use when you want to run a program and see what libaries, etc that is calls. I have a "./lines: error while loading shared libraries: libncurses.so.4: cannot load shared object file: No such file or directory" that I need to investigate. -- Terry Collins {:-)}

Re: [SLUG] What is that command?

2002-07-12 Thread Tom Massey
On Fri, Jul 12, 2002 at 09:46:03PM +1000, Terry Collins wrote: > What is that command that you use when you want to run a program and see > what libaries, etc that is calls. Is ldd what you're looking for? -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org

Re: [SLUG] What is that command?

2002-07-12 Thread Terry Collins
Tom Massey wrote: > > On Fri, Jul 12, 2002 at 09:46:03PM +1000, Terry Collins wrote: > > What is that command that you use when you want to run a program and see > > what libaries, etc that is calls. > > Is ldd what you're looking for? Don't know {:), but it gave me the information I needed to

RE: [SLUG] What is that command?

2002-07-12 Thread Chris Barnes
maybe 'strace'...i know it dumps more than the libraries your looking for but i spose you could use it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Terry Collins Sent: Friday, 12 July 2002 9:46 PM To: Slug List Subject: [SLUG] What is th

Re: [SLUG] What is that command?

2002-07-15 Thread Angus Lees
At Fri, 12 Jul 2002 21:46:03 +1000, Terry Collins wrote: > What is that command that you use when you want to run a program and see > what libaries, etc that is calls. > > I have a "./lines: error while loading shared libraries: > libncurses.so.4: cannot load shared object file: No such file or >