mozilla installation


 
Thread Tools Search this Thread
Operating Systems AIX mozilla installation
# 1  
Old 02-17-2010
mozilla installation

I am tryin to install Mozilla V1.7.13.1 on Power6 64 bit Blade JS12 server running aix 5.3 ML 11. ive installed the required rpm files. When i try to install Mozilla (downloaded from IBM site as Mozilla.base.tar.gz) . It always fails with the below msg.

Code:
instal:   Failed while executing the Mozilla.base.rte.pre_i script.

Restoring  files, please wait.
1025 files restored.
1889 files restored.
2745  files restored.

0503-464 installp:  The installation has FAILED  for the "usr" part
       of the following filesets:
        Mozilla.base.rte 1.7.13.1

Q1. Since mine is 64 bit enabled, am i choosing the right installp file?
Q2. I installed 64 bit version of Mozilla , (downloaded as Firefox.base.tar) , the installation went perfect , but when i try to run it, the output is as follows.
#Firefox
Error: no display specified
Is it bcos i am doing a remote session & the browser only pops up on the console directly attached to the server?

Please help guys. Smilie

---------- Post updated at 06:02 AM ---------- Previous update was at 05:54 AM ----------

Just in case someone needs detailed error output:

Code:
geninstall -I "agqwXY -J"  -Z   -d . -f File 2>&1

File:
    I:Mozilla.base.adt             1.7.13.1
    I:Mozilla.base.rte             1.7.13.1


+-----------------------------------------------------------------------------+
                    Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...

WARNINGS
--------
  Problems described in this section are not likely to be the source of any
  immediate or serious failures, but further actions may be necessary or
  desired.

  Already Installed
  -----------------
  The number of selected filesets that are either already installed
  or effectively installed through superseding filesets is 1.  See
  the summaries at the end of this installation for details.

  NOTE:  Base level filesets may be reinstalled using the "Force"
  option (-F flag), or they may be removed, using the deinstall or
  "Remove Software Products" facility (-u flag), and then reinstalled.

  << End of Warning Section >>

SUCCESSES
---------
  Filesets listed in this section passed pre-installation verification
  and will be installed.

  Selected Filesets
  -----------------
  Mozilla.base.rte 1.7.13.1                   # Mozilla Web Browser and Appl...
 << End of Success Section >>

+-----------------------------------------------------------------------------+
                   BUILDDATE Verification ...
+-----------------------------------------------------------------------------+
Verifying build dates...done
FILESET STATISTICS
------------------
    2  Selected to be installed, of which:
        1  Passed pre-installation verification
        1  Already installed (directly or via superseding filesets)
  ----
    1  Total to be installed

+-----------------------------------------------------------------------------+
                         Installing Software...
+-----------------------------------------------------------------------------+

installp:  APPLYING software for:
        Mozilla.base.rte 1.7.13.1


. . . . . << Copyright notice for Mozilla.base >> . . . . . . .
 Licensed Materials - Property of IBM

 5765G0101
   (C) Copyright International Business Machines Corp. 1996, 2006.
   (C) Copyright Regents of the University of California, 1994.
   (C) Copyright Digital Equipment Corp., 1996.
   (C) Copyright Fujitsu Limited, 1996.
   (C) Copyright Hitachi Ltd., 1996.
   (C) Copyright Hewlett-Packard Company, 1996.
   (C) Copyright Japan Network Information Center, 2000-2002.
   (C) Copyright Massachusetts Institute of Technology, 1996.
   (C) Copyright by Contributors to the Mozilla codebase, 1998-2006.
   (C) Copyright Novell Inc., 1996.
   (C) Copyright Sun Microsystems Inc. 1996.

The following RPM images are required before Mozilla.base.rte can be installed:


These images can be found on the AIX Toolbox for Linux applications CD or on
the following web site:

http://www.ibm.com/servers/aix/products/aixos/linux/

instal:  Failed while executing the Mozilla.base.rte.pre_i script.


0503-464 installp:  The installation has FAILED for the "usr" part
        of the following filesets:
        Mozilla.base.rte 1.7.13.1

