Hello, just had an update for WWN 121... Near the bottom it says that Alexandre rejected a patch for the ldconfig problem (the one i submitted) that puts $libdir/wine into ld.so.conf because users need to set $WINEDLLPATH... the corrections are this:
users need to set $LD_LIBRARY PATH
and The latest wineinstall patch I submitted removes the $libdir/wine addition and instead always runs ldconfig (just in case of modules being renamed)
if anyone wants to append that to 121 or add it into the 122
__________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
Speeddymon speeddymon@yahoo.com writes:
Hello, just had an update for WWN 121... Near the bottom it says that Alexandre rejected a patch for the ldconfig problem (the one i submitted) that puts $libdir/wine into ld.so.conf because users need to set $WINEDLLPATH... the corrections are this:
users need to set $LD_LIBRARY PATH
No, WINEDLLPATH is correct. You must *not* set LD_LIBRARY_PATH to $libdir/wine, nor add it to ld.so.conf. ld.so will never load libraries from that directory, only Wine does, and it uses WINEDLLPATH for that.