[EMAIL PROTECTED] schrieb:
The problem on x86_64 is that there are 64bit versions of libraries availble and also 32bit versions of them.

Here is the output of the command above:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libgcc_s.so.1:  ELF 64-bit LSB shared 
object, AMD x86-64, ver
sion 1 (SYSV), not stripped
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libstdc++.so.6: symbolic link to 
`libstdc++.so.6.0.3'
/usr/qt/3/lib/libqt-mt.so.3:                           symbolic link to 
`libqt-mt.so.3.3'
/usr/lib/libgwenhywfar.so.38:                          symbolic link to 
`libgwenhywfar.so.38.1.1'
/usr/lib/libqbanking.so.4:                             symbolic link to 
`libqbanking.so.4.0.0'
/usr/lib/libaqbanking.so.14:                           symbolic link to 
`libaqbanking.so.14.0.4'
/usr/lib/libaqhbci.so.9:                               symbolic link to 
`libaqhbci.so.9.0.1'

Well, thanks so far, but obviously we need the output of "file ..." of the real files and not of the symlinks. So once again:

file /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libstdc++.so.6.0.3 /usr/qt/3/lib/libqt-mt.so.3.3 /usr/lib/libgwenhywfar.so.38.1.1 /usr/lib/libqbanking.so.4.0.0 /usr/lib/libaqbanking.so.14.0.4 /usr/lib/libaqhbci.so.9.0.1

And how did you install the gwenhywfar and aqbanking packages? From rpm or tarball? If rpm: where did you get these from? (i.e. was there anything x86_64 specific or not?) If tarball: Which configure arguments?

If the output above says gwenhywfar and/or aqbanking are "32-bit shared objects", then your compiled versions of gwenhywfar and aqbanking (and qbankmanager) will not work and need to be replaced by 64-bit versions. In that case you would need to remove qbankmanager, aqbanking, gwenhywfar, and then either

1. compile from tarball with the configure arguments "--prefix=/usr --libdir=/usr/lib64", or

2. compile from source-rpm (see http://linuxwiki.de/GnuCash/RpmInstallieren ) but make sure to check the resulting binary rpms so that their libraries go into /usr/lib64 instead of /usr/lib. Or

3. (you are on gentoo, right?) contact the gentoo packager and ask him how to compile this with the configure argument --libdir=/usr/lib64

Christian


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Aqbanking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to