Re: mod_perl-1.21 and apache-1.3.9

1999-11-09 Thread BeerBong

  I don't think it was Apache's DSO support that was broken, I had httpd
working
  just fine with dynamic everything except mod_perl. mod_perl worked
usually but
  seg faulted with one obscure xs package. I think other similar problems
have
  been observed too.
 
  In this case though I think the problem is that he's using the Red Hat
binary
  perl packages, which are known to be bogus. I'm not sure what Red Hat
does to
  their perl but it doesn't work right.
 
 Well, it's all fairly perplexing, because I and at least one other guy
 have had problems with Debian packages of mod_perl-1.21 and
 apache-1.3.9.  Looks like the next release of Debian will offer a static
 apache-mod-perl binary package because of this very problem.

 I'm just saying, mod_perl as a DSO seems a bit more definitively broken
 for some of us than "one obscure xs package"; and it's broken across
 Linux distributions.  Which is not a contradiction to what *you* said.

Hello!
I've Debian slink with 2.2.13 kernel, 2xPentium box, mod_perl 1.21 and
Apache 1.3.9
_ALL_ possible packages compiled as DSO. Apache uses DBD::Oracle,
Apache::DBI, Apache::ASP.
This machine is not a production server yet. But I've tested it hard via
ApacheBench - seems all to be ok.
Can you send scripts which makes SegFaults ?



Re: mod_perl-1.21 and apache-1.3.9

1999-11-08 Thread Greg Stark


I don't think it was Apache's DSO support that was broken, I had httpd working
just fine with dynamic everything except mod_perl. mod_perl worked usually but
seg faulted with one obscure xs package. I think other similar problems have
been observed too.

In this case though I think the problem is that he's using the Red Hat binary
perl packages, which are known to be bogus. I'm not sure what Red Hat does to
their perl but it doesn't work right.

hUnTeR [EMAIL PROTECTED] writes:

 Rasmus Lerdorf wrote:
  
  As of Apache-1.3.9, Apache's DSO support really should be stable.  I am
  running a bunch of servers with the DSO version of the PHP module without
  any problems.
  
  -Rasmus
 
 I am as well. I have 5 other redhat 6.1 servers running apache-1.3.9
 with mod_ssl, mod_perl, openssl, and php and they all run fantastic. But
 its just this one redhat 5.2 server thats giving me headaches.

-- 
greg



Re: mod_perl-1.21 and apache-1.3.9

1999-11-08 Thread Trei B.


On 8 Nov 1999, Greg Stark wrote:
 In this case though I think the problem is that he's using the Red Hat binary
 perl packages, which are known to be bogus. I'm not sure what Red Hat does to
 their perl but it doesn't work right.

If we're using the Red Hat installed perl, what is the best way to
uninstall it and install a fresh version?

I'm having the problem where Apache isn't recognizing the perl directives
in the httpd.conf with this environment:

Apache: 1.3.9 (not installed by Red Hat)
mod_perl: 1.21 (not installed by Red Hat)
Perl: 5.005 (installed by Red Hat)
Red Hat Linux: 6.1

thanks,
Trei B.



Re: mod_perl-1.21 and apache-1.3.9

1999-11-07 Thread hUnTeR

Stas Bekman wrote:
 
 Sure, compile static mod_perl. DSO is not stable.
 

Stas - 

Not stable? Thats news to me and probably a lot of others who build DSO
modules for apache this way. OK, what is the best way to build it
statically?

Regards
-- 
Michael B. Weiner
Systems Administrator/Partner
The UserFriendly Network (UFN)
--

 / /  (_)__  __   __
/ /__/ / _ \/ // /\ \/ /  
   //_/_//_/\_,_/ /_/\_\ 

 * * * CHOICE OF A GNU GENERATION * * *



Re: mod_perl-1.21 and apache-1.3.9

1999-11-07 Thread Rasmus Lerdorf

 I don't use DSO, may be someone who does can clear things out? Why there
 are so many problems with DSO. The best answer I heard so far: "DSO isn't
 stabilized yet." So I have just repeated it for you, Michael. 
 
 Come on, are we on a techical list or what? Anybody care/know to explain
 when this [DSO] would change for good? I could dig the info about DSO at
 apache.org, but it doesn't help...

As of Apache-1.3.9, Apache's DSO support really should be stable.  I am
running a bunch of servers with the DSO version of the PHP module without
any problems.

-Rasmus



Re: mod_perl-1.21 and apache-1.3.9

1999-11-07 Thread hUnTeR

Rasmus Lerdorf wrote:
 
 As of Apache-1.3.9, Apache's DSO support really should be stable.  I am
 running a bunch of servers with the DSO version of the PHP module without
 any problems.
 
 -Rasmus

I am as well. I have 5 other redhat 6.1 servers running apache-1.3.9
with mod_ssl, mod_perl, openssl, and php and they all run fantastic. But
its just this one redhat 5.2 server thats giving me headaches.


-- 
Michael B. Weiner
Systems Administrator/Partner
The UserFriendly Network (UFN)
--

 / /  (_)__  __   __
/ /__/ / _ \/ // /\ \/ /  
   //_/_//_/\_,_/ /_/\_\ 

 * * * CHOICE OF A GNU GENERATION * * *