Error loading jalbum in Mandriva with gnome 2.14.1

Asked By 10 points N/A Posted on -
qa-featured

Hello!

For a while I have worked with jalbum (program for creating web albums based on java). Unexpectedly I am getting the following error message. How can I solve this? I have used mandriva latest with gnome 2.14.1

Error message:

[test@localhost ~]$ /home/test/runJAlbum awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /usr/java/jre1.5.0_02/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

Please help.

Thanks a lot.

SHARE
Answered By 30 points N/A #109511

Error loading jalbum in Mandriva with gnome 2.14.1

qa-featured

 

Hi there Arnel Bui,
 
Simplified, the error you're getting is saying that the software you're trying to use is looking for libraries and cannot find them in the /lib directory.
 
Files are either misplaced (this happens often after software or OS updates) or corrupted. Either way, you should open the /lib folder and check what's going on there. 
 
To fix the problem you can try restoring your system, in case you have a backup. If you don't have the backup, you will need a livecd. Run it to do the file system check of the root file system and then as root run the following lines:
 
rpm -e –nodeps glibc
urpmi glibc
 
These lines will replace all the corrupted or missing files and everything should be working again.

Related Questions