Yes, I'm gonna start using Fedora instead of Ubuntu, read some good stuff about it and if you are interested, google it =)
My first problem with Fedora, as expected, was with the creepy java.
Made all the RPM installation and set all the alternatives, time to check:
$ java -version
Gave me this:
$ /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Oh my God!
The problem is that I'm running a 64-bit system and I don't have the 32-bit lbrary (I've installed java 32-bit)
So just installing this library solves the problem
$ yum install glibc.i686
Adios!
No comments:
Post a Comment