Ik heb rh 8.0 draaien (alles geinstalleerd). Ik wil nu apache van 2.0.40 naar 2.0.43 upgraden. (binary)
ik heb httpd-2.0.43.tar.gz gedownload en in /usr/local/apache2 uitgepakt.
dan doe ik ./configure --prefix=/usr/local/apache2 --enable-module=so
make en
make install
ik krijg helaas telkens deze foutmelding tijden make install :
cp: `include/util_charset.h' and `/usr/local/apache2/include/util_charset.h' are the same file
cp: `include/util_ebcdic.h' and `/usr/local/apache2/include/util_ebcdic.h' are the same file
cp: `include/util_filter.h' and `/usr/local/apache2/include/util_filter.h' are the same file
cp: `include/util_ldap.h' and `/usr/local/apache2/include/util_ldap.h' are the same file
cp: `include/util_md5.h' and `/usr/local/apache2/include/util_md5.h' are the same file
cp: `include/util_script.h' and `/usr/local/apache2/include/util_script.h' are the same file
cp: `include/util_time.h' and `/usr/local/apache2/include/util_time.h' are the same file
cp: `include/util_xml.h' and `/usr/local/apache2/include/util_xml.h' are the same file
make[1]: *** [install-include] Error 1
make[1]: Leaving directory `/usr/local/apache2'
make: *** [install-recursive] Error 1
Hoe kan ik dit het beste doen?, eerst alle apache rpm's uninstallen (dit is haast onmogelijk met die brakke rpm rommel)?
Een rpm upgrade is geen optie omdat ik een mod_jl.so wil compileren, voor tomcat.
ik heb httpd-2.0.43.tar.gz gedownload en in /usr/local/apache2 uitgepakt.
dan doe ik ./configure --prefix=/usr/local/apache2 --enable-module=so
make en
make install
ik krijg helaas telkens deze foutmelding tijden make install :
cp: `include/util_charset.h' and `/usr/local/apache2/include/util_charset.h' are the same file
cp: `include/util_ebcdic.h' and `/usr/local/apache2/include/util_ebcdic.h' are the same file
cp: `include/util_filter.h' and `/usr/local/apache2/include/util_filter.h' are the same file
cp: `include/util_ldap.h' and `/usr/local/apache2/include/util_ldap.h' are the same file
cp: `include/util_md5.h' and `/usr/local/apache2/include/util_md5.h' are the same file
cp: `include/util_script.h' and `/usr/local/apache2/include/util_script.h' are the same file
cp: `include/util_time.h' and `/usr/local/apache2/include/util_time.h' are the same file
cp: `include/util_xml.h' and `/usr/local/apache2/include/util_xml.h' are the same file
make[1]: *** [install-include] Error 1
make[1]: Leaving directory `/usr/local/apache2'
make: *** [install-recursive] Error 1
Hoe kan ik dit het beste doen?, eerst alle apache rpm's uninstallen (dit is haast onmogelijk met die brakke rpm rommel)?
Een rpm upgrade is geen optie omdat ik een mod_jl.so wil compileren, voor tomcat.