Hello:
my os is fedora core 4. I downloaded wine-0.9.8.tar.bz2, and then run
./tools/wineinstall
at first. after configuration it is said that I should login as root.
I do not want to install wine as root and do not want to install it in
default path, so I then run
configure --prefix=dir
make depend
make
make install
instead. after install, when I run wine is is said that:
wine: error while loading shared libraries: libwine.so.1: cannot open
shared object file: No such file or directory
but this file is in: [install dir]/lib. then I download
wine-0.9.2-1fc4winehq.i686.rpm
and installed it, it works well.
I still want to use the source package to install, but how can I resolve
that error? must I install wine as root?
please help me, thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.winehq.org/pipermail/wine-users/attachments/20060224/2d6a1ffd/attachment.htm
> must I install wine as root?To install anything -- wine or not -- you must be root. However, you will use it as a user. I suggest you try wineinstall again. Hiji __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Am Freitag, 24. Februar 2006 08:07 schrieb Hiji:> > must I install wine as root? > > To install anything -- wine or not -- you must be > root.I have here quite some applications which I did not install as root, but as normal user, among them a wine-install. All of them work for the user who installed them. Yours sincerely Tobias Hilbricht -- Dr. Tobias Hilbricht Linopus Satz und Grafik www.linopus.de
Le vendredi 24 f?vrier 2006 ? 10:55 +0800, nay0648 a ?crit :> Hello: > > my os is fedora core 4. I downloaded wine-0.9.8.tar.bz2, and then run > ./tools/wineinstall > at first. after configuration it is said that I should login as root. > I do not want to install wine as root and do not want to install it in > default path, so I then run > configure --prefix=dir > make depend > make > make install > instead. after install, when I run wine is is said that: > wine: error while loading shared libraries: libwine.so.1: cannot open > shared object file: No such file or directorytry: sudo ldconfig or: sudo ldconfig [install dir]/lib
--- Tobias Hilbricht <hilbricht@linopus.de> wrote:> Am Freitag, 24. Februar 2006 08:07 schrieb Hiji: > > > must I install wine as root? > > > > To install anything -- wine or not -- you must be > > root. > > I have here quite some applications which I did not > install as root, but as > normal user, among them a wine-install. All of them > work for the user who > installed them. > > Yours sincerely > > Tobias HilbrichtWine will not install or work unless you are root. Yes, you can run wine-install as a user, but at one point during the process you will be asked for your root password so "make install" can successfully execute. Hiji __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com