On 19/04/2008, at 2:31, Eric Butera wrote:
On Fri, Apr 18, 2008 at 8:10 PM, Lee Perry <lperry65@xxxxxxx> wrote:
Hi, I need pdo_msql and GD2 extension support in my php
environment, but as
I am sure you are aware the default build that comes with leopard
on the mac
is lacking these extensions. what I need is a way to either install
them or
if I really have to compile php with these included. I have never
had to do
this as I have been using windows until recently. If I need to
install php
from source it seems I will also have to compile apache, will this
replace
the versions of php and apache that are bundled with os x 10.5.2. I'm
looking for a clean solution to this problem I don't want multiple
versions
etc. I have spent over 10 hours on google looking for a solution to
this
before emailing you and so far there does not seem to be a clear and
consistent way to resolve this. I work as a php developer and just
got the
MacBook Pro thinking it would be nicer to work with, what a
nightmare.
Kind Regards,
Lee.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Check out the entropy.ch build. I use it at work. I can't remember
if it has pdo support or not though since I don't use it.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I use the build from entropy.ch as well. You'll want the one in the
forum (5.2.5b6)
The configure command:
'./configure' '--disable-dependency-tracking' '--prefix=/usr/local/
php5' '--with-apxs2=/usr/sbin/apxs' '--with-config-file-scan-dir=/usr/
local/php5/php.d' '--with-openssl=/usr' '--with-zlib=/usr' '--with-
zlib-dir=/usr' '--with-gd' '--with-ldap' '--with-xmlrpc' '--enable-
exif' '--enable-soap' '--enable-sqlite-utf8' '--enable-wddx' '--enable-
ftp' '--enable-sockets' '--with-bz2=/usr' '--enable-zip' '--enable-
pcntl' '--enable-shmop' '--enable-sysvsem' '--enable-sysvshm' '--
enable-sysvmsg' '--enable-memory-limit' '--enable-mbstring' '--enable-
bcmath' '--enable-calendar' '--with-ming=shared,/usr/local/php5' '--
with-mssql=shared,/usr/local/php5' '--with-mhash=shared,/usr/local/
php5' '--enable-memcache' '--with-imap=../imap-2007' '--with-kerberos=/
usr' '--with-imap-ssl=/usr' '--with-libxml-dir=shared,/usr/local/php5'
'--with-xsl=shared,/usr/local/php5' '--with-gettext=/usr/local/php5'
'--with-curl=shared,/usr/local/php5' '--with-png-dir=/usr/local/php5'
'--with-jpeg-dir=/usr/local/php5' '--enable-gd-native-ttf' '--with-
freetype-dir=/usr/local/php5' '--with-mysql=shared,/usr/local/php5' '--
with-mysqli=shared,/usr/local/php5/bin/mysql_config' '--with-pdo-
mysql=shared,/usr/local/php5' '--with-pgsql=shared,/usr/local/php5' '--
with-pdo-pgsql=shared,/usr/local/php5' '--with-mcrypt=shared,/usr/
local/php5'
---
Simon Welsh
Admin of http://simon.geek.nz/
Windows is a joke operating system. Hell, it's not even an operating
system. NT is Not Tough enough for me either. 95 is how may times it
will crash an hour.
http://www.thinkgeek.com/brain/gimme.cgi?wid=81d520e5e
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php