Rodent of Unusual Size wrote:
Stas Bekman wrote:
The utils are built by 'make install' not by 'make', ISTR.
well they don't seem to get built for me. I have to do it manually. Could be some libtool problem. So what are you build args so I can try them?
I thought you went to bed! :-)
Almost :)
libtool isn't an issue on 1.3, because 1.3 doesn't use it.
I use
CFLAGS="-g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow" \ ./configure --enable-shared=max --enable-module=most --with-layout=Apache \ --prefix=(wherever)
That's weird, I've to run this weird sequence and move around dirs.
make clean CFLAGS="-g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow" \ ./configure --enable-shared=max --enable-module=most --with-layout=Apache \ --prefix=/home/stas/httpd/1.3 make cd support make cd ../.. make install
_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
