LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-09-2004, 11:58 AM   #1
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Rep: Reputation: 30
Mozilla Firebird Installation


Hello, I am a newbie, I need to install mozilla firebird 0.7, could you please explain in detail what do I have to do to install it?

My Distro is Mandrake 9.0
 
Old 02-09-2004, 12:09 PM   #2
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
it dont matter what distro you have, all you need is the firebird sources, get them then run
./configure --whatever options you want
make
make install

be sure you check the requirements on the web site so you have all the dependancyies
 
Old 02-09-2004, 12:12 PM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by SciYro
it dont matter what distro you have, all you need is the firebird sources, get them then run
./configure --whatever options you want
make
make install

be sure you check the requirements on the web site so you have all the dependancyies
No reason to ./configure; make; make install as they are binaries..

Just extract it and cd into new directory.. then type: ./MozillaFirebird &

And it should launch and run..
 
Old 02-09-2004, 12:23 PM   #4
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Original Poster
Rep: Reputation: 30
It is extracted at home/user1/MozillaFirebird
There are two directories chrome/ and components/
what exactly do I have to do?
 
Old 02-09-2004, 12:47 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by LinuxSeeker
It is extracted at home/user1/MozillaFirebird
There are two directories chrome/ and components/
what exactly do I have to do?
Well there should be more directories than that but simply type now in the MozillaFirebird directory like I stated before:

./MozillaFirebird &

And it will start Firebird..
 
Old 02-09-2004, 12:56 PM   #6
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Original Poster
Rep: Reputation: 30
It doesn't work
 
Old 02-09-2004, 12:58 PM   #7
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by LinuxSeeker
It doesn't work
Error messages and how did you extract it? Which download did you do?
 
Old 02-09-2004, 01:02 PM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Also note.. Linux is case sensitive.. you will have to type it exactly like:

./MozillaFirebird &

While your in the MozillaFirebird directory in your users home directory you extracted it to..
 
Old 02-09-2004, 01:03 PM   #9
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Original Poster
Rep: Reputation: 30
I opened the tar.gz file with conqueror and copied the folder that was in there to the /home directory (it has worked almost any time I tried it). Then?
 
Old 02-09-2004, 01:05 PM   #10
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Original Poster
Rep: Reputation: 30
I cut and pasted it but it still doesn't work.
 
Old 02-09-2004, 01:06 PM   #11
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by LinuxSeeker
I opened the tar.gz file with conqueror and copied the folder that was in there to the /home directory (it has worked almost any time I tried it). Then?
No, do this in a terminal:

cd ~

tar xzvf MozillaFirebird-0.7-i686-pc-linux-gnu.tar.gz

cd MozillaFirebird

./MozillaFirebird &
 
Old 02-09-2004, 01:07 PM   #12
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by LinuxSeeker
I cut and pasted it but it still doesn't work.
Word of advice.. learn to use the command and don't depend on the GUI to perform such tedious tasks..
 
Old 02-09-2004, 01:09 PM   #13
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Original Poster
Rep: Reputation: 30
/bash: ./MozillaFirebird: No such file or directory
[1]+ Exit 127 ./MozillaFirebird
 
Old 02-09-2004, 01:12 PM   #14
LinuxSeeker
Member
 
Registered: Feb 2004
Location: Linuxland
Distribution: Ubuntu 5.10, KUbuntu 5.10, Mandrake 10.1 - Ubuntu 5.04 (Hoary)
Posts: 346

Original Poster
Rep: Reputation: 30
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

These are the console errors.
 
Old 02-09-2004, 01:14 PM   #15
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by LinuxSeeker
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

These are the console errors.
Redownload it again to your home directory the try the steps again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Segfaults in Mozilla, Mozilla Firebird, and Mozilla Thunderbird Ninja Cow Linux - Software 2 02-02-2004 01:33 AM
Java for Mozilla and Mozilla-firebird Problem, Please help londonboi Linux - General 5 01-08-2004 05:07 AM
Java in Mozilla Firebird and Mozilla saurya_s Linux - Software 1 12-08-2003 01:12 PM
howto get firebird to open link in mozilla mail instead of mozilla? breadbin Linux - Software 1 09-13-2003 04:46 PM
mozilla/mozilla firebird flash eltongeoff Linux - Newbie 1 07-18-2003 04:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration