I'm guessing that you are running on Solaris, and have neglected to install the GNU utilities such as 'libtool' and friends ;-).
If not, then ignore the 'ant' build and simply do the normal './configure' followed by 'make'. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > When following the following procedure to build the connector, > > Building > ======== > > * Install tomcat(3.3, 4.0, 4.1). Install Apache(1.3, 2.0). Any > combination is fine, but j-t-c developers should have them all. > > * Copy build.properties.sample to build.properties > > * Edit build.properties to taste. In particular it's important to set > the paths to tomcat and apache. > > * Run "ant". It'll build modules for all the detected containers. > > * If your system have a current working version of libtool, run "ant > native". > This will build the native connectors for the detected servers ( both jk > and jk2). > > Alternatively, you can build using configure/make/dsp/apxs. > > * Run "ant install". This will copy the files in the right location > in your server/container. Optional: on unix systems you can create > symlinks ( XXX script will be provided ) and avoid copying. > > > Following error occur, pls help ... > > > > $PWD> $ANT_HOME/bin/ant > Buildfile: build.xml > > init: > [echo] / > > apache20: > > apache13: > [so] Compiling 18 out of 18 > Compiling > /PTSDEV/jakarta-tomcat-connectors-4.1.27-src/jk/native/common/jk_msg_buff.c > > BUILD FAILED > file:/PTSDEV/jakarta-tomcat-connectors-4.1.27-src/jk/native/build.xml:222: > java.io.IOException: libtool: not found > > Total time: 2 seconds > > > Best Regards, > Loh Choon Leng > ________________________________________ > Chartered Semiconductor Manufacturing Ltd. > 60 Woodlands Ind. Park-D St-2 Singapore 738406 > Off : +65-63603684 HP : +65-98463801 > Email : [EMAIL PROTECTED], Fax : +65-63603816 > ________________________________________ > > > David Rees <[EMAIL PROTECTED]> 05/11/2003 02:49 PM > Please respond to "Tomcat Users List" > > To: Tomcat Users List <[EMAIL PROTECTED]> > cc: (bcc: LOH Choon Leng/Mfg & Plan Sys/CHRT/ST Group) > Subject: Re: Connector Problem > > > > > > > > > [EMAIL PROTECTED] wrote: > > Trying to build the connector, got the following error, anyone can help? > > > > $PWD> ./buildconf.sh > > libtoolize --force --automake --copy > > ./buildconf.sh: libtoolize: not found > > aclocal > > ./buildconf.sh: aclocal: not found > > automake -a --foreign -i --copy > > ./buildconf.sh: automake: not found > > autoconf > > ./buildconf.sh: autoconf: not found > > You need to have the tools automake and autoconf installed on your > system to run buildconf.sh. But in recent bundled of > jakarta-tomcat-connectors, you might be able to skip that step and just > run ./configure. > > -Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > [This e-mail is confidential and may also be privileged. If you are not the > intended recipient, please delete it and notify us immediately; you should > not copy or use it for any purpose, nor disclose its contents to any other > person. Thank you.] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
