Hi N S Srikanth wrote:
> # ls libz.so.1 > > it was showing a symbolic link "libz.so.1--->libz.so.1.1.3" Do an rpm -qf /usr/lib/libz.so.1 If that file doesn't belong to a rpm, it will show a dependency problem. But you can go ahead with --no-deps etc.. It should run. On one of my Mandrake8 machine, [shridhar@perth ~]$ rpm -qf /usr/lib/libz.so.1.1.3 zlib1-1.1.3-15mdk [shridhar@perth ~]$ BTW, anybody noticed that on Mandrake8.1, X development is not possible unless you do an 'export LD_LIBRARY_PATH=/usr/X11R6/lib:LD_LIBRARY_PATH'. I tried putting it in /etc/ld.so.conf and running ldconfig. I even rebooted the machine but to no help. It's asking for rlink option for linker. Any pointers on these will be appreciated. Shridhar _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
