Please help!
Thanks in advance!
Solaris 8
samba-3.0.0rc4
gcc version 3.2.1
% ./configure && make
%make
Using FLAGS = -g -O2 -Iinclude -I/opt/samba-3.0.0rc4/source/include
-I/opt/samba-3.0.0rc4/source/ubiqx
-I/opt/samba-3.0.0rc4/source/smbwrapper -I. -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/opt/samba-3.0.0rc4/source
LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -liconv
LDSHFLAGS = -G
LDFLAGS Linking bin/smbd
tdb/tdbutil.o: In function `tdb_search_keys':
/opt/samba-3.0.0rc4/source/tdb/tdbutil.c:791: undefined reference to
`ap_fnmatch'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
I am also getting this with the latest stable version of samba-3.0.0. Is anyone else getting this error? How do I fix this? solaris 8 / samba-3.0.0 / gcc 3.2.1 Glenn Glenn Zenker wrote:> Please help! > > Thanks in advance! > > Solaris 8 > samba-3.0.0rc4 > gcc version 3.2.1 > > % ./configure && make > > %make > Using FLAGS = -g -O2 -Iinclude -I/opt/samba-3.0.0rc4/source/include > -I/opt/samba-3.0.0rc4/source/ubiqx > -I/opt/samba-3.0.0rc4/source/smbwrapper -I. -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -I/opt/samba-3.0.0rc4/source > LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -liconv > LDSHFLAGS = -G > LDFLAGS > Linking bin/smbd > tdb/tdbutil.o: In function `tdb_search_keys': > /opt/samba-3.0.0rc4/source/tdb/tdbutil.c:791: undefined reference to > `ap_fnmatch' > collect2: ld returned 1 exit status > make: *** [bin/smbd] Error 1 > >