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

RE: [cobalt-users] PHP & SQL on Qube 1



according to cobalt:

Is MySQL supported on the Qube?

MySQL requires an updated glibc. You will need to install the following RPMs.

perl-5.004_04-3.mips.rpm
data-showtable-3.3-2.mips.rpm
mysql-3.22.21-2C1.mips.rpm
mysql-bench-3.22.21-2C1.mips.rpm
mysql-client-3.22.21-2C1.mips.rpm
mysql-devel-3.22.21-2C1.mips.rpm
DBI-monitor-3.21.32a-rh50.1.mips.rpm
DBI-perl-bin-0.93-rh50.1.mips.rpm
Mysql-DBI-perl-bin-1.1825-rh50.1.mips.rpm

They may be found at:
ftp-eng.cobalt.com
>===== Original Message From cobalt-users@xxxxxxxxxxxxxxx =====
>-----Original Message-----
>From: Garrett [mailto:jmail@xxxxxxxxxxxxxxxxxxxxx]
>Sent: Sunday, February 16, 2003 10:27 PM
>To: cobalt-users@xxxxxxxxxxxxxxx
>Subject: [cobalt-users] PHP & SQL on Qube 1
>
>
>Is there any way that I can get PHP and a database program such as mySQL
>running on the Qube 1?
>_____________________________________
>
>
>Go to: http://www.php.net and download the source code, compile it with a
>basic feature set of additional add on programs, and build from there.  Then
>go to: http://www.mysql.com and download the source code, compile it.  I
>believe the Qube should come with "make" and a standard set of GCC
>libraries, you may be able to do it.  Live a little, if it fails on "make"
>do NOT proceed to "make install".  If it works, you can then contribute your
>findings to this mailing list :)
>
>Good luck on your adventure.
>
>~Brian