Sorry, I forgot to mention my OS:

Linux, Kernel 2.6.17.7, x86_64 (64-bit machine).


Res wrote:
What OS, version.

On Tue, 18 Sep 2007, Felix Dreher wrote:

Hello,

I'm currently running Apache 2.2.3 and would like to upgrade to 2.2.6. However, when I use the same configure options (shown below) as with 2.2.3, "make" terminates with the following error:

/bin/sh: /usr/build-1/libtool: No such file or directory
make[3]: *** [maketables.lo] Error 127

So it seems to search for libtool at the wrong place, as it is actually at /usr/bin.

Does anybody know a solution to this?

Thanks + regards,
Felix


These are the configure options:

#! /bin/sh
#
# Created by configure

"./configure" \
"--prefix=/xyz/var/httpd" \
"--enable-proxy" \
"--enable-ssl" \
"--enable-rewrite" \
"--enable-vhost-alias" \
"--with-ssl" \
"--enable-cgi" \
"$@"




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
 "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to