编译安装xchat 2.8.4问题
  Home FAQ Contact Sign in
cn.comp.os.linux only
 
Advanced search
POPULAR GROUPS

more...

cn.comp.os.linux Profile…
 Up
编译安装xchat 2.8.4问题         


Author: azhongjisupe
Date: May 28, 2008 04:30

我用的是FC2 linux,用自带的x-chat 2.0.7,刚才网上下载了x-caht 2.8.4的源码.解压安装
#./configeure
#make
#make install
安装后发现还是x-chat 2.0.7.我想起来没有卸载x-chat 2.0.7 然后#rpm -e xchat 卸载后再次编译安装xchat 2.8.4,但是起动不了,提示
出错.最终还是#yum install xchat重新安装了xchat 2.0.7

到底是哪里出了问题呢?

--
............................................................3c93bjf23-9a7dze790-ed1d854sb7#54b2cj304-19b5zf82c-4589s937615#
2 Comments
Re: 编译安装xchat 2.8.4问题         


Author: DigitalPig
Date: May 28, 2008 06:23

>>>>> "azhongjisupe" == azhongjisupe gmail.com> writes:

azhongjisupe> 我用的是FC2 linux,用自带的x-chat 2.0.7,刚才网上下
azhongjisupe> 载了x-caht 2.8.4的源码.解压安装#./configeure #make
azhongjisupe> #make install安装后发现还是x-chat 2.0.7.我想起来没有卸
azhongjisupe> 载x-chat 2.0.7 然后#rpm -e xchat 卸载后再次编译安装
azhongjisupe> xchat 2.8.4,但是起动不了,提示出错.最终还是#yum install
azhongjisupe> xchat重新安装了xchat 2.0.7

azhongjisupe> 到底是哪里出了问题呢?

你是怎么启动x-chat的呢?如果是GNOME直接点的,可能是编译安装的xchat不会自
己修改链接指向。如果你是直接在终端操作的,可能是旧的xchat的path优先与新
的xchat。我编译过Emacs22.2。GNU的习惯是把Emacs放在/usr/local/bin,但是
Ubuntu的习惯是在/usr/bin。因为path上面Ubuntu的先,所以编译安装完以后
emacs还是启动的是Ubuntu的版本。

--
DigitalPig
E-mail: digitalpiglee AT gmail DOT com
ALL WE SEEN IS ILLUSION.
Show full article (1.24Kb)
no comments
Re: 编译安装xchat 2.8.4问题         


Author: gaodoo
Date: May 29, 2008 05:39

DigitalPig 写道:
>>>>>> "azhongjisupe" == azhongjisupe gmail.com> writes:
>
> azhongjisupe> 我用的是FC2 linux,用自带的x-chat 2.0.7,刚才网上下
> azhongjisupe> 载了x-caht 2.8.4的源码.解压安装#./configeure #make
> azhongjisupe> #make install安装后发现还是x-chat 2.0.7.我想起来没有卸
> azhongjisupe> 载x-chat 2.0.7 然后#rpm -e xchat 卸载后再次编译安装
> azhongjisupe> xchat 2.8.4,但是起动不了,提示出错.最终还是#yum install
> azhongjisupe> xchat重新安装了xchat 2.0.7
>
> azhongjisupe> 到底是哪里出了问题呢?
>
> 你是怎么启动x-chat的呢?如果是GNOME直接点的,可能是编译安装的xchat不会自
> 己修改链接指向。如果你是直接在终端操作的,可能是旧的xchat的path优先与新
> 的xchat。我编译过Emacs22.2。GNU的习惯是把Emacs放在/usr/local/bin,但是
> Ubuntu的习惯是在/usr/bin。因为path上面Ubuntu的先,所以编译安装完以后
> emacs还是启动的是Ubuntu的版本。
>
>
使用apt-get方式得到的,或者说安装包的 --prefix=/usr ...
Show full article (1.26Kb)
no comments