On Fri, 22 Aug 2008, Christoph Kaegi wrote:

On 21.08-21:42, Tim Evans wrote:
Karolin Seeger wrote:


  o Fix creation and installation of shared libraries.

On Solaris 10 (Solaris 10 5/08 s10s_u5wos_10 SPARC), the build completes,
but starting the daemons results in:

# /etc/init.d/samba start
ld.so.1: smbd: fatal: libtalloc.so.1: open failed: No such file or directory
Killed
ld.so.1: nmbd: fatal: libtalloc.so.1: open failed: No such file or directory
Killed

Configure command was:

 CC=cc ./configure --with-acl-support --with-included-popt --with-ldap=no
--with-ads=no

Previously, the make failed with reference to the same shared libs, as was
reported by others on this list.


Add something like

 export LDFLAGS="-L/usr/lib/samba -R/usr/lib/samba"

to your environment, with paths pointing to where the samba libs
are going to be installed.

This is a band-aid.  The binaries should be rebuilt with the
linker's -R or -rpath option.

--
DE
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to