Thanks to everyone participating in this thread. This community is the best!
> # php-cgi -m |grep mysql I get: mysql That's since I added this: /etc/php5/conf.d/pdo_mysql.ini: extension=pdo_mysql.so These problems likely are my creation. We've had issues with the standard php-cgi (random unresponsiveness requiring killing the PHP running processes) and have been attempting to get the Suhosin patched version running and ideally, depending on that working or not, the php-fpm version. I believe that installing these other PHP versions created the lacking pdo_mysql.ini lacking the inclusion. Does anyone have a working installation list of steps for the Suhosin or php-fpm versions that works simply out of the box install with Cherokee? I am running Ubuntu 10.10 Server x64 BTW. Still getting up to speed with PHP, thus ask and assume nothing. On Wed, Mar 2, 2011 at 5:36 AM, Taher Shihadeh <[email protected]> wrote: > Hi Paul, Dean. > > As far as I'm aware of, it was working automatically. > Could you please specify exactly what Debian version you are using? > A bare Debian 5 netinstall plus php5-cgi and php5-mysql does the trick for > me (same for Ubuntu, Mint, etc). > > # php-cgi -m |grep mysql > > mysql > > mysqli > > pdo_mysql > > > > Regards > > On 02/03/11 07:01, Dean Matzkov wrote: >> >> On Tue, Mar 1, 2011 at 4:08 PM, pub crawler<[email protected]> >> wrote: >>> >>> Is this a typical step needed on all installs or did something install >>> wrong earlier? (adding extension=mysql.so) >> >> As far as I'm aware, this is something you'll need to do manually. All >> the php5-mysql package on Debian does is install its files - no extra >> configuration is done at all. >> >> To verify this, look at the files '/var/lib/dpkg/info/php5-mysql.*'. >> You'll notice there are no '.postinst' or '.prerm' files, which means >> no automagical configuration is done when it's installed or >> uninstalled. > > > -- > [email protected] > http://unixwars.com/ > > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
