[Wine] Re: error while loading shared libraries: libwine.so.1

Mike Hearn mike at plan99.net
Mon Nov 28 11:54:10 CST 2005


On Sat, 26 Nov 2005 22:39:37 -0500, roger wrote:
> Just complied from CVS and am getting this error:
> 
> /_/usr/local/bin/wine: error while loading shared libraries: 
> libwine.so.1: cannot open shared object file: No such file or directory_/
> 
> Library out of date?  Some other setting?
> 
> I'm new to Linux and compiling your own programs.  Keeps life 
> interesting though.

Try using a pre-built binary package, if you can. Why are you
building from source?

Otherwise:

a) If you have /etc/ld.so.conf.d, run these commands as root:

   echo '/usr/local/lib' >/etc/ld.so.conf.d/usr-local.conf
   /sbin/ldconfig

   You can tell if you have an /etc/ld.so.conf.d directory by
   doing a "cd" into it, if it works you have it, if you get 
   an error you don't

b) If you don't have /etc/ld.so.conf.d run these commands as root:
  
   echo '/usr/local/lib' >>/etc/ld.so.conf
   /sbin/ldconfig

Then try again.

thanks -mike




More information about the wine-users mailing list