Welcome and thank you for the kind words. The php build in general can be confusing. There are a number of different builds that happen ... Mod_php, php-cli, etc. Basically the core module is built without mysql, but it is built as a dynamic shared object (so it can be optionally loaded).
If php52-mysql is installed... You should see it show up when you run the following at command line: $ php -m | grep -i mysql Also, please be sure that you have restarted apache. ...sent via mobile device, no grammar flames allowed. On Apr 26, 2010, at 8:43 PM, "rjonesx" <[email protected]> wrote: > First off, this repo is fantastic - extremely useful. > > That being said, I am running into one issue. I have installed the > php52-mysql package but for some reason PHP remains configured > --without-php. The mysql.so has been correctly placed, etc. > > Is there another package I need to install? > > Thanks again for all your great work! > > Russ > -- > This message was sent from Launchpad by the user > rjonesx (https://launchpad.net/~russ-virante) > using the "Contact this team" link on the IUS Community Members team > page. > For more information see > https://help.launchpad.net/YourAccount/ContactingPeople > > _______________________________________________ > Mailing list: https://launchpad.net/~ius-community > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ius-community > More help : https://help.launchpad.net/ListHelp Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of the individual or entity to which this message is addressed, and unless otherwise expressly indicated, is confidential and privileged information of Rackspace. Any dissemination, distribution or copying of the enclosed material is prohibited. If you receive this transmission in error, please notify us immediately by e-mail at [email protected], and delete the original message. Your cooperation is appreciated. _______________________________________________ Mailing list: https://launchpad.net/~ius-community Post to : [email protected] Unsubscribe : https://launchpad.net/~ius-community More help : https://help.launchpad.net/ListHelp

