More than a feeling
Finally got my powerbook re-setup using the latest and greatest from PHP, Apache, and libcurl. (of course all of the other goodness as well)
Here is the order:
./configure --enable-mods-shared=allIt is good to note that since I didn’t specify a prefix (such as –prefix=/usr/bin/) that the configuration script will choose the default install location (/usr/local/apache2)
./configure
--prefix=/usr/local/apache2/php
--with-zlib
--with-dom=/sw/
--with-libxml-dir=/sw/
--with-xsl=/sw/
--with-jpeg-dir=/sw/
--with-png-dir=/sw/
--with-mysql=/usr/local/mysql/
--with-apxs2=/usr/local/apache2/bin/apxs
--with-gd
--with-curl
It is good to note here, that I had installed a version of curl on my machine and made sure that when I accessed the $PATH, that I was addressing the correct version.
I have done this all before, but each time I do it, I learn something new. Hope this can help someone out there who is banging their head.
Happy compiling!
No Comments
Please Wait
Leave a Reply