Apache compilation
Hello, I'm looking for help to compile an old Apache 2.0.63 on OpenSuse 10.3 that I never did before.
Last year, I installed a mixed 2.0.54 from RPM of Suse10 on this release to be compatible with a software. Now, I must upgrade it to another old version.
I read the Apache doc, but I still have some troubles.
I try this :
sh configure \
--prefix=/etc/apache2/ \
--enable-rewrite \
--enable-module \
--with-suexec-docroot=/srv/www/htdocs/ \
--with-apr=/usr/bin/apr-config \
--with-apr-util=/usr/bin/apu-config
The errors of the compilation command :
...
configure: line 5248: /usr/share/apache2/build/libtool: No such file or directoryconfigure
...
configure: line 7373: ./build/mkdir.sh: Permission denied
...
configure: line 18942: build/PrintPath: Permission denied
configure: line 18969: ./build/get-version.sh: Permission denied
...
The result of make command:
/bin/sh: /usr/share/apache2/build/libtool: No such file or directory
make[3]: *** [maketables.lo] Error 127
make[3]: Leaving directory `/usr/src/httpd-2.0.63/srclib/pcre'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/httpd-2.0.63/srclib/pcre'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/httpd-2.0.63/srclib'
make: *** [all-recursive] Error 1
Do I must delete the installed version on my system before compiling a new one ?
I'm lost... Could someone tell me how to do ???
Thanks
|