vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm pretty fresh on the Gentoo subject, so please be {X}. I have a big time problem running php5.0.4-r1 and the mySQL. I have an Apache 1.33 running here with Postgres and recently I added (at least tried to) the PHP 5.0.4-r1 and the MySQL4. Installing the PHP I followed these leads: http://kuziel.info/Page/installation_of_php5_on_gentoo and I must say I succeeded except two things: 1. I emerged the 5.0.4-r1.ebuild which appeared to have no 'config' option so I had to add: .... LoadModule php5_module modules/libphp5.so .... AddModule mod_php5.c .... <IfModule mod_dir.c> <IfModule mod_php5.c> DirectoryIndex index.php index.html index.htm </IfModule> </IfModule> <IfModule mod_mime.c> AddType application/x-httpd-php .php </IfModule> to /etc/apache/conf/apache.conf and then it worked. 2. While emerging the php for the first time I exported USE with no 'mysql' handle, so unemerged the php and exported USE with 'mysql' handle and emerged php again. Truth say I saw no difference during the emerge. Now this part sucks - I try to run the Word Press engine (http://wordpress.org), I've set the proper database for it in mysql, edited the wp-config.php putting in the database name etc. and while running http://localhost/blog/wp-admin/install.php I get the message: "Your PHP installation appears to be missing the MySQL which is required for WordPress." How to check if the PHP works with mySQL or not? How to fix it? Mack Merkur |
| Thread Tools | |
| Display Modes | |
|
|