[PHP] recompiling libphp4.so with -DEAPI

2001-06-22 Thread Tyler Longren

Hello,

I recompiled php/apache/openssl/mod_ssl yesterday on a server (exact same as
I had done it before).  Before apache started up with SSL with no problem.
Now when I start (./apachectl startssl), I get this warning:
[Fri Jun 22 10:59:03 2001] [warn] Loaded DSO libexec/libphp4.so uses plain
Apache 1.3 API, this module might crash under EAPI! (please recompile it
with -DEAPI)

Can I just recompile libphp4.a with DEAPI somehow and not have to recompile
apache?  Here is the ./configure for php:
'./configure' '--with-apache=../apache_1.3.20' '--with-mysql'
'--with-msql=/usr/local/Hughes' '--with-mcrypt' '--with-xml'
'--disable-debug' '--enable-track-vars'

Here was the ./configure from Apache:
SSL_BASE=../openssl-0.9.6a
./configure --enable-module=ssl --enable-shared=ssl   --activate-module=src/
modules/php4/libphp4.a --enable-module=php4 --enable-module=rewrite   --enab
le-shared=rewrite --enable-module=cgi --enable-shared=cgi --enable-module=in
clude  --enable-shared=include --prefix=/usr/local/apache

Thanks everyone,
Tyler


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




Re: [PHP] recompiling libphp4.so with -DEAPI

2001-06-22 Thread DAve Goodrich

on 6/22/01 8:59 AM, Tyler Longren at [EMAIL PROTECTED] wrote:

> Hello,
> 
> I recompiled php/apache/openssl/mod_ssl yesterday on a server (exact same as
> I had done it before).  Before apache started up with SSL with no problem.
> Now when I start (./apachectl startssl), I get this warning:
> [Fri Jun 22 10:59:03 2001] [warn] Loaded DSO libexec/libphp4.so uses plain
> Apache 1.3 API, this module might crash under EAPI! (please recompile it
> with -DEAPI)
> 
> Can I just recompile libphp4.a with DEAPI somehow and not have to recompile
> apache?  Here is the ./configure for php:
> './configure' '--with-apache=../apache_1.3.20' '--with-mysql'
> '--with-msql=/usr/local/Hughes' '--with-mcrypt' '--with-xml'
> '--disable-debug' '--enable-track-vars'
> 
> Here was the ./configure from Apache:
> SSL_BASE=../openssl-0.9.6a
> ./configure --enable-module=ssl --enable-shared=ssl   --activate-module=src/
> modules/php4/libphp4.a --enable-module=php4 --enable-module=rewrite   --enab
> le-shared=rewrite --enable-module=cgi --enable-shared=cgi --enable-module=in
> clude  --enable-shared=include --prefix=/usr/local/apache
> 
> Thanks everyone,
> Tyler
> 

Is this the answer you need?

http://marc.theaimsgroup.com/?l=apache-modssl&m=97687491607953&w=2

DAve
--
Dave Goodrich
Director of Interface Development
Reality Based Learning Company
9521 NE Willows Road, Suite 100
Redmond, WA 98052 
Toll Free 1-877-869-6603 ext. 237
Fax (425) 558-5655 
[EMAIL PROTECTED] 
http://www.rblc.com



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