Login | Register


All times are UTC - 5 hours [ DST ]


It is currently Sun May 19, 2013 12:21 am




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Cannot run of fedora 64bit
PostPosted: Tue Jun 08, 2010 8:40 am 
Initiate

Joined: Tue Jun 08, 2010 8:37 am
Posts: 7
Quote:
[liamdawe@liam-fedora eschalon_book_2_1.03]$ ./eschalon_book_2
bash: ./eschalon_book_2: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Can someone tell me what i am missing to play it? Probably some library somewhere.

Cheers everyone!


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Tue Jun 08, 2010 10:36 am 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Fri Jun 04, 2010 7:18 pm
Posts: 627
I believe you need to install 32 bit glibc. Try:

Code:
yum install glibc.i686


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Tue Jun 08, 2010 10:45 am 
Initiate

Joined: Tue Jun 08, 2010 8:37 am
Posts: 7
Sweet got that one, next error:
Quote:
[liamdawe@liam-fedora eschalon_book_2_1.03]$ ./eschalon_book_2
./eschalon_book_2: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory

Another 32bit lib i'm guessing right?


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Tue Jun 08, 2010 11:44 am 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Fri Jun 04, 2010 7:18 pm
Posts: 627
Most likely. I don't have any Fedora boxes to look at, but libX11.so.6 is part of libX11 on RHEL 5. Try "yum install libX11.i386".


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Tue Jun 08, 2010 11:53 am 
Initiate

Joined: Tue Jun 08, 2010 8:37 am
Posts: 7
I found it, the packages are i686 now as Fedora if memory serves are moving away from i386.

Still keeps coming up with more missing libs, price i pay for running 64bit!

Having to download 60mb+ atm for the required libs :(

Edit > Woohoo finally got it to load :D


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Tue Jun 08, 2010 1:35 pm 
Officer [Platinum Rank]
Officer [Platinum Rank]
User avatar

Joined: Fri Jun 04, 2010 7:18 pm
Posts: 627
Enjoy :)

Can you post a list of the libraries you had to install, just so someone else in your position will have an easy one-liner to get things working?


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Thu Jun 10, 2010 9:49 am 
Officer [Gold Rank]
Officer [Gold Rank]
User avatar

Joined: Thu Apr 15, 2010 6:40 am
Posts: 413
I run Fedora 13 x86_64 and had no problems from the get go but that's because I had the vast majority of 32-bit libs installed previous. I probably got everything I needed (and then some) when I installed all the libs needed to compile wine:

Quote:
yum install alsa-lib-devel.i686 alsa-lib-devel audiofile-devel.i686 audiofile-devel cups-devel.i686 cups-devel dbus-devel.i686 dbus-devel esound-devel.i686 esound-devel fontconfig-devel.i686 fontconfig-devel freetype-devel.i686 freetype-devel giflib-devel.i686 giflib-devel hal-devel.i686 hal-devel lcms-devel.i686 lcms-devel libICE-devel.i686 libICE-devel libjpeg-devel.i686 libjpeg-devel libpng-devel.i686 libpng-devel libSM-devel.i686 libSM-devel libusb-devel.i686 libusb-devel libX11-devel.i686 libX11-devel libXau-devel.i686 libXau-devel libXcomposite-devel.i686 libXcomposite-devel libXcursor-devel.i686 libXcursor-devel libXext-devel.i686 libXext-devel libXi-devel.i686 libXi-devel libXinerama-devel.i686 libXinerama-devel libxml2-devel.i686 libxml2-devel libXrandr-devel.i686 libXrandr-devel libXrender-devel.i686 libXrender-devel libxslt-devel.i686 libxslt-devel libXt-devel.i686 libXt-devel libXv-devel.i686 libXv-devel libXxf86vm-devel.i686 libXxf86vm-devel mesa-libGL-devel.i686 mesa-libGL-devel mesa-libGLU-devel.i686 mesa-libGLU-devel ncurses-devel.i686 ncurses-devel openldap-devel.i686 openldap-devel openssl-devel.i686 openssl-devel zlib-devel.i686 pkgconfig sane-backends-devel.i686 sane-backends-devel xorg-x11-proto-devel glibc-devel.i686 prelink fontforge flex bison libstdc++-devel.i686 pulseaudio-libs-devel.i686 gnutls-devel.i686 libgphoto2-devel.i686 openal-soft-devel.i686 isdn4k-utils-devel.i686 gsm-devel.i686 samba-winbind libv4l-devel.i686 cups-devel.i686 libtiff-devel.i686


Of course that's likely overkill if you're not looking to compile wine also :lol:

_________________
Will Pay For Cloth Map


Top
 Offline Profile  
 
 Post subject: Re: Cannot run of fedora 64bit
PostPosted: Fri Jul 02, 2010 2:27 am 
Initiate

Joined: Fri Jul 02, 2010 2:15 am
Posts: 6
I too run F13_64 and didn't have sound when running the demo/trial. A little strace latter shows that eschalon is looking for libopenal.so in a few places. However, F13 uses libopenal.so.1 (note the .1) as the default symlink to libopenal.so.1.12.854 (the current openal at the time of this writing).

Easiest fix is to just create another symlink
Code:
ln -s /usr/lib/libopenal.so.1.12.854 /usr/lib/libopenal.so

or the developers of eschalon will need to code in extra checks libopenal.so.1.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: