https://bugzilla.novell.com/show_bug.cgi?id=272914 Summary: freetype2-devel on x86-64: Uses /usr/lib/ instead of /usr/lib64 Product: openSUSE 10.3 Version: Alpha 3plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: burnus@gmx.de QAContact: qa@suse.de Expected: The 64bit devel package uses /usr/lib64 not /usr/lib/. $ rpm -ql freetype2-devel-2.3.4-6 |grep lib /usr/lib/libfreetype.a /usr/lib/libfreetype.la /usr/lib/libfreetype.so /usr/lib/pkgconfig/freetype2.pc $ rpm -ql freetype2-2.3.4-6 |grep usr/lib /usr/lib64/libfreetype.so.6 /usr/lib64/libfreetype.so.6.3.15 Is there any reason that the 64bit package installs to /usr/lib instead of /usr/lib64 ? In order to compile a program, I had to: /usr/lib64/libfreetype.so.6 /usr/lib64/libfreetype.so In addition, $ pkg-config --libs freetype2 Package freetype2 was not found in the pkg-config search path. Whereas: $ PKG_CONFIG_PATH=/usr/lib/pkgconfig pkg-config --libs freetype2c -L/usr/lib -lfreetype -lz ------------- The freetype2-devel-32bit-2.3.4-6.x86_64 package misses on the other hand also files: /usr/lib/libfreetype.a /usr/lib/libfreetype.la /usr/lib/libfreetype.so (These are also in freetype2-devel-2.3.4-6 !!!) Missing is: /usr/lib/pkgconfig/freetype2.pc -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.