I compiled kerberos 1.3.4 with these options: --prefix=/usr/local/kerberos/ --enable-dns --disable-krb4 --enable-shared

Then I compiled samba 3.0.5 with these: --prefix=/usr/local/samba --with-krb5=/usr/local/kerberos/

Everything seemed fine and I did: make install.

But I get this message when I manually try to start smbd:
./smbd: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory


If I run this command: ls -l /usr/local/kerberos/lib/libgssapi_krb5.so.2*
I get:
lrwxrwxrwx 1 root root 21 Aug 12 12:07 /usr/local/kerberos/lib/libgssapi_krb5.so.2 -> libgssapi_krb5.so.2.2
-rw-r--r-- 1 root root 781823 Aug 12 12:07 /usr/local/kerberos/lib/libgssapi_krb5.so.2.2


So the lib seems to be in place.

Help?

Thanks,
Mattias
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to