You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Felix Dreher <dr...@molgen.mpg.de> on 2007/09/18 18:15:10 UTC

[users@httpd] Apache 2.2.6 installation problem / libtool

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.2.6 installation problem / libtool

Posted by Felix Dreher <dr...@molgen.mpg.de>.
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: users-unsubscribe@httpd.apache.org
>>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 2.2.6 installation problem / libtool

Posted by Res <re...@ausics.net>.
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: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

-- 

Cheers
Res


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org