[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] installation of mysql and php
- Subject: RE: [cobalt-developers] installation of mysql and php
- From: "Jason D. Piercy" <jdpiercy@xxxxxxxxxxxxxxxxxx>
- Date: Sun Oct 29 22:33:01 2000
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
there are a lot of easy RPMs to do that:
you need MySQL, perl DBI and DBD.
Here is the instrustions used to Install in a Raq3
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...
# 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
-----Original Message-----
From: cobalt-developers-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx]On Behalf Of phobo
Sent: Sunday, October 29, 2000 11:58 PM
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-developers] installation of mysql and php
On a raq2 I downloaded the source and compiled it myself. This proved no
great difficulty; if you are willing to do this, let me know your
linux-experience level and I'll give you some assistance...
Personally I disagree in having the MySQL server on the Raq (for security,
and back-up issues), but the process of compiling PHP4/Apache is a process
needing perhaps 15-20 minutes ....
Siggy
----- Original Message -----
From: "Koroi Seniloli" <koroi@xxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Monday, October 30, 2000 3:31 PM
Subject: [cobalt-developers] installation of mysql and php
> HI,
>
> Does anyone have a better explantion of installing mysql and php3 on a
raq3 server?
>
> Like I would like this mysql and php to work on all my virtual site and so
where would
> I copy and install this files to work in this way?
>
> thanks a lot!
>
> I found the description of how to do it on the cobalt.com page not so
clear,
>
> thanks again,
>
> roi
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers