[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] MySQL Perl on RAQ3



there are a lot of easy RPMs to do that:
you need MySQL, perl DBI and DBD.


first, lets log in and install the MySQL RPMs.
Connect to your server
# su
< enter admin password >
# rpm -Uvh
ftp://ftp.cobaltnet.com/pub/experimental/raq3/MySQL-3.22.32-1.i386.rpm
# rpm -Uvh
ftp://ftp.cobaltnet.com/pub/experimental/raq3/MySQL-client-3.22.32-1.i386.rp
m
# rpm -Uvh
ftp://ftp.cobaltnet.com/pub/experimental/raq3/MySQL-devel-3.22.32-1.i386.rpm

Then lets install the DBI
# cd /tmp
# wget
http://cpan.valueclick.com/modules/by-category/07_Database_Interfaces/DBI/DB
I-1.14.tar.gz
# tar -zxf DBI-1.14.tar.gz
# cd DBI-1.14
# perl Makefile.PL
# make
# make test
# make install
# cd ..
# rm -Rf DBI-1.14 DBI-1.14.tar.gz

And now for the DBD...  Note:  when asked if you want to use MySQL and
msql... I guess that you only want MySQL since you probably dont have msql
installed anyway

# wget
http://cpan.valueclick.com/modules/by-category/07_Database_Interfaces/DBD/Ms
ql-Mysql-modules-1.2215.tar.gz
# tar -zxf Msql-Mysql-modules-1.2215.tar.gz
# cd Msql-Mysql-modules-1.2215
# perl Makefile.PL
# make
# make test
# make install
# cd ..
# rm -Rf Msql-Mysql-modules-1.2215 Msql-Mysql-modules-1.2215.tar.gz

Voila...
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Félix C.Courtemanche . Head Designer
Co-Administrator . Can-Host Networks
http://www.can-host.com
webmaster@xxxxxxxxxxxx
-----Message d'origine-----
De : dht@xxxxxxxx <dht@xxxxxxxx>
À : cobalt-developers@xxxxxxxxxxxxxxx <cobalt-developers@xxxxxxxxxxxxxxx>
Date : 3 octobre, 2000 16:15
Objet : [cobalt-developers] MySQL Perl on RAQ3


>Can someone success install MySQL-Perl on RAQ3 ?  Please help !
>
>I try to all day without success !  If possible, please state the detail to
>setup .  Thanks
>
>_______________________________________________
>cobalt-developers mailing list
>cobalt-developers@xxxxxxxxxxxxxxx
>http://list.cobalt.com/mailman/listinfo/cobalt-developers
>