http://bugs.winehq.org/show_bug.cgi?id=3609
------- Additional Comments From I-SAngeli@siriush.com 2005-17-10 14:27 ------- If I properly look for answers for your question I use the command "file" to find the elfclass, right?
So, I did this: This is what is available in /usr/lib/libfreetype.* a. libfreetype.a b. libfreetype.la c. libfreetype.so -> libfreetype.so.6.3.7 d. libfreetype.so.6 -> libfreetype.so.6.3.7 e. libfreetype.so.6.3.7
and here is the elfclass: a. libfreetype.a: current ar archive b. libfreetype.la: ASCII English text c. libfreetype.so: symbolic link to `libfreetype.so.6.3.7' d. libfreetype.so.6: symbolic link to `libfreetype.so.6.3.7' e. libfreetype.so.6.3.7: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), stripped
This is what is available in /emul/linux/x86/usr/lib/libfreetype.* a. libfreetype.a b. libfreetype.la c. libfreetype.so d. libfreetype.so.6 e. libfreetype.so.6.3.7
and here is the elfclass: a. libfreetype.a: current ar archive b. libfreetype.la: ASCII English text c. libfreetype.so: symbolic link to `libfreetype.so.6.3.7' d. libfreetype.so.6: symbolic link to `libfreetype.so.6.3.7' e. libfreetype.so.6.3.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
I hope this helps. It seems like freetype is available in 32 but but strange that wine is not pointing to the right place. humm
Waiting for instructions...
Thank you, Spiro