A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5020 ====================================================================== Reported By: abelletti Assigned To: jh ====================================================================== Project: samba_winbind Issue ID: 5020 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-11-01 22:05 CET Last Modified: 2012-11-05 10:29 CET ====================================================================== Summary: Missing nss_winbind.so library Description: The CSWsamba_winbind package is missing the library support for nss. It would be very helpful to have this included in the build. Thanks!
====================================================================== ---------------------------------------------------------------------- (0010203) jh (manager) - 2012-11-05 10:29 https://www.opencsw.org/mantis/view.php?id=5020#c10203 ---------------------------------------------------------------------- Hi first of all what do you need this lib for? I did dig more into the configure script: case "$host_os" in *solaris*) # Solaris winbind client is implemented as a wrapper around # the Linux version. NSSSONAMEVERSIONSUFFIX=".1" WINBIND_NSS_EXTRA_OBJS="../nsswitch/winbind_nss_solaris.o \ ../nsswitch/winbind_nss_linux.o" This seems links the objekts build into winbind and not as a seperate lib on Solaris. You are using opensolaris right. You might want to check $host_os in config.log to see if it matches solaris. (I'm not sure here) I do think the lib is not need with Solaris. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
