/usr/local/lib/libgssapi.so

2009-04-03 Thread gahn
Hi all: Did the portupgrade and a certain number of applications failed due to the error: gcc: /usr/local/lib/libgssapi.so: No such file or directory but i look at the file and it does exist: hm_1# ls -al /usr/local/lib/libgssapi.so lrwxr-xr-x 1 root wheel 14 Feb 7 20:48 /usr/local/lib

Re: /usr/local/lib/libgssapi.so

2009-04-03 Thread Paul B. Mahol
On 4/3/09, gahn ipfr...@yahoo.com wrote: Hi all: Did the portupgrade and a certain number of applications failed due to the error: gcc: /usr/local/lib/libgssapi.so: No such file or directory but i look at the file and it does exist: hm_1# ls -al /usr/local/lib/libgssapi.so lrwxr-xr-x

Re: /usr/local/lib/libgssapi.so

2009-04-03 Thread gahn
well, it doesn't exist...:) hm_1# ls -al /usr/local/lib/libgssapi.so.2 ls: /usr/local/lib/libgssapi.so.2: No such file or directory Look at another server 6.3, the same. thanks --- On Fri, 4/3/09, Paul B. Mahol one...@gmail.com wrote: From: Paul B. Mahol one...@gmail.com Subject: Re: /usr

Re: /usr/local/lib/libgssapi.so

2009-04-03 Thread Jacques Manukyan
It probably is there but in another variation. Try ls -al /usr/local/lib/libgssapi* and then if its there, just ln -s newname /usr/local/lib/libgssapi.so -- Jacques Manukyan gahn wrote: well, it doesn't exist...:) hm_1# ls -al /usr/local/lib/libgssapi.so.2 ls: /usr/local/lib/libgssapi.so.2

Re: /usr/local/lib/libgssapi.so (solved?)

2009-04-03 Thread gahn
Ok, here is what i did: cp /usr/local/lib/compat/pkg/libgssapiv2.so.2 /usr/local/lib/libgssapi.so.2 well, it seems to be working, at least one of failed packages is being compiled now... is it the correct way doing it? --- On Fri, 4/3/09, gahn ipfr...@yahoo.com wrote: From: gahn ipfr