> -----Original Message-----
> From: Chris [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, November 15, 2001 10:31 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform
> Importance: High
> 
> 
> 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.

Hmmm...

Counterexample: I've been using PHP on FreeBSD for years, going back as
far as PHP/FA (v2.0) and FreeBSD 2.2.x., and it's nearly always behaved
quite well for me.

> 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" \

I'd start, I think, by trimming stuff out of here to see whether it's a
particular extension that's causing you grief (which I'd be inclined to
suspect given your further statements later).

And if it was me, I'd probably start with the openssl and imap-ssl
lines, although I'll admit that that's largely because those two
particular options haven't ever been involved in anything I've tried.

I've also found that once in a while the error message that comes out of
configure doesn't really match the actual problem (after all, there's a
nearly infinite number of things that can go wrong, and you can't
anticipate all of them)...you might need to look into the config.log and
other files to see what it was actually trying to do at the point where
the error occurred.


---
Mark Roedel             |  "Blessed is he who has learned to laugh
Systems Programmer      |   at himself, for he shall never cease
LeTourneau University   |   to be entertained."
Longview, Texas, USA    |                           -- John Powell 

--
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]

Reply via email to