PHP support for MySQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dev

    PHP support for MySQL

    Hi,
    I am trying to configure PHP for the MySQL support. I am using redhat
    8.0 with 2.4.18-14 kernel

    [root@Server script]# uname -a
    Linux Server 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
    GNU/Linux

    MySQL was installed from the source in /usr/local/mysql/ directory and
    the version is 4.1.8
    [root@Server script]# /usr/local/mysql/bin/mysqladmin -V
    /usr/local/mysql/bin/mysqladmin Ver 8.41 Distrib 4.1.8, for pc-linux
    on i686

    PHP was installed with OS and the version is
    [root@Server script]# rpm -qa | grep php
    php-4.2.2-8.0.5
    php-imap-4.2.2-8.0.5
    php-ldap-4.2.2-8.0.5

    Now I want to configure PHP to support MySQL. There are some rpm in the
    net for this, but these rpm cannot find mysql. I also tried to
    uninstall PHP and install a new version of PHP from source. But PHP has
    some dependencies.

    I need help.

    ~/Dev

Working...