Shannon,

> > try this:
> >
> > rpm -ql <package name>
> >
> > It will list all files and their locations that came from that rpm.
>
> It doesn't give me back any information at all, except on builds that
> were installed by the system when it was first built.

If this is in fact true. Your rpm database is corrupt. EVERY rpm you install 
should get added to the rpm database. This means that these commands I told 
you to run, should give your current information on what mysql packages are 
installed. Note this only works for packages installed via rpm.

> > If you don't know what it is expecting for package name, try this
> > rpm -qa | grep mysql
> >
> > It will list all packages with mysql in their name:)
> >
> > Read "man rpm" for more info!
> >
> > Nick
>
> 'rpm -qa | grep mysql ' gives me only 3 packages... those packages were
> installed at build time. And before you ask, yes, I DID install all the
> mysql packages, and all of them are working (I can access the databases
> both at the machine and remotely). Is there any other command that I
> might not have thought of to give me information on an rpm that I've
> installed?

What 3 packages?

The only command that will give you information on rpms you have installed is 
rpm itself. Read through it's man pages for more details.

You might try:
rpm --rebuilddb
to rebuild rpms database.

Nick
-- 
Nick Davis 
Associate Systems Administrator 
[EMAIL PROTECTED] 
Internet Exposure, Inc. 
http://www.iexposure.com  

(612)676-1946 
Web Development-Web Marketing-ISP Services

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to