--On Sunday, July 13, 2003 8:59 PM -0400 S Woodside <[EMAIL PROTECTED]> wrote:


Has anyone ever used AxKit successfully on RH9 ? You might always want to
try checking out if there are any perl on RH9 mailing lists.  have you
seen this


I have axkit working on my RedHat 9 laptop. Just built it a little over a week ago.


(I was at a conference last week, and wanted a working development environment with me.)

Off the top of my head, the basic procedure was:

Install RedHat 9, without RedHat's apache, mod_perl, etc.

Modify /etc/sysconfig/i18n to set the locale to something non-broken.
In my case the contents of that file are:
LANG=en
LANGUAGE=en
LINGUAS=en_US:en
LC_ALL=en_US
SUPPORTED="en_US:en"
SYSFONT="latarcyrheb-sun16"

Reboot, to ensure that you've picked up the new language settings.

From here on out everything should just work. But I'll include the full
details for completeness.

Download and install the latest apache 1.3.x and mod_perl 1.28

Install axkit and requirements:
I prefer to install the pre-reqs myself, as sometimes letting CPAN do the
dependency traversal doesn't work.
I use the CPAN shell 'perl -MCPAN -e shell', and run:
install XML::LibXML
install XML::LibXSLT
install Compress::Zlib
install Error
install Apache::Request
install HTTP::GHTTP
install AxKit

-David

David Nolan                    <*>                    [EMAIL PROTECTED]
curses: May you be forced to grep the termcap of an unclean yacc while
     a herd of rogue emacs fsck your troff and vgrind your pathalias!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to