Re: [PHP] extensions not supported? From: Jim Sheetz (HeyJim <email protected>)
Date: 09/30/00

It looks like a server platform issue. What OS platform and webserver daemon
are you running?

Jim.

----- Original Message -----
From: "Thomas Deliduka" <thomas <email protected>>
Newsgroups: php3.general
Sent: Friday, September 29, 2000 1:55 PM
Subject: [PHP] extensions not supported?

: I have a CGI version of PHP 4.0.2 on my server. I just got curl-ssl
: installed on the system and wanted to compile it with curl support. My
: configure line is:
:
: ./configure --quiet --prefix=/usr/local/php4 --with-ftp
: --with-mysql=/usr/local/mysql --enable-track-vars --enable-calendar
: --disable-debug --with-curl=/usr/local/curl
:
: Now I first installed curl and compiled PHP to have support for it and
: everything was fine, but I found that cURL didn't have ssl support so I
had
: to do a bunch of stuff and now it's got the support.
:
: So, I ran the above configure statement and compiled PHP4 again.
:
: Now when I run the php runtime it says:
:
: Extensions are not supported on this platform.
:
: In addition, it says in the phpinfo:
:
: xml
: XML Support active
:
: standard
: Dynamic Library support not available
:
: .
: Regex Library Bundled library enabled
: Path to sendmail /usr/lib/sendmail -t
:
:
: Notice "Dynamic Library support not available." (I just copied was was
above
: and below that.
:
: In the middle of that same page it has:
:
: curl
: CURL support enabled
: CURL Information libcurl 7.3 (SSL 0.9.6)
:
: So, it seems that it's installed right. Now, I have the script to install
: PHP all created for me so I haven't change any of that. Why would this
: happen. If I remove the --with-curl=/usr/local/curl it goes away.
:
: Is curl not supported?
: --
:
: Thomas Deliduka
: IT Manager
: -------------------------
: New Eve Media
: The Solution To Your Internet Angst
: http://www.neweve.com/
:
:
:
: --
: PHP General Mailing List (http://www.php.net/)
: To unsubscribe, e-mail: php-general-unsubscribe <email protected>
: For additional commands, e-mail: php-general-help <email protected>
: To contact the list administrators, e-mail: php-list-admin <email protected>
:

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>