[Quickfix-developers] Re: Quickfix-developers digest, Vol 1 #793 - 4 msgs
Brought to you by:
orenmnero
|
From: Thomas W. <tw...@fo...> - 2005-06-10 21:26:28
|
Fabien,
Try these two things:
1. In /usr/lib, look for libxml2.so. If all you see is (for
example) /usr/lib/libxml2.so.2, then create a softlink as follows:
cd /usr/lib
ln -s libxml2.so.2 libxml2.so
You need to do that as root.
I found that the linker could not the xml2 lib (in 32-bit mode that is)
unless there was a copy without version numbers after the .so.
2. export both of these
export CFLAGS="-m32"
export CXXFLAGS="-m32"
Then run configure, and I think that your system should be
OK....assuming that you have copies of all the necessary 32 bit libs.
I'm on RHEL 4.0, and everything was there but for mysql (which I got
from the mysql site)
Regards,
Tom
On Thu, 2005-06-09 at 20:35 -0700, quickfix-developers-
re...@li... wrote:
>
> --__--__--
>
> Message: 3
> From: "Fabien Galampoix" <fab...@pr...>
> To: "Quickfix-Developers" <qui...@li...>,
> "Quickfix-Users" <qui...@li...>
> Date: Thu, 9 Jun 2005 18:11:34 +0200
> Subject: [Quickfix-developers] 64-bits JNI troubles ...
>
> Hi
>
> I try to compile/run quickfix v1.9.4 under Redhat ES v3 with dual opteron
> (x86_64 arch).
> C++ works well but not the JNI library.
> As soon as i use libquickfix_jni.so in any java program (even quickfix
> example), there are troubles with :
> - Sun JVM 1.4 (j2ee 32b)
> - Sun JVM 1.5 32b or 64b
> - IBM JVM 1.4 32b or 64b
> The result is ... exception : core dumped ...
> I did set CLASSPATH, -Djava.library.path and jvm found the right library.
> 1) Does anyone use quickfix java on 64b platform with success ?
>
> I saw in other thread from Tom Wood that he suggests to compile CPP code in
> 32b mode.
> I tried to set CPPFLAGS="-m32" but i obtained incompatibilty error with
> "libxml2.so" library.
> 2) does anyone successfully compile/run in 32-bits mode with 64-bits
> platform ? (x86_64)
>
> This is my first post here, please apologize if a forgot some rules :)
>
>
>
>
> --__--__--
>
> _______________________________________________
> Quickfix-developers mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
>
> End of Quickfix-developers Digest
Tom Wood
Fort Mason Capital
456 Montgomery Street, 22nd Floor
San Francisco, CA 94104
Direct: 415-249-3387
Fax: 415-249-3389
tw...@fo...
|