1、安装wine出错了(缺少文件)
安装wine 的 RPM包时候出现如下错误。
# rpm -ivh wine-xim-20030408-1.i386.rpm
error: Failed dependencies:
libsane.so.1 is needed by wine-xim-20030408-1
libXv.so.1 is needed by wine-xim-20030408-1
解决:上google搜索libsane.so.1和libXv.so.1,然后安装后再安装wine。
2、编译安装Wine的时候出现
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
解决:请安装你的GCC编译器,安装你系统的开发包光盘就可以。
3、系统时间问题。
./configure后
make depend 时出现问题
如下:
[root@localhost wine-20030115]# make depend
make: *** Warning: File `Makefile.in' has modification time in the future (2003-01-05 09:05:12 > 2002-03-22 10:49:55)
Makefile is older than Makefile.in configure, please rerun ./configure
make: *** [Makefile] Error 1
You have new mail in /var/spool/mail/root
解决:你的系统时间不对,检查一下!
4、用了root用户解压,wineinstall不能安装
./tools/wineinstall
出现
WINE Installer v0.75
~/download/wine-20050930 ~/download/wine-20050930/tools
The source directory is not writable. You probably extracted the sources as root.
You should remove the source tree and extract it again as a normal user.
解决:你可能是用root账户解压了。你应该删除它们,并用你现在的账户重新解压一遍。
5、编译的时候出现
/usr/local/lib doesn't exist in your /etc/ld.so.conf, it will be added
when we perform the install...
解决:将usr/local/lib这行加到/etc/ld.so.conf文件,然后以root运行ldconfig .之后再进行安装。
6、编译Wine时出现“X development files not found......"
解决:---安装相关的devel支持,如用gnome桌面的,得安装上gnome-devel


yong27 于 2008-05-31 15:17:06发表:
[root@localhost admin]# rpm -Uvh wine-20020605-1asp.i386.rpm
error: Failed dependencies:
libstdc++-libc6.2-2.so.3 is needed by wine-20020605-1asp.i386
libartsc.so.0 is needed by wine-20020605-1asp.i386
libcrypto.so.2 is needed by wine-20020605-1asp.i386
libssl.so.2 is needed by wine-20020605-1asp.i386
[root@localhost admin]#