pam_smbpass.so

Steve Langasek vorlon at netexpress.net
Mon Feb 11 11:11:13 GMT 2002


Hello Bartlomiej,

On Mon, Feb 11, 2002 at 06:58:34PM +0100, Bartlomiej Solarz-Niesluchowski wrote:

> I try to upgrade from 2.2.1a to 2.2.3a and discover problem:

> Feb 11 18:49:23 oceanic ftpd[9734]: PAM unable to 
> dlopen(/lib/security/pam_smbpass.so)
> Feb 11 18:49:23 oceanic ftpd[9734]: PAM [dlerror: 
> /lib/security/pam_smbpass.so: undefined symbol: get_interfaces]
> Feb 11 18:49:23 oceanic ftpd[9734]: PAM adding faulty module: 
> /lib/security/pam_smbpass.so

> It seems that there was problems in compiling.

> Packaging is from RH 72 (modified by me)

Below is the necessary patch to the Samba 2.2 makefile.

Cheers,
Steve Langasek
postmodern programmer

Index: Makefile.in
===================================================================
RCS file: /cvsroot/samba/source/Makefile.in,v
retrieving revision 1.227.2.107
diff -u -w -r1.227.2.107 Makefile.in
--- Makefile.in	31 Jan 2002 21:46:34 -0000	1.227.2.107
+++ Makefile.in	11 Feb 2002 19:08:49 -0000
@@ -363,7 +363,7 @@
 		lib/util_unistr.o lib/signal.o lib/talloc.o lib/ms_fnmatch.o \
 		lib/util_sock.o lib/smbrun.o lib/util_sec.o lib/snprintf.o \
 		ubiqx/ubi_sLinkList.o libsmb/smbencrypt.o libsmb/smbdes.o \
-		$(PARAM_OBJ) $(TDB_OBJ) $(PASSDB_OBJ)
+		lib/interfaces.o $(PARAM_OBJ) $(TDB_OBJ) $(PASSDB_OBJ)
 
 PAM_SMBPASS_OBJ = $(PAM_SMBPASS_OBJ_0:.o=.po)
 LIBSMBCLIENT_PICOBJS = $(LIBSMBCLIENT_OBJ:.o=.po)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20020211/89704b99/attachment.bin


More information about the samba-technical mailing list