On 2001.02.28 03:52:36 +0400 Eugenio Diaz wrote:
> --- Andrej Borsenkow <[EMAIL PROTECTED]> wrote:
> > 
> > > On 2001.02.27 15:21:27 +0400 Eugenio Diaz wrote:
> > > > The wine package need to add the entry:
> > > >
> > > > /usr/X11R6/lib/wine
> > > >
> > > > to the file:
> > > >
> > > > /etc/ld.so.conf
> > > >
> > > > before running ldconfig in the postinstall script. Otherwise, it
> would
> > > > fail to find the libraries.
> > > In theory, there is a dedicated entry in wine.conf, allowing to add
> > > directory to LD_LIBRARY_PATH just for wine use. It's IMHO a better
> choice
> > > than modifying ld.so.conf, but i didn't managed to have it workinkg
> :-(
> > >
> > 
> > This sounds reasonable (if it works of course). I do not like the idea
> of
> > every single package modifying system-wide ld.so.conf.
> 
> If the wine.config does not work, another solution would be to use a
> wrapper
> script to run wine that first sets LD_LIBRARY_PATH=/usr/X11R6/lib/wine.
A simple alias is enough :
alias wine = "LD_LIBRARY_PATH=/usr/X11R6/lib/wine wine"
-- 
The solution to a problem changes the problem
                -- DSP Paradox (Nolans Placebo) n°6

Reply via email to