You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joseph A Nagy Jr <pa...@charter.net> on 2002/12/12 18:06:38 UTC

[users@httpd] Extended API

I'm currently attempting to install mod_ssl from source, but when I go
to configure...


[root@dream-worlds mod_ssl-2.8.12-1.3.27]# ./configure
--with-apxs=/usr/local/apache/bin/apxs
Configuring mod_ssl/2.8.12 for Apache/1.3.27
./configure:Error: Installed Apache doesn't contain Extended API (EAPI)

Whats up with that and how do I install the EAPI?
-- 
Joseph A Nagy Jr <pa...@charter.net>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Extended API

Posted by Jacob Coby <jc...@listingbook.com>.
> Whats up with that and how do I install the EAPI?

in the apache source dir:
./configure --enable-rule=EAPI [other options]
make && make install

-Jacob


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org