Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
apache upgrade

apache upgrade

2003-01-17       - By James P. Roberts

 Back
Reply:     1     2     3     4     5     6     7     8  

-- -- Original Message -- --
From: <seawolf-list-request@(protected)>
To: <seawolf-list@(protected)>
Sent: Friday, January 17, 2003 1:55 PM
Subject: Seawolf-list digest, Vol 1 #1628 - 8 msgs


> Send Seawolf-list mailing list submissions to
> seawolf-list@(protected)
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://listman.redhat.com/mailman/listinfo/seawolf-list
> or, via email, send a message with subject or body 'help' to
> seawolf-list-request@(protected)
>
> You can reach the person managing the list at
<snip>
> > It is probably easier to put all the rpms you want updated into a
> > directory, and do:
> >
> > rpm -Uvh *.rpm
> >
> > HTH
> > --
> > Arend
> >
> >
>
> I try that to, but I get this errors:
>
> sh-2.04# ls
> apache-1 (See http://che-1.ora-code.com).3.27-1.7.1.i386.rpm
> apache-manual-1 (See http://ual-1.ora-code.com).3.22-5.7.1.i386.rpm
> mod_put-1 (See http://put-1.ora-code.com).3-2.i386.rpm
> apache-devel-1 (See http://vel-1.ora-code.com).3.22-5.7.1.i386.rpm
> apache-manual-1 (See http://ual-1.ora-code.com).3.27-1.7.1.i386.rpm
> mod_ssl-2 (See http://ssl-2.ora-code.com).8.12-1.7.i386.rpm
> apache-devel-1 (See http://vel-1.ora-code.com).3.27-1.7.1.i386.rpm
> mod_bandwidth-2 (See http://dth-2.ora-code.com).0.3-2.i386.rpm
> mod_throttle-3 (See http://tle-3.ora-code.com).1.2-3.i386.rpm
>
> sh-2.04# rpm -Uvh *
> warning: LOOP:
> warning: removing mod_throttle-3 (See http://tle-3.ora-code.com).1.2-3 "Requires: webserver" from
tsort
> relations.
> warning:     mod_throttle-3 (See http://tle-3.ora-code.com).1.2-3                     Requires:
webserver
> warning: removing apache-1 (See http://che-1.ora-code.com).3.27-1.7.1 "Requires: mod_throttle" from
tsort
> relations.
> warning:     apache-1 (See http://che-1.ora-code.com).3.27-1.7.1                      Requires:
mod_throttle
<snip>

Because you are trying to install two copies of some packages.  You only
want one version of each package installed.  I see you have two versions
of each of "apache-manual" and "apache-devel" in that directory when you
do the "rpm -Uvh *.rpm" command.  Won't work.  Remove the older versions
(1.3.22) from the directory, and try again.

Jim