You probably compiled WIEN2k as a 32 bit application on a 64 bit Ubuntu. So when it tries to load the 64 bit libfftw3.so.3, it gives that error because it needs and cannot find the 32 bit libfftw3.so.3 [ http://askubuntu.com/questions/436802/why-do-i-get-error-while-loading-shared-libraries-libgl-so-1-wrong-elf-class ].

You might be able to solve the problem by installing the 32 bit libraries [ http://askubuntu.com/questions/60751/is-it-possible-to-have-32-bit-libraries-installed-on-a-64-bit-system ]: sudo apt-get install ia32-libs

However, the recommended way to solve the problem would be to run siteconfig, change the compile settings to 64 bit ones, and recompile WIEN2k as a 64 bit application (without any compile time errors).

On 12/24/2015 9:20 AM, said chibani wrote:
dear tomas
the probleme is
error while loading shared libraries: libfftw3.so.3: wrong ELF class: ELFCLASS64
hup: Command not found.



please give men answer

_______________________________________________
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

Reply via email to