[csw-maintainers] Samba 4, take 2, versioned packages

slowfranklin slowfranklin at opencsw.org
Tue Sep 3 19:27:55 CEST 2013


>>> o the main  package is split into libs and common, because it seems in Samba4 libraries
>>> like libsmbclient are linked with tons of private Samba libs, so we really want
>>> these private libs to be available as a seperate package otherwise the whole
>>> Samba packaged would be pulled in when someone installs libsmbclient
>> 
>> Can you list them? I'm a bit surprised that this libsmbclient would have
>> more dependencies, since it's supposed to be the same.
> 
> This is from git master HEAD, built on Solaris 11.1 with this simple configure invocation:
> 
> $ ./configure \
>    --prefix=/opt/samba \
>    --with-ads \
>    --with-shared-modules=vfs_zfsacl

fwiw, you also need the fix I attached to this PR:
<https://bugzilla.samba.org/show_bug.cgi?id=10112>

As an alternative you can prefix the configure invocation with LDFLAGS=-R<LIBDIR>.

-slow


More information about the maintainers mailing list