lkml.org 
[lkml]   [1998]   [Dec]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRE: OT] netscrape
Hello,

first of all, this isn't supposed to have anything to do with the
kernel. When you get an unresolved symbol, it is because the application
is linked to a dynamic library and ld cannot find it anymore. This could
mean sevral things:

1- You unistalled a library.
2- The ld cannot find one of the libraries netscape is linked to.

Solution:

try ldd `which netscape` and then try to locate all of them (make shure that
your database is updated...). Then, look in your /etc/ld.so.conf and your
LD_LIBRARY_PATH variable to see if it is there. If it is just in your LD_LIBRARY
_PATH, try adding the directory in /etc/ld.so.conf and running ldconfig after
that. I heared that the 2.1.* kernels get in the way of ld some times (just
a rumor), but if this works, who cares why.

I hope this is of some help

Papi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.029 / U:0.324 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site