installp:  Cleaning up software for:
        Mozilla.base.rte 1.7.13.1

Finished processing all filesets.  (Total time:  1 secs).

+-----------------------------------------------------------------------------+
                                Summaries:
+-----------------------------------------------------------------------------+

Pre-installation Failure/Warning Summary
----------------------------------------
Name                      Level           Pre-installation Failure/Warning
-------------------------------------------------------------------------------
Mozilla.base.adt          1.7.13.1        Already installed


Installation Summary
--------------------
Name                        Level           Part        Event       Result
-------------------------------------------------------------------------------
Mozilla.base.rte            1.7.13.1        USR         APPLY       FAILED
Mozilla.base.rte            1.7.13.1        USR         CLEANUP     SUCCESS


Last edited by pludi; 02-17-2010 at 09:31 AM.. Reason: code tags, please...
# 2  
Old 02-18-2010
Quote:
Error: no display specified
Is it bcos i am doing a remote session & the browser only pops up on the console directly attached to the server?
You should start a X server on your workstation (if windows, maybe cygwin is an option) and you have to export the DISPLAY variable according to your workstations name/ip address.

For the installation error log seems to tell it you already:
Code:
  Already Installed
  -----------------
  The number of selected filesets that are either already installed
  or effectively installed through superseding filesets is 1.  See
  the summaries at the end of this installation for details.

  NOTE:  Base level filesets may be reinstalled using the "Force"
  option (-F flag), or they may be removed, using the deinstall or
  "Remove Software Products" facility (-u flag), and then reinstalled.

  << End of Warning Section >>

Since it's a warning, you might ignore it.
# 3  
Old 02-18-2010
thanks zaxxon

thanks a lot for ur reply.. i am off till tomorrow n will try it out first thing on saturday morn and let u know how it went... soooo appreciate it!Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Mozilla not working

I had a server which had minimal installation and at some point i had requirement to install an application which requires mozilla .. so i installed all firefox and mozilla packages and few of the library packages .. but mozilla is still not working I installed following mozilla packages. When... (2 Replies)
Discussion started by: fugitive
2 Replies

2. UNIX for Dummies Questions & Answers

java runtime for mozilla firefox 3.5.3 installation

Hi, community, I am using Karmica koala 9.10 and I wish to add to Firefox the JRE plugin. What I have to do? The problem arises when I try to copy from the Downloads dir the file to /usr/java that I created. I must have the root permissions, I think. Please help. (1 Reply)
Discussion started by: mauropera
1 Replies

3. AIX

mozilla-firefox

i attempt to install mozilla...and after the installation finish i have failed that say: the following rpm image are required before mozilla.base.rte can be installed what to d? or how do i install the rpms? thanx..... (1 Reply)
Discussion started by: amitt74
1 Replies

4. Programming

mozilla object

hi this i tried for getting url form mozilla window. and also for getting mozilla object file. is there any plz tell the way. thanking u. ramesh (7 Replies)
Discussion started by: ramesh.jella
7 Replies

5. HP-UX

Need help for mozilla webbrowzer installation

Hi, iam new to hp-ux. I want to install the mozilla on hp-ux machine. If any knows please give me the procedure for how to install mozilla on hp-ux machine. Thankyou, Regards, Balu. (2 Replies)
Discussion started by: balarajum
2 Replies

6. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

7. Linux

Mozilla Navigator

I would like just to know where is mozilla navigator is installed under linux i.e mozilla navigator is installed in which directory? I think you (1 Reply)
Discussion started by: selim
1 Replies

8. Linux

starting mozilla

every time I launch mozilla Im getiing this this error: Details: failed to execute child process "/root/mozilla" no such file or directory. (2 Replies)
Discussion started by: keliy1
2 Replies

9. News, Links, Events and Announcements

Mozilla fire...uh whatever

http://slashdot.org/article.pl?sid=04/03/27/0250250&mode=thread&tid=126&tid=154&tid=95 (0 Replies)
Discussion started by: norsk hedensk
0 Replies
Login or Register to Ask a Question