LinuxSir.cn,穿越时空的Linuxsir!

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

请大家帮我看看这样装lumaqq可以不?

[复制链接]
发表于 2006-3-7 14:25:00 | 显示全部楼层 |阅读模式
本来我安装jre的时候,想安装ubuntu.org.cn的faq去装的
可是我apt-get 不到sun-j2re1.5 ,我的source是直接copy
ubuntu.org.cn的 faq中的cn99的 ,而且也update了
很奇怪


下载jdk-1_5_0_06-linux-amd64.bin
root@ubuntu:~# ./jdk-1_5_0_06-linux-amd64.bin
root@ubuntu:~# mv jdk1.5.0_06/ /usr/lib/jre1506
在~/。bashrc中加入
JAVA_HOME=/usr/lib/jre1506
JAVA_BIN=/usr/lib/jre1506/bin
export JAVA_HOME JAVA_BIN

然后
按照faq安装lumaqq
重启
应用程序 -> Internet -> LumaQQ

可是硬盘了20秒后,既没有成功,也没有错误提示
而且在没有安装luma的时候和设置java环境时候
java --version 是有正确显示的 ,
不过安装了luma和设置了环境后
root@ubuntu:~# java --version
Unrecognized option: --version
Could not create the Java virtual machine.

请大家指教一下,谢谢!


然后
root@ubuntu:/opt/LumaQQ# pwd
/opt/LumaQQ
root@ubuntu:/opt/LumaQQ# ./lumaqq
root@ubuntu:/opt/LumaQQ# Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/LumaQQ/swt/libswt-pi-gtk-3138.so: /opt/LumaQQ/swt/libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:122)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:121)


/opt/LumaQQ/swt/libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory

但是
root@ubuntu:/opt/LumaQQ/swt# pwd
/opt/LumaQQ/swt
root@ubuntu:/opt/LumaQQ/swt# ls
libcairo.so.1 libswt-awt-gtk-3138.so libswt-gtk-3138.so
libkeybinder.so libswt-cairo-gtk-3138.so libswt-mozilla-gtk-3138.so
libswt-atk-gtk-3138.so libswt-gnome-gtk-3138.so libswt-pi-gtk-3138.so
root@ubuntu:/opt/LumaQQ/swt#

libswt-pi-gtk-3138.so是在的哦
发表于 2006-3-8 15:34:43 | 显示全部楼层

???

你装64位的JDK干嘛…………………………

如果是CN99的源具定没问题……肯定可以找到……必竟偶经常用……

编辑文件
sudo gedit /ect/apt/sources.list

# ubuntu.cn99.com
deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ breezy main restricted universe multiverse
deb http://ubuntu.cn99.com/backports/ breezy-extras main restricted universe multiverse

#archive.ubuntu.org.cn
deb http://archive.ubuntu.org.cn/ubuntu/ breezy main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu/ breezy-security main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu/ breezy-updates main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu/ breezy-backports main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn/ breezy main restricted universe multiverse
deb http://archive.ubuntu.org.cn/backports/ breezy-extras main restricted universe multiverse

用编辑器(我一般用Gedit)把上面的东东写上去………………然后
sudo apt-get update
sudo apt-get install sun-j2re1.5
java -version
sudo ln -sf /usr/lib/j2re1.5-sun/bin/java /usr/bin/java

剩下就按着FQA里一样操作了…………
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-9 22:58:23 | 显示全部楼层
我的cpu是是sp2800+  64bit
装amd64的没有问题吧?

我的sourcelist是按照ubuntu.org.cn的faq中,
copy到我的sourcelist中的
而且我也update了,换过所有的源都没有get到sun-j2re1.5

java  -version都有正确显示

lumaqq也是按照faq中安装的
root@ubuntu:/opt/LumaQQ# pwd
/opt/LumaQQ
root@ubuntu:/opt/LumaQQ# ./lumaqq
root@ubuntu:/opt/LumaQQ# Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/LumaQQ/swt/libswt-pi-gtk-3138.so: /opt/LumaQQ/swt/libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:19)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:122)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:121)


/opt/LumaQQ/swt/libswt-pi-gtk-3138.so: cannot open shared object file: No such file or directory

但是
root@ubuntu:/opt/LumaQQ/swt# pwd
/opt/LumaQQ/swt
root@ubuntu:/opt/LumaQQ/swt# ls
libcairo.so.1 libswt-awt-gtk-3138.so libswt-gtk-3138.so
libkeybinder.so libswt-cairo-gtk-3138.so libswt-mozilla-gtk-3138.so
libswt-atk-gtk-3138.so libswt-gnome-gtk-3138.so libswt-pi-gtk-3138.so
root@ubuntu:/opt/LumaQQ/swt#

libswt-pi-gtk-3138.so明明就在目录中,为什么说没有找到这个目录?

谢谢!
回复 支持 反对

使用道具 举报

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

本版积分规则

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