Thanks for prompt response. I found the same instructions on the download page. Obviously didn't look closely enough or they updated the page after I downloaded. Rgds P. ------------------------Original Message------------------------ -- Date: Friday, September 07, 2001 12:51:04 +0200 -- Sender: Jan Wildeboer <[EMAIL PROTECTED]> > 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 | ----------------------End Original Message---------------------- --- Peter Dickson ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kyros Solutions Ltd 110 The Custard Factory Gibb Street Birmingham B9 4AA t: +44 (0)121 683 1330 w: http://www.kyros.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ passionate about helping people use information technology effectively ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- Fingerprint: 02DB 023B C11B 412C D015 0AF3 F074 8590 72D2 BC98 _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
