G'day all, I update wine daily from cvs and install it into /usr/local/wine using a custom script, not the wine install script. Previously all the shared libs were in /usr/local/wine/lib and this dir was picked up by ldconfig and everyone was happy. Now I have /usr/local/wine/lib and /usr/local/wine/lib/wine ldconfig picks up the former but not the latter. To get wine to work I have to set LD_LIBRARY_PATH=/usr/local/wine/lib/wine. Why are the files in /usr/local/wine/lib/wine not picked up as shared libs, and is there anything I can do to remedy this? I tried the EXTRA_LD_LIBRARY_PATH in ~/.wine/config but it seems to do nothing. -- Brad.... /"\ Save the Forests \ / ASCII RIBBON CAMPAIGN Burn a Greenie. X AGAINST HTML MAIL / \
Brad Campbell <brad@seme.com.au> wrote:>Now I have /usr/local/wine/lib and /usr/local/wine/lib/wine > >ldconfig picks up the former but not the latter. To get wine to >work I have to set LD_LIBRARY_PATH=/usr/local/wine/lib/wine. > >Why are the files in /usr/local/wine/lib/wine not picked up as >shared libs, and is there anything I can do to remedy this? >I tried the EXTRA_LD_LIBRARY_PATH in ~/.wine/config but it seems >to do nothing.add it to /etc/ld.so.conf and rerun ldconfig. []'s Raul Dias
Raul Dias wrote:> > Brad Campbell <brad@seme.com.au> wrote: > >Now I have /usr/local/wine/lib and /usr/local/wine/lib/wine > > > >ldconfig picks up the former but not the latter. To get wine to > >work I have to set LD_LIBRARY_PATH=/usr/local/wine/lib/wine. > > > >Why are the files in /usr/local/wine/lib/wine not picked up as > >shared libs, and is there anything I can do to remedy this? > >I tried the EXTRA_LD_LIBRARY_PATH in ~/.wine/config but it seems > >to do nothing. > > add it to /etc/ld.so.conf and rerun ldconfig.Yes.. I had already tried that, and with an ldconfig -v noticed that ldconfig refused to ack the existence of any shared libs in that dir. Thanks for the reply though. -- Brad.... /"\ Save the Forests \ / ASCII RIBBON CAMPAIGN Burn a Greenie. X AGAINST HTML MAIL / \