Re: [Quickfix-developers] problems using the quickfix library loaded into a javax MBean
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-03-14 16:08:10
|
If you can post your LD_LIBRARY_PATH, your command line, and a printout of the exception being thrown, that will probably help more. --- Mike Hepburn <mi...@an...> wrote: > Oren, > > yep, ldd output: > > ldd /installed/quickfix-1.4.0/lib/libquickfix_jni.so > libstdc++-libc6.1-2.so.3 => > /installed/gcc-2.95.3/lib/libstdc++-libc6.1-2.so.3 > (0x403a3000) > libxml2.so.2 => > /installed/libxml2-2.4.22/lib/libxml2.so.2 > (0x403ef000) > libz.so.1 => /usr/lib/libz.so.1 (0x40499000) > libm.so.6 => /lib/libm.so.6 (0x404a8000) > libc.so.6 => /lib/libc.so.6 (0x404c5000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 > (0x80000000) > > compiling and installing quickfix went without a > hitch. i could post the > config.log if it would help ?? > > Cheers > Mike > > > On Fri, 2003-03-14 at 15:12, > OM...@th... wrote: > > > > Is quickfix_jni.so finding all of its > dependencies? Run ldd on it to make > > sure that it is finding everything it needs. > > > > --oren > > > > > > > > > |---------+-----------------------------------------------> > > | | Mike Hepburn > <mi...@an...> | > > | | Sent by: > | > > | | > qui...@li...ur| > > | | ceforge.net > | > > | | > | > > | | > | > > | | 03/14/2003 08:45 AM > | > > | | > | > > > |---------+-----------------------------------------------> > > > >----------------------------------------------------------------------------------------------| > > | > | > > | To: > qui...@li... > | > > | cc: > | > > | Subject: [Quickfix-developers] problems > using the quickfix library loaded into a javax| > > | MBean > | > > > >----------------------------------------------------------------------------------------------| > > > > > > > > > > hi, > > > > i have a piece of code that statically loads the > quickfix_jni library > > into a javax MBean (NOT an ejb !!). the > loadLibrary call appears to work > > OK: > > > > static { > > try { > > System.loadLibrary("quickfix_jni"); > > } catch(UnsatisfiedLinkError e) { > > System.out.println("Could not quickfix > library" + e); > > } > > System.out.println("Loaded library > quickfix_jni"); > > } > > > > when i go to use the library for the first time > though, i get a > > java.lang.UnsatisfiedLinkError for the method > invocation. > > > > i have set my runtime java.library.path and > $LD_LIBRAY_PATH to ensure > > the library is visible to my MBean but still no > joy. > > > > does anyone know what i'm missing/recognize this > situation ? > > > > i'm using j2sdk1.4, jboss3 and quickfix1.4.0 > (built on a linux box under > > gcc-2.95.3) > > > > > > Cheers > > Mike > > > > (See attached file: signature.asc) > > > > > -- > ___________________________________________________________________ > > Mike Hepburn Phone: +44 > (0)207 749 7900 > Anvil Software Limited Fax: +44 > (0)207 749 7916 > 51-53 Rivington Street E-mail: > mi...@an... > London EC2A 3SE > ef...@ho... > > > ATTACHMENT part 2 application/pgp-signature name=signature.asc __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com |