Monks,
i want to install mod_perl on Apache1.3 / Redhat linux 6.2
the installation document says to type
# perl Makefile.PL APACHE_SRC=../apache1.3/src DO_HTTPD=1 USE_APACI=1
+EVERYTHING=1
but i dont find any /apache1.3/src directory in my apache server.
apache is in /etc/httpd .
but no src directory here also.
when i tested a helloworld.cgi script on apache , it works fine.
so what should be the value of APACHE_SRC= ????
and moreover , i get the error
Can't locate LWP::UserAgent ......failed
Can't locate LWP/MainLoop.pm
Do i need the LWP module to be installed ?
kindly help me monks.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.