Hallo I got the error with newest CVS-Wine fixme:win32:PE_CreateModule Unknown directory 15 ignored err:module:Berr:module:BUILTINUILTIN32_dlopen failed to load .so lib for builtin user32.dll: undefined symbol: FT_Vector_Rotate err:module:PE_fixup_imports Module (file) user32.dll (which is needed by F:\Sateliti\AD3000Edit\AD3000Edit.exe) not found I can't use any Programm with Wine. -- MfG / With best Regards Rusmir Du?ko Registered Linux user: #130654 http://counter.li.org
Hallo I got the error with newest CVS-Wine fixme:win32:PE_CreateModule Unknown directory 15 ignored err:module:Berr:module:BUILTINUILTIN32_dlopen failed to load .so lib for builtin user32.dll: undefined symbol: FT_Vector_Rotate err:module:PE_fixup_imports Module (file) user32.dll (which is needed by F:\Sateliti\AD3000Edit\AD3000Edit.exe) not found I can't use any Programm with Wine. -- MfG / With best Regards Rusmir Du?ko Registered Linux user: #130654 http://counter.li.org
On Thu, 21 Feb 2002, [utf-8] Du??ko Rusmir wrote:> > Dana ??etvrtak 21. februar 2002. 01:25 napisali ste: > > I mean one configured and built on mine system. > > > If you think you have the freetype library, make sure the > > directory path to it is in /etc/ld.co.conf, run /sbin/ldconfig, > > and try again. > > I have now again installed freetype.2.0.6 without Problem and got > same errors. >Try this, then: ldd -r /usr/local/lib/libuser32.so (if you ./configured wine without a --prefix, or substitute --prefix for /usr/local) Ths dynamic linker isn't finding libfreetype.so for some reason maybe I can guess from that. Maybe I will need to see the output of /sbin/ldconfig -v (run by root) as well. I've configured and built libfreetype.so.6.2.0, and it defines that symbol, but I haven't got around to configuring Wine to use it yet. Lawson ---oof---
On Wed, 20 Feb 2002 whit@giftie.alien.org wrote:> On Thu, 21 Feb 2002, [utf-8] Du??ko Rusmir wrote: > > > > > Dana ??etvrtak 21. februar 2002. 01:25 napisali ste: > > > > I mean one configured and built on mine system. > > > > > If you think you have the freetype library, make sure the > > > directory path to it is in /etc/ld.co.conf, run /sbin/ldconfig, > > > and try again. > > > > I have now again installed freetype.2.0.6 without Problem and got > > same errors. > > > Try this, then: > > ldd -r /usr/local/lib/libuser32.so >OOPS, libuser32.so does not reference libfreetype.so directly, but it does reference libgdi32.so, which does. Try ldd -r /usr/local/lib/libgdi32.so Lawson ---oof--- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
Dana ?etvrtak 21. februar 2002. 04:52 napisali ste:> On Wed, 20 Feb 2002 whit@giftie.alien.org wrote: > > On Thu, 21 Feb 2002, [utf-8] Du??ko Rusmir wrote: > > > Dana ??etvrtak 21. februar 2002. 01:25 napisali ste: > > > > > > I mean one configured and built on mine system. > > > > > > > If you think you have the freetype library, make sure the > > > > directory path to it is in /etc/ld.co.conf, run > > > > /sbin/ldconfig, and try again. > > > > > > I have now again installed freetype.2.0.6 without Problem > > > and got same errors.I have installed newest freetype.2.0.8.> > Try this, then: > > > > ldd -r /usr/local/lib/libuser32.so > > OOPS, libuser32.so does not reference libfreetype.so directly, > but it does reference libgdi32.so, which does. Try > > ldd -r /usr/local/lib/libgdi32.soldd -r /opt/wine/lib/libgdi32.so libkernel32.so => /opt/wine/lib/libkernel32.so (0x40083000) libntdll.so => /opt/wine/lib/libntdll.so (0x400fe000) libwine.so => /opt/wine/lib/libwine.so (0x401f3000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40209000) libm.so.6 => /lib/libm.so.6 (0x4023f000) libc.so.6 => /lib/libc.so.6 (0x4025d000) libwine_unicode.so => /opt/wine/lib/libwine_unicode.so (0x40370000) libdl.so.2 => /lib/libdl.so.2 (0x40438000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) undefined symbol: FT_Vector_Rotate (/opt/wine/lib/libgdi32.so) undefined symbol: FT_Cos (/opt/wine/lib/libgdi32.so) undefined symbol: FT_Sin (/opt/wine/lib/libgdi32.so) I have installed Wine in /opt/wine on mine system and use wine.001 and so on to keep different Version of Wine on mine PC. And have in /etc/ld.so.conf path to /opt/wine/lib. After run of /sbin/ldconfig the same Problems. -- MfG / With best Regards Rusmir Du?ko Registered Linux user: #130654 http://counter.li.org