RE: Help - Install mod_perl-1.23

2000-05-05 Thread Stas Bekman
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 2:58 PM To: James Xie Cc: Doug MacEachern; [EMAIL PROTECTED] Subject: RE: Help - Install mod_perl-1.23 On Thu, 4 May 2000, James Xie wrote: It seems I have some kind of permission

RE: Help - Install mod_perl-1.23

2000-05-05 Thread James Xie
Thanks, I finally got the problem resolved. It's the permission problem, I used Linuxconf to create my account, for some reason it didn't put my account into users group. I changed my group from passwd file directly, login as myself, re-install mod_perl. Everything was working fine now.

RE: Help - Install mod_perl-1.23

2000-05-04 Thread James Xie
It seems I have some kind of permission problem but I don't know how to resolve it. Please take a look at the outputs from the commands I run. Really appreciate your help! James Helllo, I recently downloaded Apache_1.3.12 and installed it on Redhat 6.1, everything was working fine. I run

RE: Help - Install mod_perl-1.23

2000-05-04 Thread Stas Bekman
On Thu, 4 May 2000, James Xie wrote: It seems I have some kind of permission problem but I don't know how to resolve it. Please take a look at the outputs from the commands I run. Really appreciate your help! 4145 dup2(15, 2) = 2 4145 rt_sigprocmask(SIG_BLOCK, NULL,

RE: Help - Install mod_perl-1.23

2000-05-04 Thread James Xie
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 2:58 PM To: James Xie Cc: Doug MacEachern; [EMAIL PROTECTED] Subject: RE: Help - Install mod_perl-1.23 On Thu, 4 May 2000, James Xie wrote: It seems I have some kind of permission problem but I don't

Re: Help - Install mod_perl-1.23

2000-05-03 Thread Doug MacEachern
On Fri, 28 Apr 2000, James Xie wrote: Helllo, I recently downloaded Apache_1.3.12 and installed it on Redhat 6.1, everything was working fine. I run into problems when I tried to install mod_perl-1.23. Everything was compiled ok, but I got error messages (see below) when I try to run the

Help - Install mod_perl-1.23

2000-04-28 Thread James Xie
Helllo, I recently downloaded Apache_1.3.12 and installed it on Redhat 6.1, everything was working fine. I run into problems when I tried to install mod_perl-1.23. Everything was compiled ok, but I got error messages (see below) when I try to run the make test. I'm new to both Apache and