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

2008-12-12 Thread David Bartley
On linux, ldconfig handles this. So you shouldn't need to add the symlink creation directly to debian/rules. How do other packages create the symlink (I would look myself, but my nexenta box is still down). -- David On Fri, Dec 12, 2008 at 6:11 AM, Anil Gulecha wrote: >> I can see that the libra

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

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 w

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

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

2008-12-10 Thread David Bartley
Looks like you're missing /usr/lib/libgssapi.so. This should be a symlink to libgssapi.so.2.0.0 probably. -- David On Wed, Dec 10, 2008 at 4:50 AM, Anil Gulecha <[EMAIL PROTECTED]> wrote: > Hi, > > configure on curl fails as follows (from config.log) > .. > configure:31776: i386-pc-solaris2.11-gc

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: i386-pc-sol

-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 confte