Comments on: Compiling PHP 4.4.2 on the Mac http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/ How to build your Mac into a internet server using open source software Tue, 17 Jun 2008 18:25:42 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: ipod-groove http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/comment-page-1/#comment-2893 ipod-groove Sat, 02 Sep 2006 16:36:33 +0000 http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/#comment-2893 Hi, Good job! Richard. Thanks! >configure: error: Cannot find OpenSSL’s libraries Does not "Fink" move? It went well for me when "Fink" was uninstalled. Hi,
Good job! Richard. Thanks!

>configure: error: Cannot find OpenSSL’s libraries

Does not “Fink” move?
It went well for me when “Fink” was uninstalled.

]]>
By: Ben Ruming http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/comment-page-1/#comment-2129 Ben Ruming Sun, 06 Aug 2006 05:45:14 +0000 http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/#comment-2129 Hi, Like others, great to see this on the net. I'm trying to get PHP 4.4.2, Apache 1.3 and MySQL 4.0.27 running on a new macbook pro. Using xcode 2.3, everything is compiled, except for php. Following your instructions I get an unknown link error for -export-symbols. Removing the flag, generates a huge about of errors. Any ideas ? -Ben- Hi,

Like others, great to see this on the net. I’m trying to get PHP 4.4.2, Apache 1.3 and MySQL 4.0.27 running on a new macbook pro.

Using xcode 2.3, everything is compiled, except for php. Following your instructions I get an unknown link error for -export-symbols.

Removing the flag, generates a huge about of errors. Any ideas ?

-Ben-

]]>
By: Tim C. http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/comment-page-1/#comment-201 Tim C. Fri, 17 Mar 2006 06:31:29 +0000 http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/#comment-201 Great work, Richard. Thanks! I did also run into: Configuring extensions checking for OpenSSL support… yes checking for Kerberos support… no checking for pkg-config… no configure: error: Cannot find OpenSSL’s libraries Don't know what the deal is... Great work, Richard. Thanks!

I did also run into:

Configuring extensions
checking for OpenSSL support… yes
checking for Kerberos support… no
checking for pkg-config… no
configure: error: Cannot find OpenSSL’s libraries

Don’t know what the deal is…

]]>
By: Markis http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/comment-page-1/#comment-171 Markis Wed, 08 Mar 2006 20:06:20 +0000 http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/#comment-171 Richard, You might also want to take a look at Marc Liyanage's pages http://www.entropy.ch/software/macosx/php/. I think he's tied to Server Logistics somehow, but he has PHP5 and PHP4 versions for both Apache1 and Apache2. The only thing I don't know is if he has it configured for as many modules as Server Logistics. --Markis Richard,
You might also want to take a look at Marc Liyanage’s pages http://www.entropy.ch/software/macosx/php/. I think he’s tied to Server Logistics somehow, but he has PHP5 and PHP4 versions for both Apache1 and Apache2. The only thing I don’t know is if he has it configured for as many modules as Server Logistics.
–Markis

]]>
By: david http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/comment-page-1/#comment-162 david Mon, 06 Mar 2006 00:48:50 +0000 http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/#comment-162 Richard, when the .configure process gets to this point, I receive: Configuring extensions checking for OpenSSL support... yes checking for Kerberos support... no checking for pkg-config... no configure: error: Cannot find OpenSSL's libraries any ideas? Thanks! Richard, when the .configure process gets to this point, I receive:

Configuring extensions
checking for OpenSSL support… yes
checking for Kerberos support… no
checking for pkg-config… no
configure: error: Cannot find OpenSSL’s libraries

any ideas?
Thanks!

]]>
By: Jan Lehnardt http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/comment-page-1/#comment-158 Jan Lehnardt Sun, 05 Mar 2006 19:41:52 +0000 http://switch.richard5.net/2006/03/05/compiling-php-442-on-the-mac/#comment-158 Hey Richard, try running 'make test' after the 'make install'. It will run PHP's test suite testing (mostly) everything you enabled with configure. With your configure line it might take a little while, though. Keep it up! Jan -- <em><strong>Richard5:</strong> Thanks Jan, I've tried it and most of the items pass. I didn't know this tested all the libraries as well, thanks for the great tip !</em> Hey Richard,
try running ‘make test’ after the ‘make install’. It will run PHP’s test suite testing (mostly) everything you enabled with configure.

With your configure line it might take a little while, though.

Keep it up!

Jan

Richard5: Thanks Jan, I’ve tried it and most of the items pass. I didn’t know this tested all the libraries as well, thanks for the great tip !

]]>