Results 1 to 10 of 25
i downloaded thunderbird. it was a tar.gz file. i extracted it and its in a folder called mozilla thunderbird.
i do not know which file i have to use to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-16-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Dayton, OH
- Posts
- 22
installing thunderbird
i downloaded thunderbird. it was a tar.gz file. i extracted it and its in a folder called mozilla thunderbird.
i do not know which file i have to use to install thunderbird. i am a windows guy and i am eager to learn linux and there are no executable files. i tried to doubleclick on all the files but it doesnt work.
- 07-16-2005 #2
Ah, simple.
Open up a terminal.
Go to the directory. So for example, if you installed it in /home/abhinkrish/mozilla thunderbird, you'd do:
Now do the following to compile:Code:cd /home/abhinkrish/mozilla\ thunderbird/
Now you need to become the root user:Code:./configure make
Now we install the app:Code:su <<Enter the root password>>
Now we exit the terminal:Code:make install
Alrighty?Code:exit <- Returns you to normal user exit <- Exits the terminal
- 07-17-2005 #3
If you didn't download the source (odds are that you didn't), open a terminal and "cd" to the directory of thunderbird. There should be a shell script in there (I forget what it is called) that should be run. Simply type:
while in the directory and thunderbird will run.Code:./scriptname.sh
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 07-18-2005 #4Just Joined!
- Join Date
- Jul 2005
- Location
- Dayton, OH
- Posts
- 22
this is the error message i got
[root@localhost thunderbird]# ./run-mozilla.sh
run-mozilla.sh: Cannot execute .
it said it cannot execute it... any ideas?
- 07-19-2005 #5
I think there are two different scripts. Secondly, try running it as a normal user, not root.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 07-19-2005 #6Just Joined!
- Join Date
- Jul 2005
- Location
- Dayton, OH
- Posts
- 22
i tried running it as a normal user. it didnt work.
- 07-19-2005 #7
you will have to make it executable, try, as root a:
or if that doesnt work try 777 instead of 744.Code:chmod 744 run-mozilla.sh
Life is complex, it has a real part and an imaginary part.
- 07-19-2005 #8Just Joined!
- Join Date
- Jul 2005
- Location
- Dayton, OH
- Posts
- 22
nope it once again said cannot execute run-mozilla.sh
- 07-20-2005 #9
the chmod command is supposed to make the script executable, the first 7 says that root can execute the script. You gotta be in the same directory as the script to run the chmod command. also is there any other shell script there?
Life is complex, it has a real part and an imaginary part.
- 07-20-2005 #10Just Joined!
- Join Date
- Jul 2005
- Location
- Dayton, OH
- Posts
- 22
these are the files that are in there...
chrome/ libldap50.so* libsmime3.so* mozilla-xremote-client*
components/ libmozjs.so* libsoftokn3.chk README.txt*
components.ini libnspr4.so* libsoftokn3.so* res/
defaults/ libnss3.so* libssl3.so* run-mozilla.sh*
extensions/ libnssckbi.so* libxpcom_compat.so* thunderbird*
greprefs/ libplc4.so* libxpcom.so* thunderbird-bin*
icons/ libplds4.so* libxpistub.so* xpicleanup*
init.d/ libprldap50.so* LICENSE.txt*


Reply With Quote
