Kim Jaeyoung <[EMAIL PROTECTED]> writes:
> Since Samba doesn't support AFS when the version goes up, I also have
> much interests in making the latest version of Samba to be operated with
> AFS. So, I've tested your patch in our environment, but failed.
> The following output error messages are produced;
> Linking bin/smbd
> Undefined first referenced
> symbol in file
> sigvec /usr/afsws/lib/liblwp.a(iomgr.o)
> sigsetmask /usr/afsws/lib/liblwp.a(preempt.o)
> ld: fatal: Symbol referencing errors. No output written to bin/smbd
> make: *** [bin/smbd] Error 1
Linking against the AFS libraries on Solaris frequently requires linking
against the ucb compat libraries. Since those libraries are badly broken,
you want to take as few functions from them as possible. Add:
-lc -lucb
to the end of your link line. libucb will be used to resolve only those
symbols not found in libc.
--
Russ Allbery ([EMAIL PROTECTED]) <URL:http://www.eyrie.org/~eagle/>