-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've never used CentOS or WebGUI, so take this with a grain of salt... Looks like your makefile for Apache::Request is borked somehow, so you have a couple of options... if You don't mind using source, download a clean copy of the source for Apache::Request, and build/install it w/o the use of rpms... or alternatively use CPAN... perl -e -MCPAN "install Apache::Request" You could also install Apache::Cookie using CPAN... Either way it looks like the rpms are a bit broke maybe? ~J Raymond Norton wrote: |> Apologies to |>Raymond for changing the subject. It was an accident! I still can't |>answer your question. | | | Yeah Bob, what's the deal:) | | Actually, I have combed many forums, but have not found an answer yet. | Here is a more detailed description of the problem that may help someone | help me: ( By the way, we have used webgui for years, and love it!) | | I am trying to install webgui on a new centos install, Apache is | httpd-2.0.52-19.ent.centos4, and mod_perl is | mod_perl-1.99_16-4.centos4 | Apache starts fine, without errors, until I edit perl.conf, by adding the | following: | | <Files ~ "\.(pl)$"> | SetHandler perl-script | PerlHandler ModPerl::Registry | PerlOptions +ParseHeaders | </Files> | PerlRequire /data/WebGUI/sbin/preload.perl | | | This causes the following error from CGI.pm: | | Can't locate object method "register_cleanup" via package | "Apache::RequestRec" at /usr/lib/perl5/5.8.5/CGI.pm line 356. | | Apache::Request looks to come from libapreq-1.33. When I attempt to | install it I get the following: | | perl Makefile.PL && make && make test && make install | mod_perl 1.x ( < 1.99) is required at Makefile.PL line 34. | BEGIN failed--compilation aborted at Makefile.PL line 36 | | Another forum recomended using Apache::Cookie, but It complains about the | same thing. | | Any ideas how to fix this? | | _______________________________________________ | TCLUG Mailing List - Minneapolis/St. Paul, Minnesota | tclug-list at mn-linux.org | http://mailman.mn-linux.org/mailman/listinfo/tclug-list | - -- Jonathan Kline <klinej at msoe.edu> Milwaukee School of Engineering -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDtyF7QkF4UQaOvSoRAnTlAKCfaOvbqiYjMmVBuixjeK9Jd05MswCgnYcq jl6vORtGeJOlkmq+ap83ecY= =VIrM -----END PGP SIGNATURE-----