Ah-haaaaaa! You're on x86_64! (Are you?) Please please please make a note for yourself that you *always* say this in each and every bug report right at the beginning. The amd64 architecture opens a whole new can of worms that needs to be fixed. Or did I get that wrong?

[EMAIL PROTECTED] schrieb:
I get this message: 3:2006/02/22 22-50-56:aqbanking(32607):qbanking.cpp: 1161: Could not
load qbanking_cfg_module plugin for "AQHBCI"
6:2006/02/22 22-51-04:(null)(32607):qbcfgtabpageaccounts.cpp:  160:
Rejected

 ls /usr/lib/aqbanking/plugins/14/frontends/qbanking/cfgmodules
 ldd /usr/lib/aqbanking/plugins/14/frontends/qbanking/cfgmodules/aqhbci.so

I installed aqbanking-1.9.6 cause Gwenhywfar 1.99.6 is the latest ebuild in 
gentoo.
So if it's possible I like to keep this version.
Now to your questions: Yes the directory exist. The output is:
ldd /usr/lib/aqbanking/plugins/14/frontends/qbanking/cfgmodules/aqhbci.so:
       libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x00002aaaaac4f000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x00002aaaaad86000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002aaaaafc6000)
        libaqhbci.so.9 => /usr/lib/libaqhbci.so.9 (0x00002aaaab0ca000)
        libaqbanking.so.14 => /usr/lib/libaqbanking.so.14 (0x00002aaaab242000)
        libqbanking.so.4 => /usr/lib/libqbanking.so.4 (0x00002aaaab3c0000)
        libgwenhywfar.so.38 => /usr/lib/libgwenhywfar.so.38 (0x00002aaaab58a000)
        libqt-mt.so.3 => /usr/qt/3/lib/libqt-mt.so.3 (0x00002aaaab77f000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libstdc++.so.6 
(0x00002aaaac0b2000)
        libm.so.6 => /lib/libm.so.6 (0x00002aaaac2a3000)
        libc.so.6 => /lib/libc.so.6 (0x00002aaaac429000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libgcc_s.so.1 
(0x00002aaaac64f000)
        /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

The problem on x86_64 is that there are 64bit versions of libraries availble and also 32bit versions of them. Everything will work fine as long as you use exactly one of the two versions, but things will break down as soon as you use any single 64bit library in the same program together with any single 32bit library. Usually the 32bit ones are in /usr/lib/ and the 64bit ones in /usr/lib64/. Well... from this output it looks to me a bit as if the libstdc++.so and the libgcc_s.so were the 64bit ones, although everything else were from the 32bit ones. But I might be wrong... Can you run the command "file" on the more interesting libraries there? That would be

file /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libgcc_s.so.1 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/libstdc++.so.6 /usr/qt/3/lib/libqt-mt.so.3 /usr/lib/libgwenhywfar.so.38 /usr/lib/libqbanking.so.4 /usr/lib/libaqbanking.so.14 /usr/lib/libaqhbci.so.9

(everything on one line, or "file" with each single filename) and send us the output?

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