Sometime on Jul 19, Navin assembled some asciibets to say:
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.
/lib is for essential libraries. those that are required even if no partitions can be mounted.
You need to put your file in /usr/lib, and then rerun /sbin/ldconfig
Philip