LinHES Forums http://forum.linhes.org/ |
|
problem with mythweb and upgrading to apache2 http://forum.linhes.org/viewtopic.php?f=6&t=8684 |
Page 1 of 1 |
Author: | sammo2828 [ Fri Feb 24, 2006 5:48 am ] |
Post subject: | problem with mythweb and upgrading to apache2 |
I'm having a problem with mythweb 0.19 after upgrading to apache2 on Knoppmyth R5A12. First, I did apt-get install apache2 without any problem ... Then made sure required modules are loaded: ls /etc/apache2/mods-enabled cgi.load php4.conf php4.load rewrite.load Then I added the following to the end of /etc/apache2/apache2.conf: <Directory "/var/www/mythweb"> Options Indexes Includes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory> Then made sure php4 and mysql module is installed, dpkg -l |grep php4 ii php4 4.4.2-1 server-side, HTML-embedded scripting languag ii php4-common 4.4.2-1 Common files for packages built from the php ii php4-mysql 4.4.2-1 MySQL module for php4 Then made sure apache2 is started, /etc/init.d/apache2 restart Then pointed web browser to http://192.168.1.100/mythweb It tells me: Error Please install the MySQL libraries for PHP. The package is usually called something like php-mysql. As far as I know, the mysql libraries are installed! Any ideas what happened? |
Author: | sammo2828 [ Fri Feb 24, 2006 7:53 am ] |
Post subject: | |
fixed it .. just uncomment one line from /etc/php4/apache2 extension=mysql.so |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |