Re: Error - Samba 3.0.4
- From: Hans-Dieter Kutz <hdkutz@xxxxxxxxx>
- Date: Tue, 6 Feb 2007 17:15:57 +0100
On Tue, Feb 06, 2007 at 11:03:40AM -0500, Vipin Khushu-Suse wrote:
On my System it is:
Thanks for the response....Unfortunately, the ldd command is not on my
system. Any idea where I can get it from?
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.
- References:
- Re: Error - Samba 3.0.4
- From: Vipin Khushu-Suse
- Re: Error - Samba 3.0.4
- Prev by Date: Re: Error - Samba 3.0.4
- Next by Date: Re: Error - Samba 3.0.4
- Previous by thread: Re: Error - Samba 3.0.4
- Next by thread: Re: Error - Samba 3.0.4
- Index(es):
Relevant Pages
- Re: Oracle 10g (release1), AIX, Pro-COBOL, Problems building sample programs
... I think most flavours of unix use the LD_LIBRARY_PATH, but I guess AIX ... is
a little different, and uses LIBPATH. ... I used the ldd command, as shown in the
text below. ... System error: ... (comp.databases.oracle.server) - ldd on AIX 5.2 not listing zlib library on built-in path
... I would like to understand the results that I'm geting from ldd on AIX ...
I don't quite understand how AIX shared libraries are shipper. ... I've rebuilt zlib
it in another directory from its .configure script. ... (comp.unix.aix) - Re: list dynamic dependencies
... You can try genld or dump -H, or get ldd for AIX off Bull site. ... In
HP-UX and Solaris there is a command ldd for listing dynamic ... If you have received this
electronic transmission in error, please notify the sender immediately by a "reply to sender only"
message and destroy all electronic and hard copies of the communication, including attachments. ...
(AIX-L) - Re: ldd on AIX 5.2 not listing zlib library on built-in path
... > I would like to understand the results that I'm geting from ldd on AIX
... I don't quite understand how AIX shared libraries are shipper. ... > .a file
whereas in the other one it is the shared object itself. ... (comp.unix.aix) - Re: LD_ASSUME_KERNEL support for feisty
... I already ran my app through ldd and verified that all the shared libraries ...
This is what the ldd output looks like. ... Modify settings or unsubscribe
at: ... (Ubuntu)