>Hi all, > >I have PHP with MySQL support running on my iBook (OS X 10.1.5) and all is >well. I use PHPMyAdmin to do pretty much everything with it. I recently >installed PostgreSQL and PHPPgAdmin (which is the same as PHPMyAdmin except >it's for PostgreSQL). PostgreSQL is installed and running fine, but >PHPPgAdmin gave me the message taht I "do not have PostgreSQL support built >into [my] PHP web server". > >I Googled and found RedHat info, but I don't know if things might be >different for OS X... so how can I add PostgreSQL support to PHP on my >machine?
You can check what support is built into the PHP module you have with this script: <?php phpinfo(); ?> If you need a PHP module for OS X that has more support compiled in, there are two options: 1) Compile a module yourself 2) <http://www.entropy.ch/software/macosx/php/> -- Charles Dostale System Administrator Silver Oaks Communications http://www.silveroaks.com 824 17th Street Moline IL USA 61265 [EMAIL PROTECTED] 309-797-9898 -- MaX-list is sponsored by <http://lowendmac.com/> and... / Buy books, CDs, videos, and more from Amazon.com \ / <http://www.amazon.com/exec/obidos/redirect-home/lowendmac> \ Support Low End Mac <http://lowendmac.com/lists/support.html> MaX-list info: <http://lowendmac.com/linux/max.shtml> Send list messages to: <mailto:max-list@;mail.maclaunch.com> To unsubscribe, email: <mailto:max-list-off@;mail.maclaunch.com> For digest mode, email: <mailto:max-list-digest@;mail.maclaunch.com> Subscription questions: <mailto:listmom@;lowendmac.com> Archive: <http://www.mail-archive.com/max-list%40mail.maclaunch.com/> Using a Macintosh? Get free email and more at Applelinks! <http://www.applelinks.com>
