Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Installation 雷鸟Debian 7.4-Can';无法使命令符号链接正常工作_Installation_Debian_Thunderbird - Fatal编程技术网

Installation 雷鸟Debian 7.4-Can';无法使命令符号链接正常工作

Installation 雷鸟Debian 7.4-Can';无法使命令符号链接正常工作,installation,debian,thunderbird,Installation,Debian,Thunderbird,我正在Debian 7.4上安装thunderbird 24.4.0。一个非常简单的安装,我从来没有任何问题。。但在Debian上,我无法启动应用程序 安装非常简单,只需下载正确的二进制文件并在/usr/bin中创建指向主可执行文件的SymbolLink链接 所以我下载并提取了焦油球 sudo tar -xjf thunderbird-24.4.0.tar.bz2 -C /opt 应用程序位于[b]/opt/thunderbird[/b] jeby6372@mercure:/opt/thund

我正在Debian 7.4上安装thunderbird 24.4.0。一个非常简单的安装,我从来没有任何问题。。但在Debian上,我无法启动应用程序

安装非常简单,只需下载正确的二进制文件并在/usr/bin中创建指向主可执行文件的SymbolLink链接

所以我下载并提取了焦油球

sudo tar -xjf thunderbird-24.4.0.tar.bz2 -C /opt
应用程序位于[b]/opt/thunderbird[/b]

jeby6372@mercure:/opt/thunderbird$ ls
application.ini     libmozalloc.so    mozilla-xremote-client
blocklist.xml       libmozsqlite3.so  omni.ja
chrome              libnspr4.so       platform.ini
chrome.manifest     libnss3.so        plugin-container
components          libnssckbi.so     precomplete
crashreporter       libnssdbm3.chk    removed-files
crashreporter.ini   libnssdbm3.so     run-mozilla.sh
defaults            libnssutil3.so    searchplugins
dependentlibs.list  libplc4.so        Throbber-small.gif
extensions          libplds4.so       ***thunderbird***
icons               libprldap60.so    thunderbird-bin
isp                 libsmime3.so      updater
libfreebl3.chk      libsoftokn3.chk   updater.ini
libfreebl3.so       libsoftokn3.so    update-settings.ini
libldap60.so        libssl3.so
libldif60.so        libxul.so
根据文档中的要求,我创建了符号链接

sudo ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird
我的路径变量是:

jeby6372@mercure:/opt/thunderbird$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:/sbin
当我发出启动命令时,它失败了

jeby6372@mercure:~$ thunderbird
bash: /usr/bin/thunderbird: No such file or directory
jeby6372@mercure:~$
我不明白怎么了。链接似乎也正确:

jeby6372@mercure:~$ file /usr/bin/thunderbird
/usr/bin/thunderbird: symbolic link to `/opt/thunderbird/thunderbird
提前感谢您的帮助

IceDove邮件客户端 Icedove是雷鸟的开源克隆。它提供了相同的功能,并在debian 7.4上安装良好

sudo apt-get install icedove
这个变通方法解决了这个问题