Re: -lgssapi found at link time, but not at run time

2008-12-12 Thread Anil Gulecha
I can see that the libraries are present under /usr/lib: r...@lanai:~/src/openssl/curl/curl-7.18.0# ls -l /usr/lib/libgss* lrwxrwxrwx 1 root root 11 Dec 6 21:56 /usr/lib/libgss.so - libgss.so.1 -rwxr-xr-x 1 root bin 76700 Dec 4 07:52 /usr/lib/libgss.so.1 lrwxrwxrwx 1 root root 18

-lgssapi found at link time, but not at run time

2008-12-10 Thread Anil Gulecha
Hi, configure on curl fails as follows (from config.log) .. configure:31776: i386-pc-solaris2.11-gcc -c -g -O2 -I/usr/include conftest.c 5 configure:31782: $? = 0 configure:31802: result: yes configure:31818: checking run-time libs availability configure:31846: i386-pc-solaris2.11-gcc -o

Re: -lgssapi found at link time, but not at run time

2008-12-10 Thread C. Bergström
Anil Gulecha wrote: Hi, configure on curl fails as follows (from config.log) .. configure:31776: i386-pc-solaris2.11-gcc -c -g -O2 -I/usr/include conftest.c 5 configure:31782: $? = 0 configure:31802: result: yes configure:31818: checking run-time libs availability configure:31846:

Re: -lgssapi found at link time, but not at run time

2008-12-10 Thread C. Bergström
Anil Gulecha wrote: Yup.. codestrOm helped me with that. It now fails at a point where we can proceed once heimdal is rebuilt (my other mail on dh_shlibdeps). I have a high level of interest in possibly helping with the krb5/heimdal as it's something on my eventual TODO list.. I've talked

Re: -lgssapi found at link time, but not at run time

2008-12-10 Thread Anil Gulecha
Yup.. codestrOm helped me with that. It now fails at a point where we can proceed once heimdal is rebuilt (my other mail on dh_shlibdeps). Anil On Wed, Dec 10, 2008 at 6:11 PM, David Bartley [EMAIL PROTECTED] wrote: Looks like you're missing /usr/lib/libgssapi.so. This should be a symlink to