NetBSD supports shared libraries, too

Ken Cross kcross at nssolutions.com
Wed Jan 29 13:05:15 GMT 2003


Samba-folk:

The libsmbclient.so in SAMBA_3_0 looks good.  The OS-specific checks
don't have NetBSD, though.  

The settings are the same as FreeBSD, so the simplest change is in
configure.in, line 894, change from:

     *freebsd*)  BLDSHARED="true"

to

     *netbsd* | *freebsd*)  BLDSHARED="true"

That builds the libraries.  Now, how do you get the utilities to link to
them?

Thanks, 
Ken Cross
Network Storage Solutions



More information about the samba-technical mailing list