On Wednesday 18 May 2005 21:27, Bing Du wrote:
> I downloaded MySQL-server-5.0.4-0.i386.rpm.  When I did 'rpm -i
> MySQL-server-5.0.4-0.i386.rpm', the following message returned:
>
> MySQL-server-5.0.4-0.i386.rpm: not an rpm package (or package manifest):
>
> What's the problem?
>
> Bing

The problem is exactly as the problem says, you're trying to install something 
that isn't an RPM package. Try:

file MySQL-server-5.0.4-0.i386.rpm

It'll tell you what the file you've downloaded actually is. Either it's a 
corrupted rpm, or you've downloaded a link to the package, instead of the 
package itself.

HTH
Daniel

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to