[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AW: [cobalt-developers] PHP 4.0.6 for RaQ4 released
- Subject: Re: AW: [cobalt-developers] PHP 4.0.6 for RaQ4 released
- From: Jan Wildeboer <Jan.Wildeboer@xxxxxx>
- Date: Thu Sep 6 18:43:01 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Roland Guthauser wrote:
>
> Hi all
>
> Look at http://c2.powerplace.li/phpinfo.php the MySQL is ok on my
> Cobalt! Everything is working fine for me. I did the PHP update this
> morning.
I solved it.
Somehow the modules are not installed in the php.ini. I guess it is
checking for mysql and does not accept my mysql version.
I changed the following lines in /etc/httpd/php.ini:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax: extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
; Note that it should be the name of the module only, no directory
information
; needs to go here. Specify the location of the extension with the
extension_di
r directive above.
;UNIX Extensions
;extension=interbase.so
;extension=pgsql.so
Change these last lines to:
;UNIX Extensions
extension=interbase.so
extension=pgsql.so
extension=mysql.so
Then restart apache (open a shell prompt and enter
/etc/rc.d/init.d/httpd restart)
Now everything is working again.
HTH
Jan Wildeboer
--
| Jan Wildeboer | /\/\/\ seijsener rekreatietechniek bv |
| eBusiness/Lotus Notes | \____ Noorder IJ- en Zeeweg 11-12 |
| Tel. +49 6221 658905 | \ NL1500 EK Zaandam |
| Fax +49 6221 658893 | \/\/\/ http://www.seijsener.nl |