I get this error when I run the setup script:
I am using CentOS 4.3
Code:
Configuring mod_ssl/2.8.28 for Apache/1.3.37
+ Apache location: ../apache_1.3.37 (Version 1.3.37)
+ OpenSSL location: /usr
+ Auxiliary patch tool: ./etc/patch/patch (local)
./configure:Error: Building of 'patch' tool failed:
-------------------------------------------------
backupfile.c: In function `max_backup_version':
backupfile.c:144: error: `DIR' undeclared (first use in this function)
backupfile.c:144: error: (Each undeclared identifier is reported only once
backupfile.c:144: error: for each function it appears in.)
backupfile.c:144: error: `dirp' undeclared (first use in this function)
backupfile.c:157: warning: assignment makes pointer from integer without a cast
backupfile.c:159: error: dereferencing pointer to incomplete type
backupfile.c:159: error: dereferencing pointer to incomplete type
backupfile.c:162: error: dereferencing pointer to incomplete type
make: *** [backupfile.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!)