[PATCH] ./tools/wineinstall *correct (.diff) format*

ccrayne at crayne.org ccrayne at crayne.org
Tue Apr 23 16:47:51 CDT 2002


In <20020423212458.52050.qmail at web13104.mail.yahoo.com>, on 04/23/02 
   at 02:24 PM, Speeddymon <speeddymon at yahoo.com> said:

:I'm thinking maybe it added $libdir to ld.so.conf but
:didnt run ldconfig... ?

What actually happened is that $libdir was already in ld.so.conf, so the
script did NOT add it, and therefore, it did NOT run ldconfig. This
strategy works when one upgrades modules with identical names, but not
when modules are renamed, as was the case with libntdll.dll.so replacing
libntdll.so.

The line in wineinstall which controls this behavior is:

if [ -f /etc/ld.so.conf ] && ! grep -qs "$libdir" /etc/ld.so.conf

-- Chuck Crayne
-----------------------------------------------------------
ccrayne at crayne.org
-----------------------------------------------------------




More information about the wine-devel mailing list