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.

-- 
----------------------------------------------------------------------
Christoph Kaegi                                           [EMAIL PROTECTED]
----------------------------------------------------------------------
-- 
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