Hi
I am trying to compile a modified version of Apache on a redhat box I have... I have compiled it successfully on one box, but it will not go on the other despite all the packages, etc being the same... Any ideas?
This is the error I get at the make stage.
The file it cannot find keeps dissappearing during the make stage, even if I physically put it there before running make.
Thanks for any help!!
I am trying to compile a modified version of Apache on a redhat box I have... I have compiled it successfully on one box, but it will not go on the other despite all the packages, etc being the same... Any ideas?
This is the error I get at the make stage.
Code:
gcc: /home/sam/Desktop/httpd-2.2.4.RECOMPILED/srclib/apr-util/xml/expat/lib/.libs/libexpat.so: No such file or directory
make[3]: *** [libaprutil-1.la] Error 1
make[3]: Leaving directory `/home/sam/Desktop/httpd-2.2.4.RECOMPILED/srclib/apr-util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sam/Desktop/httpd-2.2.4.RECOMPILED/srclib/apr-util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/Desktop/httpd-2.2.4.RECOMPILED/srclib'
make: *** [all-recursive] Error 1
The file it cannot find keeps dissappearing during the make stage, even if I physically put it there before running make.

Thanks for any help!!