Posted by tim on 05/20/06 16:43
murd@hotmail.co.uk wrote:
> Hi, I am trying to complete a post using fsockopen but I'm getting the
> following error:
>
> "Unable to find the socket transport "ssl" - did you forget to enable
> it when you configured PHP?
>
> I am running php 5.1.4 with apache 2 on fedora core 4. When I
> configured php I did it like this:
> ./configure --with-apxs2=/usr/sbin/apxs --with-mysql
Hi
My guess is that either mod_ssl is not installed for apache or it is
installed but the configuration lines for mod_ssl are commented out in
httpd.conf (like it was on suse9 for me). apxs will only enable ssl
functions in php if mod_ssl is up and running
So check mod_ssl is available + enabled in apache then try recompiling
php with
./configure --with-apxs2=/usr/sbin/apxs --with-mysql --enable-ssl
Tim
Navigation:
[Reply to this message]
|