search for: tolka

Displaying 2 results from an estimated 2 matches for "tolka".

Did you mean: tolga
2011 May 16
1
build samba on solaris 10 fails on libwbclient
...wbclient.syms Linking shared library bin/libwbclient.so.0 /nerc/packages/gcc/4.4.3/5.10/bin/ld: cannot open linker script file /users/itss/rgi/samba/samba-3.5.7/source3/exports/libwbclient.so.0: No such file or directory collect2: ld returned 1 exit status make: *** [bin/libwbclient.so.0] Error 1 tolka source3 $ gcc is tolka source3 $ gcc -v Using built-in specs. Target: sparc-sun-solaris2.10 Configured with: ../gcc-4.4.3/configure --prefix=/nerc/packages/gcc/4.4.3/5.10 --with-gnu-as --with-as=/nerc/packages/gcc/4.4.3/5.10/bin/as --with-gnu-ld --with-ld=/nerc/packages/gcc/4.4.3/5.10/bin/ld...
2011 Jun 21
0
Building Samba 3.5.9 on Solaris 10
...th CUPS and LDAP support, and put it into a location from where it can be automounted by other systems. There were a few gotchas I solved the hard way, to save anyone else's time, this is what I did. C compiler I used is Sun's Studio. Solaris sed behaves differently to Sunfreeware sed tolka source3 $ echo libwbclient.so.0|/usr/local/bin/sed 's/so\(.[0-9]\{1,\}\)\{0,1\}$/syms/' libwbclient.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,...