Hello, I have in the past, successfully installed via ports apache2 with php and mysql. I have a friend who has been hobbling together his install, I think sprinkling a little CPAN, and a little Fink on the recipe as well. IMO, over seasoning...

Here is the configure line we are going to try to get working, I did a quick comparison, and there are not that many missing, and the ports version has a few more as well.
( x'ing off the ones that are available now )

./configure
--with-apxs
        x       --with-openssl=/sw
        x       --enable-trans-sid
        x       --with-zlib
        x       --with-png-dir=/sw
        x       --with-jpeg-dir=/sw
        x       --with-freetype-dir=/sw/lib/freetype219
--with-tiff-dir=/sw
        x       --enable-exif
        x       --with-gd=/sw
--enable-gd-imgstrttf
        x       --enable-gd-native-ttf
        x       --enable-mbstring=all
--enable-mbregex
        x       --with-mysql=/usr
--with-mysqli=/usr/bin/mysql_config
        x       --with-iconv=/sw
--with-pdflib=/sw
        x       --enable-ftp
        x       --with-curl=/sw
--enable-sockets
        x       --enable-calendar
--enable-tokenizer
        x       --enable-bcmath
--with-gmp=/sw
        x       --with-mcrypt=/sw
        x       --with-gettext=/sw
--enable-xslt
--with-xslt-sablot=/usr/local
        x       --with-xml
--with-expat-dir=/sw
        x       --enable-wddx
        x       --with-xmlrpc
--with-dom=/sw
--with-dom-xslt=/sw
--with-ldap=/usr
--with-imap-ssl=/sw
--with-imap=/sw/share/c-client
        x       --with-mhash=/sw
        x       --enable-soap

--
Scott

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to