Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
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: &

[PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
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 \

[PHP-INST] PHP 4.1.1, MySQL 3.23.47, Apache 1.3.22, Mac OS X 10.1.2, openssl

2002-01-29 Thread Ryan Walker
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

Re: [PHP-INST] Problems with installation on windows98 with apache

2002-01-29 Thread Ryan Walker
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