Quote:
Originally Posted by ssholloway
Thanks, knc1 and eachwartz. I appreciate your help. Unfortunately I haven't been able to find the directory containing libpng12. I found libpng.so and libpng16.so in /usr/lib but not libpng12. Thoughts?
|
As user 'root' -
Code:
mntroot rw
cd /usr/lib
ln -s libpng16.so libpng12.so
mntroot ro
Then restart the machine