[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Red Hat 7.3 Apache installation problems



Hi list readers!

I'm experiencing some problems while installing Apache 2.0.43. Here's what I've done:

I've unpacked the httpd file to /usr/local/apache2 where I run the following command:

CFLAGS='-DNO_DBM_REWRITEMAP' ./configure \--enable-module=so --enable-module=proxy --prefix=/usr/local/apache2

Then I run: make

But when I run "make install" it stops with this error message:

[snip]
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


Any ideas as to why this occurs and what I can do?

Thanks,
Andreas





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]