On Thu, 19 Jul 2001, Navin wrote:
hi there guys, i wanted to install opera ( the web browser) for linux and needed to upgrade qt for this purpose. it seems qt 2.2 needs libmng.so.0, s i got this file (libmng.so.0) too. can anyone tell me where to place this lib file so that the qt install sees it. i have tried copying it to /lib , but i still get an error msg. plz hlp
Are you upgrading qt with rpm ? If yes, then manually copying a file will still give you errors for dependency. You should install the concerned rpm, which in your case is libmng. Else, if you are sure that you have the correct file then put that file in /usr/lib and then force install the qt rpm (rpm -i --force <package>). And yes, also run ldconfig.
HTH, Rajen.