On 10/30/2015 02:19 PM, Henri Gomez wrote:
> Hi all
> 
> I tried to build 1.2.0 today, from tarball found here :
> 
> http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.0/source/tomcat-native-1.2.0-src.tar.gz
> 
> cd native
> ./configure
> 
> configure: error: cannot find install-sh, install.sh, or shtool in build
> "."/build
> 
> ./configure --with-apr=/usr/lib/
> configure: WARNING: unrecognized options: --with-apr
> configure: error: cannot find install-sh, install.sh, or shtool in build
> "."/build
> 
> I tried to use autoconf and autoreconf, but not more lucky.
> 
> Same behaviour on CentOS 7 and openSUSE 13.2
> 
> Wondering how Linux guys succeed to build it.

I did the following:
./buildconf --with-apr=$HOME/apr-1.4.x

./configure --with-apr=$HOME/APR-1.4.x
--with-java-home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.60-14.b27.fc22.x86_64
--with-ssl=$HOME/OPENSSL-1.0.2c

make clean
make

Well I tested the tag as I am rebuild always from svn repo.

Cheers

Jean-Frederic



> 
> Regards
> 
> 2015-10-28 3:33 GMT+01:00 Mark Thomas <ma...@apache.org>:
> 
>> The following votes were cast:
>>
>> Binding:
>> +1: markt, remm, violetagg, jfclere
>>
>> This vote therefore passes.
>>
>> Thanks all.
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to