[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP 4.0.6 on Raq3...thanks and MySQL internal support question
- Subject: Re: [cobalt-users] PHP 4.0.6 on Raq3...thanks and MySQL internal support question
- From: Jens Peter Möller <jpm@xxxxxxxxx>
- Date: Sun Jul 15 18:42:30 2001
- Organization: Informationssysteme Jens Peter Möller
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Folks;
>
> PHP 4.0.6 appears to be running correctly on my Raq3, thanks to bunches of
> people who posted to the archives, particularly Jens Peter Möller for his
> post last Friday detailing required changes to /usr/sbin/apxs (see
[..]
> configure warning, suggesting that if one is to use mod_perl or other methods
> of accessing the MySQL tables, one should NOT use built-in support for MySQL,
> but should rather point configure directly to the MySQL subdirectory.
>
> Since I used the RaQ3 .pkg file at pkg.nl.cobalt.com, there isn't any
> source to point configure _to_ (at?). Should I be concerned about this?
> Should I pull the MySQL source tree and re-install it? Should I be careful
You dont't need MySQL sources. PHP can use internael MySQL support
or the installed MySQL client libaries, witch is AFAIK better.
Configure PHP with:
./configure ... --with-mysql=/usr ...
PHP will find the right libaries :-)
Best regards,
Jens Peter Moeller