On 23.05.2009 22:04, Martin Gainty wrote: > in case anyone is following this thread > d/l httpd-devel-2.0.50-1.i386.rpm from here > http://archive.apache.org/dist/httpd/binaries/rpm/i386/ > > extract the contents by running this shell script > #!/bin/sh > rpm2cpio httpdd.rpm | cpio -idmv > > i now have $APACHE_HOME/bin/apxs ! > > just so i have the order correct? > $ sh buildconf --apxs=/Apache/Apache2/usr/bin/apxs > > $ mv configure.in configure > > $ sh configure --apxs=/cygdrive/f/Apache/Apache2/usr/bin/apxs > > apparently produces a makefile > which target to run..assume > make -f makefile all > ?
apxs is not a standalone file. It uses more file sproduced during the Apache build process and installed after. Sou you need the full build support provided by your httpd vendor and istall that. If you got your httpd form something like httpd-2.0.50-1.i386.rpm, then you really need to *install* httpd-devel-2.0.50-1.i386.rpm, so using "rpm -i". If you got your original httpd from some other vendor, you need to ask her how to get the build support files. And: yes, like documented you first do a configure --apxs=/path/to/your/apxs and then simply a make Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org