LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems running thunderbird? (https://www.linuxquestions.org/questions/linux-software-2/problems-running-thunderbird-387054/)

Erik_the_Red 11-27-2005 03:50 PM

Problems running thunderbird?
 
I downloaded Thunderbird 1.0.7 in .tar.gz form and untarred it.

Apparently, there's no need to run ./configure && make. You just do ./thunderbird.

Doing that gives:

Code:

./run-mozilla.sh: line 159: 15487 Segmentation fault      "$prog" ${1+"$@"}
What is the problem?

teebones 11-27-2005 04:08 PM

well this means that a program (called from the script executed) wants to execute something in the RAM of you computer, wich isn't allowed to do so.

This can be caused by having the wrong rights on folders/binaries and such.. (e.g. only read access instead of read-write rights or wrong group/user rights)
Check that you have the right permissions for thunderbird.

also it can (not often) be caused by using a wrong version of gcc of glibc (e.g. the binary is compiled by a newer version as there is present on the system it is executed)


hope this will give you a push in solving the issue.

arubin 11-28-2005 06:13 AM

How about if you do it as root?

Erik_the_Red 12-05-2005 04:19 PM

Arubin, initially, I was dismayed, because in the terminal the same error message emerged.

However, it seemed to be somewhat on the right track, because the Netscape Quality Feedback Tool thing came up.

arubin 12-05-2005 04:40 PM

Of course if you are running ubuntu the easiest wat to get thunderbird running is to use ubuntu's repository and the GUI tool, (is it Synaptic?) rather than installing via the tarball.


All times are GMT -5. The time now is 12:31 AM.