----- Original Nachricht ---- Von: Christian Stimming <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] Datum: 27.02.2006 10:03 Betreff: Re: x86_64 qbanking_cfg_module > > 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?
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' Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer, nur 44,85 inkl. DSL- und ISDN-Grundgebühr! http://www.arcor.de/rd/emf-dsl-2 ------------------------------------------------------- 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&kid0944&bid$1720&dat1642 _______________________________________________ Aqbanking-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aqbanking-devel
