Re: Mod_perl and Linux/Sparc

1999-08-16 Thread Ryan Kirkpatrick
On 12 Aug 1999, Adam Di Carlo wrote: > > Ryan, your mod_perl problems sound wierd. Can you file a bug against > mod_perl? I will. Also, it appears that if one starts apache with other mod-perl support, edit httpd.conf to add it, and then use 'apachectl restart', mod-perl loads

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
On 13/08, Ben Collins wrote: | Can you send me a list of what you had previously? Not very useful: everything turned on :))) (with all optional modules)

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 08:19:12PM +0200, Samuel Tardieu wrote: > On 13/08, Ben Collins wrote: > > | Here is the complete list of the modules I have loaded: > > Grmpf, it works fine. Now, we have to find which combination causes those > trouble... Can you send me a list of what you had previousl

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
On 13/08, Ben Collins wrote: | Here is the complete list of the modules I have loaded: Grmpf, it works fine. Now, we have to find which combination causes those trouble...

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 08:09:54PM +0200, Samuel Tardieu wrote: > > "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: > > Ben> Then perhaps it was a mixture of loaded/unloaded modules > Ben> conflicting. I had been fighting with it for about 4 days, when I > Ben> finally uncommented one of the

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: Ben> Then perhaps it was a mixture of loaded/unloaded modules Ben> conflicting. I had been fighting with it for about 4 days, when I Ben> finally uncommented one of the auth modules and it worked. I had Ben> been so fed up with it, that I didn

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
On 13/08, Ben Collins wrote: | Nasty, that actually looks like it's in libc, -lresolv or nss_files. I | don't think apache nor php3 would access /etc/hosts directly. Yup, that's right. Just before that, we have: connect(3, {sun_family=AF_UNIX, sun_path="/var/run/.nscd_socket"}, 110) = -1 ECONNR

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 08:00:03PM +0200, Samuel Tardieu wrote: > Looks like this is related to /etc/hosts. Too bad, we do not have > ltrace on Sparc... > > open("/etc/hosts", O_RDONLY)= 3 > fcntl(3, F_GETFD) = 0 > fcntl(3, F_SETFD, FD_CLOEXEC) = 0 > fst

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
> "Sam" == Samuel Tardieu <[EMAIL PROTECTED]> writes: Sam> Thanks! Same think for me, it now starts. So I would guess that Sam> the bug is not in the php3 module itself, but in one of those... Argh, forget it: I have apache processes now, but nothing on Port 80. -- Samuel Tardieu -- [EMAIL P

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
> "Gergely" == Gergely Madarasz <[EMAIL PROTECTED]> writes: Gergely> hmpf... thunderchild:~# grep auth /etc/apache/httpd.conf Gergely> #LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so Gergely> #LoadModule anon_auth_module Gergely> #/usr/lib/apache/1.3/mod_auth_anon.so LoadModule Gergel

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
> "Ben" == Ben Collins <[EMAIL PROTECTED]> writes: Ben> Personal experience. It requires one of the auth modules in Ben> apache to be loaded, or php3 wont load itself. I don't know how Ben> you can check for this reliably in the pre/post scripts Ben> though. I'm not even sure now which one of

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 07:51:38PM +0200, Gergely Madarasz wrote: > hmpf... > thunderchild:~# grep auth /etc/apache/httpd.conf > #LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so > #LoadModule anon_auth_module /usr/lib/apache/1.3/mod_auth_anon.so > #LoadModule dbm_auth_module /usr/lib/apache/

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
On 13/08, Ben Collins wrote: | It's already tested and works. I just have to do it is all, but thanks any | way :) Ok :) Btw, I just used the nice "dpkg-repack libgmp2" on a machine with a working ssh and installed the recreated package on the Ultra5, and things work fine.

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 07:47:52PM +0200, Samuel Tardieu wrote: > On 13/08, Ben Collins wrote: > > | There isn't a working mainstream 64bit environement yet. The reason ssh > | doesn't work is because of a broken libgmp2 currently in the sparc/potato > | dist. This is due to the patch in the previ

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Gergely Madarasz
On Fri, 13 Aug 1999, Ben Collins wrote: > On Fri, Aug 13, 1999 at 07:39:33PM +0200, Gergely Madarasz wrote: > > > I think that might be attributed to the dependency on another module (I > > > think it requires one of the auth modules, forget which one), or else it > > > wont start, nor will it giv

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
On 13/08, Ben Collins wrote: | There isn't a working mainstream 64bit environement yet. The reason ssh | doesn't work is because of a broken libgmp2 currently in the sparc/potato | dist. This is due to the patch in the previous version (fixing this | problme once before) not being incorporated by

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 07:39:33PM +0200, Gergely Madarasz wrote: > > I think that might be attributed to the dependency on another module (I > > think it requires one of the auth modules, forget which one), or else it > > wont start, nor will it give an error message as to why (this is for > > php

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 07:33:32PM +0200, Samuel Tardieu wrote: > On 13/08, Ben Collins wrote: > > | I think that might be attributed to the dependency on another module (I > | think it requires one of the auth modules, forget which one), or else it > | wont start, nor will it give an error messag

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Gergely Madarasz
On Fri, 13 Aug 1999, Ben Collins wrote: > On Fri, Aug 13, 1999 at 07:19:57PM +0200, Samuel Tardieu wrote: > > > "Adam" == Adam Di Carlo <[EMAIL PROTECTED]> writes: > > > > Adam> Ryan, your mod_perl problems sound wierd. Can you file a bug > > Adam> against mod_perl? > > > > Well, it really

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
On 13/08, Ben Collins wrote: | I think that might be attributed to the dependency on another module (I | think it requires one of the auth modules, forget which one), or else it | wont start, nor will it give an error message as to why (this is for | php3). Why would it restart then? Another que

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Ben Collins
On Fri, Aug 13, 1999 at 07:19:57PM +0200, Samuel Tardieu wrote: > > "Adam" == Adam Di Carlo <[EMAIL PROTECTED]> writes: > > Adam> Ryan, your mod_perl problems sound wierd. Can you file a bug > Adam> against mod_perl? > > Well, it really looks like my mod_php3 problem... I just installed > un

Re: Mod_perl and Linux/Sparc

1999-08-13 Thread Samuel Tardieu
> "Adam" == Adam Di Carlo <[EMAIL PROTECTED]> writes: Adam> Ryan, your mod_perl problems sound wierd. Can you file a bug Adam> against mod_perl? Well, it really looks like my mod_php3 problem... I just installed unstable on an Ultra5, and it gives me the same behaviour as on the Sparc10: apa

Re: Mod_perl and Linux/Sparc

1999-08-12 Thread Adam Di Carlo
Ryan, your mod_perl problems sound wierd. Can you file a bug against mod_perl? -- .Adam Di [EMAIL PROTECTED]http://www.onShore.com/>

Mod_perl and Linux/Sparc

1999-08-12 Thread Ryan Kirkpatrick
I have recently installed Debian 2.1 on an SparcIPX and RH6 on a Sparc20 (one I own, one is for work), and on both machines I am unable to get mod_perl to work correctly with apache. Everytime I try and load the mod_perl module into apache via the httpd.conf file, apache segfaults on start