On Sat, 10 Nov 2007, [UTF-8] Frank Büttner wrote: > Hello, > have somebody get the Tomcat 6 native lib to build? > When I try to run ./configure --with-arp=/usr/bin/apr-1-config > under /opt/apache-tomcat-6.0.14/bin/tomcat-native-1.1.10-src/jni/native > I only get the error: > configure: error: cannot find install-sh or install.sh in build ./build I believe tcnative is looking for the apr source .. and although it might be just a typo - your command line says --with-arp and it should be --with-apr. Barry