i did a 'rpm -i --nodeps' on qt as philip had suggested. then i was able to install opera but now it gives this error: 'opera: error in loading shared libraries : libmng.so.0 : ELF file data encoding not little-endian' now where do i get a little-endian file for that guys, Navin
Navin wrote:
libmng.so.0 : ELF file data encoding not little-endian' now where do i get a little-endian file for that guys,
You got a shared object file that was compiled for the wrong architecture! Where did you copy if from? Are you sure it was meant for i386?
SameerDS.
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Sometime on Jul 20, Navin assembled some asciibets to say:
i did a 'rpm -i --nodeps' on qt as philip had suggested. then i was able to install opera but now it gives this error: 'opera: error in loading shared libraries : libmng.so.0 : ELF file data encoding not little-endian' now where do i get a little-endian file for
Did you do a ldconfig after copying libmng.so? Did you make symlinks for libmng.so.0? Did you copy it in /usr/lib and not in /lib?
Philip