LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 937|回复: 4

RH/FC下安装最新版的SCIM-1.2.2不能启动拼音模块

[复制链接]
发表于 2005-4-29 17:22:52 | 显示全部楼层 |阅读模式
我昨天在http://sourceforge.net/projects/scim/
上下载了最新的源代码包,三个包,scim,pinyin,tables。分别解压,依次安装。
./configure --prefix=/usr
make
make install
重启

打开终端:$scim -d

启动一切正常,也能切换出工具栏,但是拼音模块不能启动。只有RAW CODE,没有别的可选的码表,不知道是怎么回事。请高手帮着分析一下原因。
谢谢。
发表于 2005-4-29 17:28:11 | 显示全部楼层
ls /usr/lib/scim-1.0/IMEngine
看看有没有 pinyin 模块。

Post by lwkj
我昨天在http://sourceforge.net/projects/scim/
上下载了最新的源代码包,三个包,scim,pinyin,tables。分别解压,依次安装。
./configure --prefix=/usr
make
make install
重启

打开终端:$scim -d

启动一切正常,也能切换出工具栏,但是拼音模块不能启动。只有RAW CODE,没有别的可选的码表,不知道是怎么回事。请高手帮着分析一下原因。
谢谢。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-29 22:39:25 | 显示全部楼层
$ls /usr/lib/scim-1.0/IMEngine
there are six files:

pinyin.a  pinyin.la  pinyin.so  table.a  table.la  table.so


Post by james_su
ls /usr/lib/scim-1.0/IMEngine
看看有没有 pinyin 模块。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-30 23:34:38 | 显示全部楼层
So YuMen!!!
Please help me.
Thanks a lot!

Here is some other information about my system:

cd ~
vi .bashrc
------
# .bashrc
                                                                                                                                                     
# User specific aliases and functions
                                                                                                                                                     
# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export XMODIFIERS="@im=SCIM"
export XIM=scim
export XIM_PROGRAM=scim

locale
--
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

scim -d
----
Smart Common Input Method 1.2.1
  
Launching a SCIM daemon with Socket FrontEnd...
Loading -d Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Launching a SCIM process with x11...
Loading -d Config module ...
Creating backend ...
Loading x11 FrontEnd module ...
Starting SCIM as daemon ...
SCIM has been successfully launched.


uname -a
----
Linux localhost.localdomain 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux

there are have some other basic information in the posted papers in the above URL.

But now, I can't launch the pinyin modoule. I want to use the english enviroment, because it's necessary for some other program. but the input method is the biggest trouble.

My linux is fc2, could you give me some suggestions?

what should i do to make my input method work?
Thank you very much.
回复 支持 反对

使用道具 举报

发表于 2005-4-30 23:42:44 | 显示全部楼层
Could you please remove all installed files:
/usr/lib/libscim*
/usr/lib/scim*
/usr/bin/scim*
/usr/share/scim
~/.scim

Then reinstall all packages from source code by the following commands:
./configure --prefix=/usr --sysconfdir=/etc
make
make install
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表