| 
	
 | 
 Posted by eholz1 on 01/02/07 02:21 
Hello Group, 
I have installed via pecl using the following commands: 
$ pecl install pdo (this seemed to do all the things it was supposed to 
do) 
  then I entered the following command: $ pecl install pdo_mysql (this 
seemed to be ok as well) 
it placed the .so files in a dir 
/usr/local/apache2/lib/php/extensions/no-debug-non-zts-20060613/ 
 
both the pdo_mysql.so and the pdo.so files were there. (tried copying 
them into /usr/local/apache2/lib/php/extensions/ ) 
 
I am using fedora core 6, apache 2.2, and php 5.2 and mysql 5.027. 
when I try to open a connection to the database, i still get a "driver 
not found" error. 
 
the pdo_mysql name does not show up in my phpinfo() page, if I run it. 
I have added the "extension=pdo.so" etc in my php.ini file. 
 
What am I still missing?  do I have to reconfigure php?? 
 
any info will help, 
 
Thanks, 
 
ewholz
 
[Back to original message] 
 |