Re: Error - Samba 3.0.4



On Tue, Feb 06, 2007 at 11:03:40AM -0500, Vipin Khushu-Suse wrote:



Thanks for the response....Unfortunately, the ldd command is not on my
system. Any idea where I can get it from?
On my System it is:
root@pago-am1 /home/root> which_fileset ldd
/usr/bin/ldd bos.rte.bind_cmds 5.2.0.0

But on your system (AIX 4.3.3) it is at:
http://www.faqs.org/faqs/aix-faq/part4/
<snip>
Subject: 2.20: How can tell what shared libraries a binary is linked with?

Use "dump -H <execfilename>" and see if anything other than /unix is
listed in the loader section (at the bottom). The first example is
/bin/sh (statically linked) and the second example is
/usr/local/bin/bash (shared).

INDEX PATH BASE MEMBER
0 /usr/lib:/lib
1 / unix

INDEX PATH BASE MEMBER
0 ./lib/readline/:./lib/glob/:/usr/lib:/lib
1 libc.a shr.o
2 libcurses.a shr.o

The freeware tool "ldd" lists all the shared libraries needed
by an executable, including those recursively included by other
shared libraries. See question 2.27 "Where can I find ldd for AIX?".

... and then later ...

Subject: 2.27: Where can I find ldd for AIX?
From: Jens-Uwe Mager <jum@xxxxxxxxxxxxx>

Try <http://www.han.de/~jum/aix/ldd.c>. Also the "aix.tools"
package from <http://www-frec.bull.com>
<snip>
So search for the aix.tools lpp on bullfreeware.com.
Wait. Here ist is:
http://www.bullfreeware.com/download/aix43/aix.tools-1.5.4.0.exe

Cheers,
ku

--
Darth Vader:
I find your lack of faith disturbing.



Relevant Pages