[wellylug] Codeweavers Wine + Tansgaming WineX on same system
Ewen McNeill
ewen at naos.co.nz
Sun Jun 29 13:13:43 NZST 2003
In message <Pine.LNX.4.31.0306291136060.19397-100000 at peresvet.sixpack.homeip.net
>, Ilia Pavlenko writes:
>What's the best way to make two forks of wine co-exist ?
>Currently I got one in /usr/local/Wine/*, another in /usr/local/WineX/*,
>however they conflict when they try to load "libwine.so". For wine to be
>able to load "libwine.so" the path to it has to be entered into
>/etc/ld.so.conf, but if I have two forks of wine
You might be better putting _neither_ directory in your ld.so.conf, and
using LD_LIBRARY_PATH and friends to add to the list that ld will use on
a program-by-program (or run-by-run) basis. You could, eg, use a couple
of shell scripts to automate this process (ie, set LD_LIBRARY_PATH and
friends, and then execute the rest of the command line).
Ewen
More information about the wellylug
mailing list