[ruc@localhost ruc]$ progman
/usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference
*************************************************
*************************************************
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
*************************************************
*************************************************
You have new mail in /var/spool/mail/root
1、wine不可能只有13k,估计你下载到的只是一个下载页面,html格式的那种
2、The installed Wine libraries will not be found! 这个可能是指wine自带的库没有在lib路径里找到,查查看你的wine安装时将它那些lib安装到哪个目录下,将那个目录加入到ld.so.conf然后ldconfig再试试
[quote:5bd1ec6eb0="llc"]1、wine不可能只有13k,估计你下载到的只是一个下载页面,html格式的那种
2、The installed Wine libraries will not be found! 这个可能是指wine自带的库没有在lib路径里找到,查查看你的wine安装时将它那些lib安装到哪个目录下,将那个目录加入到ld.so.conf然后ldconfig再试试