[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mysql
In order to get dbi and mysql.pm working I had to
rebuild the mysql source then install the rebuilt
section listed below, then I was able to install
DBI and mysql.pm
goto: mysql.org for source file
FTP MySQL-3.22.32-1.src.rpm to /home/sites/home
rpm --rebuild /home/sites/home/MySQL-3.22.32-1.src.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/MySQL-3.22.32-1.i386.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/MySQL-client-3.22.32-1.i386.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/MySQL-devel-3.22.32-1.i386.rpm
rpm -Uvh --force /usr/src/redhat/RPMS/i386/MySQL-shared-3.22.32-1.i386.rpm
Goto http://www.cpan.org/ for source info
Then I download DBI-1.13.tar.gz & Msql-Mysql-modules-1.2209.tar.gz files and
uncompressed them into /home/sites/home/DBI & /home/sites/home/mysql
then CD /home/sites/home/dbi
perl Makefile.PL
make
make test
make install
then cd /home/sites/home/mysql etc
Bill
>can someone answer this?
>
>quick question for you: have you installed and do we have available for use
>the perl dbi libraries for mysql? We have an application for which we need
>to use straight perl and not php to access the database.
>
>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To Subscribe or Unsubscribe, please go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>