Mailing List Archive


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

Re: [tlug] Undefined symbols in shared libraries



On Thu, 7 Nov 2002 15:54:39 +0900
Edward Wright <edw@example.com> wrote:

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

Or maybe there in a incompatibility between the native libraries of the
machine the Java classes were compiled on and the native libraries on the
machine that the Java classes are running on?

-- 
simon colston
simon@example.com

gpg key: 54078502 (pgp.mit.edu)

Attachment: pgp00011.pgp
Description: PGP signature


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links