Quote:
|
Originally Posted by pH30
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
|
Hi
Rather than using sh, use ./ and try the command all on one line.
Code:
../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
Also, if you don't finish the confiure stage properly, there isn't any
point running make
--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.23-0.1-default
up 4 days 21:37, 2 users, load average: 0.17, 0.24, 0.28
GPU GeForce 8600 GTS Silent - Driver Version: 185.18.14