[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ld ? ldd ? please help



On Sunday 01 July 2007 11:52:02 Danny Tiberman wrote:
> Hello
>
> When I do /sbin/ldconfig -v | grep libtk I get :
> libtk8.4.so.0 ---> libtk8.4.so.0
>
> but when I run ldd executable i get:
>
> libtk8.4.so --> not found
>
> Please Help I have never done this before.
>
> Thanks In Advance
Hi
   This is strange.
/sbin/ldconfig -v | grep libtk
gives me 
libtk8.4.so.0 -> libtk8.4.so.0
which is OK.
but 
# ls -lah /usr/lib/libtk*
-rw-r--r-- 1 root root  1,7M 2006-03-19 20:18 /usr/lib/libtk8.4.a
lrwxrwxrwx 1 root root    13 2006-08-29 13:05 /usr/lib/libtk8.4.so -> 
libtk8.4.so.0
-rw-r--r-- 1 root root 1002K 2006-03-19 20:18 /usr/lib/libtk8.4.so.0
-rw-r--r-- 1 root root  4,9K 2006-03-19 20:18 /usr/lib/libtkstub8.4.a

Did you install all the necessary libtk packages? What does  
ls -lah /usr/lib/libtk*
look like on your computer?

Hope it helps
Gudjon



Reply to: