On Sunday 13 December 2009 10:54:10 am Zacheusz Siedlecki wrote:
> Right - I meant native APR (with  IO functionality) not connectors in jars
>                Regards,
>                          Zacheusz
>
thanks for your comments,  perhaps  you et al could help  with a little 
decryption?.....

...in the directory ~/tomcat-6.0.20-src/native/connector


....for example
[biomecha...@work connector]$ ls
build       BUILDING       include          Makefile.in  srclib
buildconf   config.layout  libtcnative.dsp  os           tcnative.dsp
build.conf  configure.in   libtcnative.dsw  src          tcnative.pc.in
[biomecha...@work connector]$

....excerpt from the BUILDING file reads

########
Building from source package:
  
configure --with-apr=apr_install_location --with-ssl=openssl_install_location
  make

######

when you execute autoconf  to generate  an executable 'configure' script,  it 
works  fine
 but   when you run ./configure  --with-apr=~wherever-apr-1-config-is  

it replies with the complaint 'unrecognised option --with-apr

it also   reports:- configure error:  cannot find install-sh, install.sh or 
shtool in build "."/build 


QUESTION 1:  Are there any options to pass to  autoconf before to   solve the 
above problems ? OR
QUESTION 2:  Is it best to install these 'independently'  following recipes  
at   this url:- http://tomcat.apache.org/native-doc/?

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

Reply via email to