Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
I am trying to install latest buildapache

buildapache.sea (Sun Feb 23 17:17:00 2003)

but the installation breaks with this error ...


======================
/usr/include/linux/errno.h:4:23: asm/errno.h: No such file or directory
make[9]: *** [inp.o] Error 1
make[9]: Leaving directory `/tmp/buildapache/mod_ssl-2.8.12-1.3.27/etc/patch'
-------------------------------------------------
Hint: Either try to build 'patch' under etc/patch/
Hint: manually and re-run this 'configure' script
Hint: or provide us the path to your vendor 'patch'
Hint: program via the --with-patch=FILE option (but
Hint: expect perhaps failures when applying patches!)
Configuring for Apache, Version 1.3.27
+ using installation path layout: Apache (config.layout)
configure:Error: No such module named 'ssl'
make[9]: Entering directory `/tmp/buildapache/apache_1.3.27'
===> src
make[10]: Entering directory `/tmp/buildapache/apache_1.3.27'
make[11]: Entering directory `/tmp/buildapache/apache_1.3.27/src'
++ File 'Configuration.apaci' older than 'Configuration.tmpl',
++ or still doesn't exist. Please consider copying 'Configuration.tmpl'
++ to 'Configuration.apaci', editing and rerunning 'Configure'.
++ If not, you will at least have to touch 'Configuration.apaci'.
======================


Any idea ? Anyone have this problem ?

I am on Red Hat 7.2 , kernel 2.4.19III

Thanks
 

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
Help , please .

I wish to use advanced but I don't know exactly what to choose ...
 

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343

¦ ¦[ ] Attach Module (not frontpage compatible) ¦ ¦
¦ ¦[ ] Mysql Auth Module (not frontpage or php compatible¦ ¦
¦ ¦[ ] ~user bandwidth leech protection ¦ ¦
¦ ¦[ ] Dav Module ¦ ¦
¦ ¦[ ] Expires Module ¦ ¦
¦ ¦[ ] Raise FD_SETSIZE to 16384 ¦ ¦
¦ ¦[ * ] Frontpage Module ¦ ¦
¦ ¦[ * ] Raise HARD_SERVER_LIMIT ¦ ¦
¦ ¦[ ] Perl Module (not required to run .cgi scripts/not ¦ ¦
¦ ¦Php Module ---> ¦ ¦
¦ ¦[ ] PHP suEXEC Support (EXPERIMENTAL) ¦ ¦
¦ ¦[* ] Rewrite Module ¦ ¦
¦ ¦[ ] Roaming Module (for netscape 4.5+) ¦ ¦
¦ ¦[* ] SSL Module
¦ ¦[* ] suEXEC Module ¦ ¦
¦ ¦[ ] Throttle Module


What you suggest to choose ?
(for example ~user bandwidth leech protection must be selected?)

Thank you *
 
Last edited:

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
>>>>>>>>>>>>>>>>>>
from common.h:34,
from inp.c:3:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from common.h:150,
from inp.c:3:
/usr/include/linux/errno.h:4:23: asm/errno.h: No such file or directory
make[12]: *** [inp.o] Error 1
make[12]: Leaving directory `/home/cpapachebuild/buildapache/mod_ssl-2.8.12-1.3.27/etc/patch'
>>>>>>>>>>>>>>>>>>


above lines could mean that there is some problem on kernel ?
 

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
I have still the problem explained on my first post .
I was thinking it was due to kernel problem , but I was wrong.

Anyone can help please ?
 

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
problem solved ...


well , this is the story.

My server provider (dialtone.com) updated kernel on my box . During the upgrade they removed /usr/include/asm/
and it caused the problem explained on my first post .

They restored /usr/include/asm/ and I was able to
install latest buildapache. :p :p


Bye