I ran: export CC=cc export OBJECT_MODE=64 ./configure make make install with Samba 3.2.4,and it give LOTS of ld duplicate symbol names, but more importantly, when I tried to start it, it gave me an error that said libtalloc not loaded. I went back and mannully ran: make installlibtalloc which fixed the problem and allowed me to start the smb service, but I suspect the install script must not be installing a required library component by default. I'm using xlc v 10 on AIX 5.3
Michael, I think this one has been fixed meanwhile.
I just tried the same thing with the latest samba-3.3.4, and it has the same errors when I try to restart samba: # ./S90samba start exec(): 0509-036 Cannot load program /usr/local/samba/sbin/smbd because of the following errors: 0509-150 Dependent module libtalloc.so could not be loaded. 0509-022 Cannot load module libtalloc.so. 0509-026 System error: A file or directory in the path name does not exist. exec(): 0509-036 Cannot load program /usr/local/samba/sbin/nmbd because of the following errors: 0509-150 Dependent module libtalloc.so could not be loaded. 0509-022 Cannot load module libtalloc.so. 0509-026 System error: A file or directory in the path name does not exist.
Michael, is this resolved already ?
just had a look at 3.6 using gmake - libtalloc was installed by "make install"