LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wine error: libwine.so.1 (https://www.linuxquestions.org/questions/linux-software-2/wine-error-libwine-so-1-a-143543/)

Cesar Ocasio 02-07-2004 11:02 PM

wine error: libwine.so.1
 
I'm trying to run Wine (compiled from source), but I get this error when trying to run it:

wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory


I also noticed that after I do "make install" on Wine, there was this comment at the end of the compiling:
Code:

*************************************************
*************************************************
The installed Wine libraries will not be found!
You can either:
  Add the line '/usr/local/lib' to /etc/ld.so.conf and run /sbin/ldconfig
  export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
*************************************************
*************************************************

Do I did what it said, but I still get the "libwine.so.1" error.

I did 'ls /usr/lib/wine' (or /usr/local/lib) and found that "libwine.so" and "libwine.so.1" is flashing red in the terminal. What does that mean?

Anyway, I copied the two missing files from the Wine source directory to the respective directory, but I still get the "libwine.so.1" error when I tried to run wine.

Then I did something (which I didn't remember) that causes "libwine.so" and "libwine.so.1" to disappear again and the two files are flashing red in the terminal when I list the directory.


Now what?!? :confused:

I'm running Fedora Core 1 and I tried to follow steps from www[dot]linux-gamers[dot]net[backslash]modules[backslash]wfsection[backslash]article.php?articleid=2

... OMG I've been restricted from posting a URL... :mad:


All times are GMT -5. The time now is 07:26 PM.