Description of problem: The should be a symbolic link between libt1.so and the latest version of libt1.so.x currently libt1.so.5 We need this so we can link to generic "latest version" of libt1. This is essential for GtkMathView and the AbiWord maths plugin that employs GtkMathView Version-Release number of selected component (if applicable): Fedora 10 How reproducible: 100% Steps to Reproduce: 1. ls /usr/lib/libt1* Actual results: No libt1.so is shown. Expected results: We need a libt1.so sym-linked to libt1.so.5 Additional info:
The t1lib.so file is only needed during linking, and not at runtime, so it should be in the development package, t1lib-devel.
Fair enough. t1lib-devel contains the correct symbolic links. Closing the bug.