Re: Skipped Tests (was: handler help)

2003-08-04 Thread Perrin Harkins
On Fri, 2003-08-01 at 22:53, Tofu Optimist wrote: > Then as root I used CPAN to install > Bundle::WWW, LWP, and HTML::Parser. > Had some troubles, used the force option, and plowed > ahead. (Maybe I should have stopped here at the first FYI, this was probably also because of the locale issue.

Re: Skipped Tests (was: handler help)

2003-08-03 Thread Ron Savage
>We're getting out of my area of experience here, I don't use mod_perl2, >but I hear there are recent changes to CGI.pm. Did you install the >latest CGI.pm? You should. > >73, >Ged. For the record, the last CGI.pm which I could get to work under Win2K/IE 6 is 2.97. V 2.99 corrupts the string re

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Ged Haywood
Hello again, On Fri, 1 Aug 2003, Tofu Optimist wrote: > To recap: I freshly installed RedHat 9 on a box, > then used RPM to remove modules involving httpd. > (See notes below). Then I built perl 5.8.0 from > source, first doing a "export LANG=C" why not LANG=en_US ? > Then as root I used CPA

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Ged Haywood
Hi there, On Fri, 1 Aug 2003, Tofu Optimist wrote: > Exactly HOW do I change the locale? http://twiki.org/cgi-bin/view/Codev/UsingPerl58OnRedHat8 about half a dozen messages down. See also http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682 > make && make install > > again, yes? Bett

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
I am still here, trying to build mod_perl 2. Many thanks to everyone who offered help. To recap: I freshly installed RedHat 9 on a box, then used RPM to remove modules involving httpd. (See notes below). Then I built perl 5.8.0 from source, first doing a "export LANG=C" to address the UTF bug. T

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
I'm not TRYING to be difficult; I am clueless. :) Exactly HOW do I change the locale? And after I do that, I do my make && make install again, yes? Many thanks! :) A __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://site

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Perrin Harkins
On Fri, 2003-08-01 at 17:46, Tofu Optimist wrote: > Ack!! My perl build failed. [...] > Failed Test Stat Wstat Total > Fail Failed List of Failed > --- > ../lib/Locale/Codes/t/all.t

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
Ack!! My perl build failed. Here's what I did nuke the RPMS [EMAIL PROTECTED] root]# rpm -e mod_ssl [EMAIL PROTECTED] root]# rpm -e mod_python [EMAIL PROTECTED] root]# rpm -e pho [EMAIL PROTECTED] root]# rpm -e php-ldap [EMAIL PROTECTED] root]# rpm -e php-imap [EMAIL PROTECTED] root]# r

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Perrin Harkins
On Fri, 2003-08-01 at 16:24, Tofu Optimist wrote: > Am I going to have problems following the MP 2.0 > install instructions > > http://perl.apache.org/docs/2.0/user/install/install.html > > if I don't nuke the current perl first? No, you should be fine. However, I have also simply installed a n

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
Thanks Ged. > [4] Is a full uninstall enough, or should I > reinstall RH itself? > > No, don't reinstall the entire OS. Get used to what > your system feels > like and eventually you'll know what to leave alone > and what to change. Well, I opted to reinstall everything, starting with a fresh R

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Ged Haywood
Hi there, On Fri, 1 Aug 2003, Tofu Optimist wrote: > Rather than /usr/src, I put in /home/aprk That's fine. But in future, tell us what you did, not some fiction... :) > Yes, you are correct. make && make test as non-root, > then install as root. (Odd, isn't it, the docs at > http://perl.apa

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Perrin Harkins
On Fri, 2003-08-01 at 10:31, Tofu Optimist wrote: > [1] How do I find *everything* on the box related to > perl / apache / mod_perl, both 1 and 2, both the RH > install and from my own ftp / tar / make fumblings? Well, you can run updatedb and then use locate to look for things like apachectl and

Re: handler help

2003-08-01 Thread Perrin Harkins
On Fri, 2003-08-01 at 07:02, Tofu Optimist wrote: > I'm a linux newbie. I freshly installed RH 9. > I built perl 5.8.0 from source. Go and change your locale from UTF8 to en_US or C. See this for why: http://archive.develooper.com/[EMAIL PROTECTED]/msg97360.html > As non-root, I downloaded sour

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
Ged -- Sorry I wasn't fully explicit, it is still early in the morning: > So your non-root user has write permission in > /usr/src? H... Rather than /usr/src, I put in /home/aprk > % make && make test && make install > This can't work, you need to be root to make > install. > Yes, you

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Ged Haywood
Hello again, On Fri, 1 Aug 2003, Tofu Optimist wrote: > --- Ged Haywood <[EMAIL PROTECTED]> wrote: > > > How did you do the > > > > perl Makefile.PL > > > > step? > > % cd /usr/src > % tar xzvf apache_1.3.xx.tar.gz > % tar xzvf mod_perl-1.xx.tar.gz > % cd mod_perl-1.xx > % perl Makefi

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
Exactly like it said in http://perl.apache.org/docs/1.0/guide/install.html#A_Summary_of_a_Basic_mod_perl_Installation % cd /usr/src % lwp-download http://www.apache.org/dist/httpd/apache_1.3.xx.tar.gz % lwp-download http://perl.apache.org/dist/mod_perl-1.xx.tar.gz % tar xzvf apache_1.3.xx.

Re: Skipped Tests (was: handler help)

2003-08-01 Thread Ged Haywood
Hi there, On Fri, 1 Aug 2003, Tofu Optimist wrote: > sorry to break the thread in two. :( > Why did it skip 6 tests? How did you do the perl Makefile.PL step? 73, Ged.

Skipped Tests (was: handler help)

2003-08-01 Thread Tofu Optimist
Hi -- I'm following up on a previous message (below), sorry to break the thread in two. In my first post, I was wondering my handler didn't work. I said "make test" worked fine for mod_perl. Well, maybe. Here's the output. [EMAIL PROTECTED]:~/source/mod_perl-1.28> make test (cd ../apache_1.3

handler help

2003-08-01 Thread Tofu Optimist
Hi. I need some help with handlers. I'm a linux newbie. I freshly installed RH 9. I built perl 5.8.0 from source. As non-root, I downloaded source for Apache 1.3.28 and mod_perl 1.28 and built them, using the instructions here http://perl.apache.org/docs/1.0/guide/install.html#A_Summary_of_a_B