Ahh, well I grabbed 1.5.2 (thought I did the first time, oh well) and it's not building. I remember having the same problem previously, but I was able to fix it, can't remember what I did now though.
I ran perl Makefile.PL INC=-I/usr/local/include (iconv.h is here) and, after having to run gmake (If I use make, gcc complains that it can't find iconv.h...wtf is that about?!), I get a bunch of undeclared variables in do_iconv(). It was working, magically stopped (after not doing anything to my Apache config), and I'm not really interested in screwing around to get it to build, maybe later. Thanks for your help though, Scott On Wed, 5 Jun 2002, Matt Sergeant wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Wednesday 05 June 2002 3:51 pm, Scott Smith wrote: > > Err.... > > > > storm# find /usr/local/lib -name Passthru.pm > > /usr/local/lib/perl5/site_perl/5.6.1/mach/Apache/AxKit/Plugins/Passthru.pm > > Must be an old version of AxKit then. Since 1.5.2 it's been Plugin::Passthru. > > > So I change my config to this (with Plugin_s_, not Plugin) > > > > PerlModule AxKit > > AddHandler axkit .xml > > PerlHandler AxKit > > Remove the above line. It's *just* AddHandler axkit .xml. > > - -- > <:->get a SMart net</:-> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (GNU/Linux) > > iD8DBQE8/ofsVBc71ct6OywRAg+JAKDTqe70Sev0mXcet7CT+3I57LNemQCgwbtf > +wporhbAssNEBOypRjdVe7A= > =Dt5V > -----END PGP SIGNATURE----- > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
