tar.gz 发表于 2005-7-11 18:28:40

安装WINE又出问题了......等待解决.......

安装WINE又出问题了,安了几次都是检查安装不成功. 不知道是什么原因,请高手解决.

解压...
# ./configure --prefix=/usr/local/wine
.
.
.
# make depend && make
.
.
.
# gedit /etc/ld.so.conf;ld.so.conf后添加/usr/local/wine/lib
# ldconfig   
# export LD_LIBRAY_PATH=$LD_LIBRAY_PATH:/usr/local/wine/lib
# make install
.
.
.
/usr/bin/install -c-m 644./winemaker.man /usr/local/wine/man/man1/winemaker.1
make: Leaving directory `/soft/wine-20050628/tools'
./tools/mkinstalldirs -m 755 /usr/local/wine/share/aclocal
/usr/bin/install -c-m 644./aclocal.m4 /usr/local/wine/share/aclocal/wine.m4
/sbin/ldconfig

# wine -version
bash: wine: command not found

fakeroot 发表于 2005-7-11 18:55:46

export PATH=$PATH:/usr/local/wine/bin
页: [1]
查看完整版本: 安装WINE又出问题了......等待解决.......