LinuxQuestions.org
Review your favorite Linux distribution.
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 03-22-2003, 08:00 PM   #1
dvergin
LQ Newbie
 
Registered: Feb 2003
Location: Washington State
Distribution: RedHat 9.0 (updated)
Posts: 14

Rep: Reputation: 0
Can't upgrade to Mozilla 1.3


I am meeting some roadblocks in trying to install Mozilla 1.3 rpm's on top of Mozilla 1.0.1 on RedHat 7.3. Dependencies keep getting in the way and --force seems to be no help (I've never had to use --force before). I have a full set of Mozilla rpm's ready to go... but no joy.

Here's a typical session:

[root@localhost Current]# ls -l moz*
-rw------- 1 root root 11239437 Mar 22 16:45 mozilla-1.3-0_rh7.i386.rpm
-rw------- 1 root root 151192 Mar 22 16:43 mozilla-chat-1.3-0_rh7.i386.rpm
-rw------- 1 root root 3175738 Mar 22 16:44 mozilla-devel-1.3-0_rh7.i386.rpm
-rw------- 1 root root 241844 Mar 22 17:12 mozilla-dom-inspector-1.3-0_rh7.i386.rpm
-rw------- 1 root root 239667 Mar 22 17:12 mozilla-js-debugger-1.3-0_rh7.i386.rpm
-rw------- 1 root root 124696 Mar 22 17:11 mozilla-nspr-1.3-0_rh7.i386.rpm
-rw------- 1 root root 172352 Mar 22 17:11 mozilla-nspr-devel-1.3-0_rh7.i386.rpm
-rw------- 1 root root 402495 Mar 22 17:12 mozilla-psm-1.3-0_rh7.i386.rpm
[root@localhost Current]# rpm -Uvh mozilla-1.3-0_rh7.i386.rpm
error: failed dependencies:
mozilla-nspr = 1.3-0_rh7 is needed by mozilla-1.3-0_rh7
[root@localhost Current]# rpm -Uvh mozilla-nspr-1.3-0_rh7.i386.rpm
error: failed dependencies:
mozilla-nspr = 1.0.1-2.7.3 is needed by mozilla-1.0.1-2.7.3
[root@localhost Current]# rpm --force -Uvh mozilla-nspr-1.3-0_rh7.i386.rpm
error: failed dependencies:
mozilla-nspr = 1.0.1-2.7.3 is needed by mozilla-1.0.1-2.7.3
[root@localhost Current]# rpm -e mozilla
error: removing these packages would break dependencies:
mozilla >= 35:1.0.1 is needed by nautilus-mozilla-1.0.6-16.ximian.16
mozilla >= 35:1.0.1 is needed by galeon-1.2.6-1.ximian.1
libgtkembedmoz.so is needed by nautilus-mozilla-1.0.6-16.ximian.16
libgtkembedmoz.so is needed by galeon-1.2.6-1.ximian.1
libgtksuperwin.so is needed by nautilus-mozilla-1.0.6-16.ximian.16
libgtksuperwin.so is needed by galeon-1.2.6-1.ximian.1
libxpcom.so is needed by nautilus-mozilla-1.0.6-16.ximian.16
libxpcom.so is needed by galeon-1.2.6-1.ximian.1

How should I proceed?
 
Old 03-22-2003, 08:46 PM   #2
doublefailure
Member
 
Registered: Mar 2002
Location: ma
Distribution: slackware
Posts: 747

Rep: Reputation: 30
with --no-deps flag
 
Old 03-22-2003, 09:04 PM   #3
dvergin
LQ Newbie
 
Registered: Feb 2003
Location: Washington State
Distribution: RedHat 9.0 (updated)
Posts: 14

Original Poster
Rep: Reputation: 0
For the record (in case someone else needs this later) it's "--nodeps" (without the middle hypen) but why quibble. . .

You got me far enough to find the correct spelling on the man page and all is well.

Thanks.
 
Old 03-22-2003, 10:03 PM   #4
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Using the --nodeps switch is okay when you un-install but it can get you into some trouble when installing packages. In your case I'd suggest going into the directory where you downloaded all your mozilla rpms and doing:

rpm -Uvh mozilla*

so that it installs all the mozilla packages at once.
 
Old 03-22-2003, 10:21 PM   #5
dvergin
LQ Newbie
 
Registered: Feb 2003
Location: Washington State
Distribution: RedHat 9.0 (updated)
Posts: 14

Original Poster
Rep: Reputation: 0
RPM with a wildcard. Excellent. I didn't know you could do that.

I *did* think several times that it would all work of I could get RPM to just hold its breath and do everything all at once.

Thanks. Too late to do that this time, but I'll remember...
 
Old 03-22-2003, 10:27 PM   #6
Gandalf_Grey_
LQ Newbie
 
Registered: Mar 2003
Posts: 13

Rep: Reputation: 0
Personally I just get the CVS version. They are always of top quality IMHO. To compile it I use the following options

./configure --with-x --with-system-jpeg --with-system-zlib --with-system-mng --with-system-png --disable-mailnews --enable-crypto --disable-accessibility --disable-tests --disable-debug --enable-optimize=-O3 --disable-logging --enable-reorder --enable-strip --enable-elf-dynstr-gc --enable-cpp-rtti --disable-jsd --disable-dtd-debug --enable-extensions="all" --prefix=/usr/local/MozCVS

Granted the CVS directory does eat through 1.5 or so gigs of HD space IMHO it is worth it
 
Old 03-23-2003, 10:48 PM   #7
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Rep: Reputation: 30
use Opera, it is good.
 
  


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
mozilla upgrade hoffmanyew Red Hat 2 10-05-2004 11:39 PM
mozilla upgrade ivansv Linux - Software 1 12-28-2003 04:57 PM
Mozilla Upgrade from 1.2.1 to 1.5 vpkamath Linux - Newbie 1 10-20-2003 01:52 PM
Mozilla Upgrade Installation EmmettHR Slackware 1 06-28-2003 06:58 PM
looking to upgrade Mozilla .. StamfordRob Linux - Software 6 02-04-2002 01:21 AM

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

All times are GMT -5. The time now is 11:15 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