http://bugs.winehq.org/show_bug.cgi?id=10652
Summary: ./tools/wineinstall adds /usr/local/lib to /etc/ld.so.conf Product: Wine Version: 0.9.49. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: fry.kun@gmail.com
It appears that running ./tools/wineinstall (the recommended install method for source installs) adds "/usr/local/lib" to /etc/ld.so.conf As I understand it, this is not a proper default and should be avoided. Personally, I've grappled for a week with a bug from dual python installation (stock /usr/ and custom /usr/local/) where stock python would attempt to dynamically load /usr/local/lib/libpython2.5.so.1.0 - this caused a lot of errors with system programs/etc. Tracing the source of the bad entry in /etc/ld.so.conf led me to wine installer.
http://bugs.winehq.org/show_bug.cgi?id=10652
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_binary |tools
http://bugs.winehq.org/show_bug.cgi?id=10652
--- Comment #1 from Austin English austinenglish@gmail.com 2008-06-03 13:18:04 --- Is this still an issue in 1.0-rc3?
http://bugs.winehq.org/show_bug.cgi?id=10652
--- Comment #2 from Konstantin Svist fry.kun@gmail.com 2008-06-03 14:11:56 --- (In reply to comment #1)
Is this still an issue in 1.0-rc3?
Looks like the tools/wineinstall file doesn't have any references to ld.so.conf, so I'd say yes it's gone. file looks much cleaner now, nice job :)
http://bugs.winehq.org/show_bug.cgi?id=10652
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2008-06-03 14:34:22 --- Alexandre cleaned it up a few days ago: http://source.winehq.org/git/wine.git/?a=commitdiff;h=70949a6ba5d1f4b05921e6...
Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=10652
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-06-06 10:39:07 --- Closing bugs fixed in 1.0-rc4.