Displaying 2 results from an estimated 2 matches for "net_rpc_registri".
Did you mean:
net_rpc_registry
2005 Oct 17
0
compile error Samba 3.0.20a Solaris 8
Hi, All
I am having error compiling Samba 3.2.10a on a Solaris 8 box, using gcc
version 3.0.
./configure --prefix=/usr/local/samba-3.0.20a --with-pam
--with-pam_smbpass --with-automount --with-quotas --with-acl-support
--with-winbind --with-ldap --with-ads
I got following:
Using FLAGS = -I/usr/local/include -Wall -D_SAMBA_BUILD_ -I./popt
-Iinclude
2005 Oct 18
0
[Fwd: compile error Samba 3.0.20a Solaris 8]-solved
Hi,
I solved following problem by upgrading GCC from version 3.0 to 3.4.2,
and compiling samba-3.0.14a instead of 3.0.20a.
The only problem I had during "make" with Samba-3.0.14a was:
....
Compiling smbd/server.c
Linking bin/smbd
/usr/ccs/bin/ld: illegal option -- E
....
Which was fixed by rename /usr/ccs/bin/ld to ld.sun.
With newer version of GCC, I still have following error