You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Maria Elena Sanchez <me...@tid.es> on 2006/08/07 09:22:30 UTC

[users@httpd] apache install

Hello, I have a problem and I need help. I'm working with solaris 9 and 
I want install apache 2.2.2, but I have a fatal error running make:

I ran configured using the following options

./configure --prefix=/opt/install/psbatlatam/apache2.2.3.frontend 
--enable-headers --enable-so --enable-rewrite --disable-cgi 
--disable-cgid --disable-imap --disable-actions --disable-env 
--enable-modules=mod_setenvif,mod_alias --with-mpm=worker 
--with-module=aaa:../mod_limitipconn-0.22/mod_limitipconn.c 
--enable-status --enable-rule=SHARED_CORE --disable-autoindex

Afterwards when I run make I get the following fatal error:

make[1]: *** No rule to make target `modules/aaa/libmod_authn_file.la', 
needed by `httpd'.  Stop.
make[1]: Leaving directory `/export/home/gdev/httpd-2.2.2'
make: *** [all-recursive] Error 1


Please, help

PD: I`m spanish, sorry for my english.

---------------------------------------------------------------------
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] apache install

Posted by Nick Kew <ni...@webthing.com>.
On Monday 07 August 2006 08:22, Maria Elena Sanchez wrote:
> Hello, I have a problem and I need help. I'm working with solaris 9 and
> I want install apache 2.2.2, but I have a fatal error running make:

What make is that?  If it's something crippled, it might be worth
trying with GNU make.

> ./configure --prefix=/opt/install/psbatlatam/apache2.2.3.frontend
> --enable-headers --enable-so --enable-rewrite --disable-cgi
> --disable-cgid --disable-imap --disable-actions --disable-env
> --enable-modules=mod_setenvif,mod_alias

Is that really the syntax you want?

> --with-mpm=worker 
> --with-module=aaa:../mod_limitipconn-0.22/mod_limitipconn.c

aaa:../  ???

IMO It's always easier to build third-party modules later using apxs.

> --enable-status --enable-rule=SHARED_CORE --disable-autoindex

SHARED_CORE?  Are you reading some ancient documentation?

> PD: I`m spanish, sorry for my english.

Your english is fine:-)

-- 
Nick Kew

---------------------------------------------------------------------
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