Greetings, After 12hrs. of attempting to configure>make>install PHP-4.0.4pl1 or php-4.0.6. on a FreeBSD 4.3 machine. I have concluded that it *is* not and *was* not intended to be used on this platform. This comes after reading any and all the documentation I could find, reading and subscribing to the install and gen groups. reading the majority of the news archive. Attempting to implement possible suggestions found there. I have used (as the last attempt) the following configure syntax (from config.nice): # Created by configure
"./configure" \ "--with-apxs=/usr/local/sbin/apxs" \ "--enable-versioning" \ "--with-mysql=/usr/local/include/mysql" \ "--enable-track-vars" \ "--with-openssl=/usr/include/openssl" \ "--with-gettext" \ "--with-imap-ssl" \ "--with-imap" \ "--disable-posix" \ As you can see, I already have apache installed (openSSL version). Also have MySQL already installed and functioning. Also gettext installed and working. However, the *only* time configure completed was when I *didn't* use the =PATH to all but apache-apxs. Which led to the warning that if I wanted to have ssl support that I should install it first. :-\ So, I proceded to delete *all* the files in the php-4.0.x dir and untar another fresh copy re-configure, it puked which led to: can't find Open SSL <evp.h>. I have tried *many* other variations of the path statements. But all lead to the same message! The file in question *is* there; /usr/include/openssl/evp.h. So what kind of braindead configure script is this?! Sorry, but after struggling with it for this many hours, you might imagine my frustration. Thanks to *any* and *all* who might take the time to help. Sincerely, Frustrated -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]