pointydog - I can actually help!
That first statement creates the symbolic link \"/usr/lib/libpng12.so.0\". either you\'ve already created the symbolic link, or you installed the libpng separately. Either way, I had the same message, took a backup (always do before applying Tumnus\' zany fixes ), then did the following as root:
# rm /usr/lib/libpng12.so.0
# ln -s /home/QtPalmtop/lib/libqte.so.2.3.2 /usr/lib/libpng12.so.0
#
There will be no error message, as you delete (rm) the file prior to performing the link. If you want to first find out if the file is indeed a link, go to the /usr/lib directory and type:
# ls -ll libpng12.so.0
If the symbolic link is already there the output will show the file as a link:
Feb 23 01:22 libpng12.so.0 -] /home/QtPalmtop/lib/libqte.so.2.3.2
At any rate, after deleting it and then recreating it, GAIM should let you fire it up, and will appear to work, but as I stated, I can\'t get it to work correctly for MSN or Yahoo. Can anyone?