install Error

YaUA

Verified User
Joined
Aug 12, 2004
Messages
7
Location
Ukraine, Kiev
I have reinstalled RH9
But after start ./setup.sh :

Configuring mod_ssl/2.8.19 for Apache/1.3.31
+ Apache location: ../apache_1.3.31 (Version 1.3.31)
+ OpenSSL location: /usr
+ Auxiliary patch tool: ./etc/patch/patch (local)
./configure:Error: Building of 'patch' tool failed:
-------------------------------------------------
In file included from /usr/include/signal.h:313,
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: *** [inp.o] Error 1
-------------------------------------------------
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!)

*** There was an error while trying to configure apache+mod_ssl. Check the configure.apache_ssl file

Welcome to DirectAdmin verion 1.22.4!
....

Please, help
In what a problem?
 
Hello,

It seems that you may need to install Development Tools from RH9 software package. The easiest way is probably to reinstall RH9 with:
- editors (such as emacs, vi, etc)
- development tools (such as gcc, etc)

Then, rerun setup.sh from DA. Hope this helps :)

Regards,

Reyner
 
Back
Top