Re: error while loading shared libraries: libwine.so.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux