ID:               22213
 Comment by:       michael at gamepoint dot net
 Reported By:      alan at pair dot com
 Status:           No Feedback
 Bug Type:         cURL related
 Operating System: FreeBSD 4.6-STABLE
 PHP Version:      4CVS-2003-08-15 (stable)
 New Comment:

Hello,

I had a problem with this setup as well.
All installed with FreeBSD ports.
Configure command:
'./configure' '--enable-versioning' '--enable-memory-limit'
'--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php'
'--disable-all' '--with-regex=php' '--with-apxs=/usr/local/sbin/apxs'
'--prefix=/usr/local' 'i386-portbld-freebsd4.11' 

mod_ssl and cURL loaded as a module by
/usr/local/etc/php/extensions.ini.
In extensions.ini, cURL was loaded *before* mod_openssl was loaded.

When I changed this to mod_openssl loaded before cURL, it worked.

This solved the problem for me.


Previous Comments:
------------------------------------------------------------------------

[2003-08-20 23:59:04] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-08-15 08:26:26] [EMAIL PROTECTED]

Could you try this:

1. rm -rf ext/openssl
2. ./cvsclean && ./buildconf (hopefully you have the right tools to
rebuild the configure :)
3. do the normal installation of PHP as static apache module


------------------------------------------------------------------------

[2003-07-24 13:59:31] php at dpk dot net

I'm using static modules here. The setup worked fine on one server, but
not on the other. The primary difference - the borken one did the
'ClearModuleList' and then 'AddModule' for every module, while the
other did not.

Getting rid of the ClearModuleList and AddModule directives fixed it. I
suspect it was a problem in the order in which the modules were loaded.

------------------------------------------------------------------------

[2003-02-18 13:10:13] alan at pair dot com

Building apache with mod_so, SHARED_CORE=yes, and mod_ssl as a
SharedModule prevents this bug from showing its head.  However, we're
still interested in getting this working in the statically compiled
version, so if you can reproduce it in that environment, we'd
appreciate any insight on what's causing it there.  Thanks!

Alan

------------------------------------------------------------------------

[2003-02-18 12:43:06] alan at pair dot com

It looks like both mod_php and mod_ssl are being compiled in
statically, along with a static core.

I'm going to try doing this DSO and see if it helps; but that may not
be an option for us depending on why things were compiled statically in
the first place.  Thanks.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/22213

-- 
Edit this bug report at http://bugs.php.net/?id=22213&edit=1

Reply via email to