php-mysql Connection

nathan r. hruby yellowdog-general@lists.terrasoftsolutions.com
Sun Feb 8 12:32:01 2004


On Sun, 8 Feb 2004, John Kebbel wrote:

> Thank you for your help so far. (Incidentally, I did not compile the
> version on this machine. It was already there with the YDL install, and
> I just upgraded it with yum update php.). I ...
> 
> 1) Ran yum list \*php\* as you suggested and got ...
> 
> Name                                     Arch       Version
> --------------------------------------------------------------------------------
[snip]
> php-mysql                                ppc        4.2.2-17.2
> 
> Looking in Installed Packages:
> Name                                     Arch       Version
> --------------------------------------------------------------------------------
> php                                      ppc        4.2.2-17.2
> php-imap                                 ppc        4.2.2-17.2
> php-ldap                                 ppc        4.2.2-17.2
> 

Right, the above show that you do not have the php-mysql package
installed, as it is listed in the Availible packages section of yum's
output.  thus, the logical thing to do would then be:
"yum install php-mysql"

> 2) Then I looked on the web for php-mysql4.2.2-17.2 and found it.
> 
> 3) Downloaded and tried to install it with the recommended command: 
> 	rpm -Fvh php-mysql-4.2.2-17.2.ppc.rpm
> 
> 4) Got this warning:
> warning: php-mysql-4.2.2-17.2.ppc.rpm: V3 DSA signature: NOKEY, key ID
> aeb6b9c4
> 
> Can you recommend my next move? (As I said, I'm a sub-newbie in this
> area)
> 

The NOKEY error is probably an ok thing, it means the package was signed,
but you don;t have they key it was sigend with.  AFIK, that is a non-fatal
warning.  Are you sure it didn't install?  If you really don't thing so
you can always do something like the following:
yum remove php-mysql
yum install php-mysql

-n
-- 
-------------------------------------------
nathan hruby <nhruby@uga.edu>
uga enterprise information technology services
production systems support
metaphysically wrinkle-free
-------------------------------------------