Displaying 1 result from an estimated 1 matches for "who3".
Did you mean:
who
2011 Jun 21
0
Building Samba 3.5.9 on Solaris 10
....syms
tolka source3 $ echo libwbclient.so.0|sed
's/so\(.[0-9]\{1,\}\)\{0,1\}$/syms/' libwbclient.so.0
tolka source3 $
So install Sunfreeware sed and dependencies libgcc_s, libiconv, libintl.
Solaris make doesn't like Samba's generated Makefile, so install make
from SunFreeware.
who3 source3 $ which make
/usr/ccs/bin/make
who3 source3 $ make
make: Fatal error in reader: Makefile, line 1397: Extra `:', `::', or
`:=' on dependency line
who3 source3 $
Set up paths etcetera.
export LDFLAGS="-L/nerc/packages/samba/3.5.9/lib
-R/nerc/packages/samba/3.5.9/lib"...