Re: yup and dependencies


Subject: Re: yup and dependencies
From: A. Scottedward Hodel (scotte@Eng.Auburn.EDU)
Date: Fri Jul 13 2001 - 14:09:43 MDT


Here's a bit more information from my end of the problem:

gnorpm complains of bad rpm headers on my install CD. I tried running
rpm directly, got no explicit errors, but got no install either.
I downloaded the rpms directly from the yup ftp server. Now
I get the behavior below. Forthose who don't do shell scripts,
rpm -qi says the packages are not installed, but rpm -i says that they
are. I did a rpm --rebuilddb yesterday, but this doesn't appear to have
solved the problem.

[root@hodel rpm]# ls
ImageMagick-5.2.7-2.ppc.rpm mysql-server-3.23.32-1.7a.ppc.rpm
mysql-3.23.32-1.7a.ppc.rpm postgresql-7.0.2-20a.ppc.rpm
mysql-devel-3.23.32-1.7a.ppc.rpm
[root@hodel rpm]# for file in `ls` ; do rpm -qi $file ; done
package ImageMagick-5.2.7-2.ppc.rpm is not installed
package mysql-3.23.32-1.7a.ppc.rpm is not installed
package mysql-devel-3.23.32-1.7a.ppc.rpm is not installed
package mysql-server-3.23.32-1.7a.ppc.rpm is not installed
package postgresql-7.0.2-20a.ppc.rpm is not installed
[root@hodel rpm]# for file in `ls` ; do rpm -i $file ; done
package ImageMagick-5.2.7-2 is already installed
package mysql-3.23.32-1.7a is already installed
package mysql-devel-3.23.32-1.7a is already installed
package mysql-server-3.23.32-1.7a is already installed
package postgresql-7.0.2-20a is already installed

A S Hodel Dept. of Elect Eng, 200 Broun Hall Auburn Univ, AL 36849 (334)8441854
FAX:-1809 http://www.eng.auburn.edu/users/scotte scotte@eng.auburn.edu



This archive was generated by hypermail 2a24 : Fri Jul 13 2001 - 13:14:29 MDT