to manually edit the
>libtool after running configure. Find the line beginning with
>"archive_cmds='$CC ...'", and add ' -flat_namespace ' after the
>'CC'. Then run make.
>
>-Steve
>
>
>On 2002.02.06 20:44:57 -0600 Ryan Walker wrote:
&
I'm trying to install PHP 4.1.1 on Mac OS X 10.1. I just finished
compiling and installing fresh versions of MySQL 3.23.47 and apache
1.3.22.
Ultimately, I want to use:
./configure \
--with-gnu-ld \
--with-mysql=/usr/local \
--with-apxs=/usr/local/sbin/apxs \
--enable-track-vars \
This is a 3 parter. Please offer suggestions on any or all of the following.
I'm trying to compile PHP 4.1.1 on Mac OS X 10.1.2. I installed the
Mac OS X MySQL binaries from mysql.com into /usr/local/mysql, and the
Mac OS X binaries for apache 1.3.22 into /usr/local/apache.
I would like to use
Personally, I prefer:
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
Note the differentiation between php and php-source, and the
inclusion of multiple extensions in a single type declaration.
Also, I see in your example that you included .h