LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Newbie Mozella question (https://www.linuxquestions.org/questions/linux-software-2/newbie-mozella-question-101662/)

rampentpenguin 10-08-2003 10:47 AM

Newbie Mozella question
 
I am new to Linux and hoping you folks can help me. I am trying to install only my second program ever. I am having trouble. I am running Red Hat 9 and am trying to install Mozella Firebird. I have unpacked it but cannot find anything that looks like install instructions. I am not 100% sure what I should be looking for. I was hoping someone here could help. Thanks in advance.

Cheers,
Scott

salparadise 10-08-2003 10:59 AM

you're either looking for a file called mozilla-installer
or a file called configure
if it's the first
open a terminal
cd to moz installer folder
su to root
type ./mozilla-installer

if it's the second option

open a terminal
cd to moz installer folder
type
./configure
when it's finished
type make
then
su to root
and type make install

talon105 10-08-2003 12:29 PM

Or if you can find any .rpm files, chances are that will do the trick. (If there are none, refer to salparadises post for the terminal instructions)

Stephen_Ri 10-08-2003 01:22 PM

I ran the RH9 RPM file, now how do I run mozilla firebird?

kasperhans 10-08-2003 01:55 PM

you can also run MozillaFirebird right out of the package with the command ./MozillaFirebird works just fine but you dont have to install it ...

BrianNJ 10-10-2003 03:53 PM

yes. i got thrown for a loop when i realized mozilla firebird didn't need to be configured and installed!

mossy 10-10-2003 04:37 PM

Also - read the README or INSTALL files along with any package.

they can be realy very helpful and informative.

Campitor 10-15-2003 02:27 PM

MozillaFireBird package doesnt come with README nor INSTALL text. Not nice :). you have to do some copying around.

If you unziped the file to your home directory in a terminal do:
1. download gz-file from mozilla.org.
2. tar -xzvf MozillaFirebird-0.6.1-i686-pc-linux-gnu.tar.gz
3. su
Password: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
4. mv MozillaFirebird /usr/local
5. ln -s /usr/local/MozillaFirebird/MozillaFirebird /usr/bin
6 exit

now you can run Firebird by: MozillaFirebird from command prompt.
I run RH8-Gnome2.2. and I just created an icon on my panel...cool phenix.

Hope this helps.


All times are GMT -5. The time now is 06:26 PM.