Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Undefined symbols in shared libraries
- Date: Thu, 7 Nov 2002 15:54:39 +0900
- From: Edward Wright <edw@example.com>
- Subject: Re: [tlug] Undefined symbols in shared libraries
- References: <20021103054028.GD22794@example.com>
- User-agent: Mutt/1.4i
Hi, On Sun, Nov 03, 2002 at 02:40:28PM +0900, A. Sajjad Zaidi wrote: > > Hi, > > Im trying to load a shared library from a java servlet, but get the > following error: > > java.lang.UnsatisfiedLinkError: /xxxx/xxxx.so: /xxxx/xxxx.so: undefined symbol: XXXX > Looks like the libs are being found ok. From the java docs: http://java.sun.com/j2se/1.3/docs/api/java/lang/UnsatisfiedLinkError.html ------------- quote ------------- public class UnsatisfiedLinkError extends LinkageError Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native. ------------- end quote ------------- and from the parent class: http://java.sun.com/j2se/1.3/docs/api/java/lang/LinkageError.html ------------- quote ------------- public class LinkageError extends Error Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class. ------------- end quote ------------- Does this imply that the *order* in which the libs were compiled is an issue? Anyway, I'm not an expert in this area - it's just a thought. Good luck, Ed
- Follow-Ups:
- Re: [tlug] Undefined symbols in shared libraries
- From: simon colston
- References:
- [tlug] Undefined symbols in shared libraries
- From: A. Sajjad Zaidi
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] X needed? and, Project JE site is down
- Next by Date: [tlug] X needed? and, Project JE site is down
- Previous by thread: Re: [tlug] Undefined symbols in shared libraries
- Next by thread: Re: [tlug] Undefined symbols in shared libraries
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links