I don't have the list at hand. I put all libs in a common directory, so that every app can find it. You can find which lib is missing for a particular app by executing ./run.sh in mrxvt, and it will output any missing lib. You can also edit ./run.sh, append a postfix " > msg.out 2>&1" to the line executing sylpheed, and the first missing lib will be printed in "msg.out".
|