In 20020423212458.52050.qmail@web13104.mail.yahoo.com, on 04/23/02 at 02:24 PM, Speeddymon speeddymon@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@crayne.org -----------------------------------------------------------