Martin Nilsson wrote:
I'm trying to install libapreq2-2.02-dev on FreeBSD 4.9 with Perl 5.6.1 and Apache 2.048 mod_perl2-1.99r12 all installed from ports.

Things that needs to be changed:
Build with gmake - not the FreeBSD make!

src/Makefile - Add -L/usr/local/lib to the following line so expat lib is found:
LIBS = /usr/local/lib/apache2/libapr-0.la -lm -lcrypt /usr/local/lib/apache2/libaprutil-0.la -lexpat


glue/Makefile - change invocations of make to gmake

Add the ppport.h file found here:
http://marc.theaimsgroup.com/?l=apreq-dev&m=107104807218621&w=2

Add the dAX patch found here:
http://marc.theaimsgroup.com/?l=apreq-dev&m=107110581723271&w=2

No need to add dAX. Just get the latest ppport.h generated by perl5.8.3. We have already added dAX there.



__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to