Re: Install second apache/mod_perl on OS XPanther

2003-11-22 Thread Ged Haywood
Hello Angie, On Fri, 21 Nov 2003, angie ahl wrote: > >but it's unusual for it not to be there. What's the output of 'httpd -l'? > >That will tell you if mod_so is in there. > > root# /home/httpd/sbin/httpd -l > Compiled-in modules: > http_core.c > mod_env.c > mod_log_config.c > mod_mime

Re: Install second apache/mod_perl on OS XPanther

2003-11-21 Thread angie ahl
on 21/11/03 Ged Haywood said: >Hi Angie, > >On Fri, 21 Nov 2003, angie ahl wrote: > >> I tried building apache with static linking, Apples comes with DSO. >> [snip] >> I haven't a clue what it's trying to tell me other than it's broken >and >> is possibly something to do with DSO > >It would be b

Re: Install second apache/mod_perl on OS XPanther

2003-11-21 Thread Ged Haywood
Hi Angie, On Fri, 21 Nov 2003, angie ahl wrote: > I tried building apache with static linking, Apples comes with DSO. > [snip] > I haven't a clue what it's trying to tell me other than it's broken and > is possibly something to do with DSO It would be better if you could give the full, exact out

Re: Install second apache/mod_perl on OS XPanther

2003-11-21 Thread angie ahl
Thanks for the info on installing Ged. I've got to a certain point and all looked good. I loaded my test script on my new version of apache with MP 1.29 and it looked great. I then went and loaded my test site and started getting all sorts of errors that are way above me at this time. It turns

Re: Install second apache/mod_perl on OS XPanther

2003-11-21 Thread Ged Haywood
Hello again, On Fri, 21 Nov 2003, angie ahl wrote: > of course how to do it is another thing > ;) To include parts of the configuration file selectively you can start Apache with something like httpd -Dconfig1 -f/some/place/where/I/keep/my/httpd.conf and in the httpd.conf you can put something

Re: Install second apache/mod_perl on OS XPanther

2003-11-21 Thread angie ahl
on 21/11/03 Ged Haywood said: >Hi there, > >On Fri, 21 Nov 2003, angie ahl wrote: > >> Am I safe following these instructions to make a second >apache/mod_perl >> install on OSX Panther >> >> http://perl.apache.org/docs/1.0/guide/getwet.html > >If you mean the simple > > % cd /home/stas/src >

Re: Install second apache/mod_perl on OS XPanther

2003-11-21 Thread Ged Haywood
Hi there, On Fri, 21 Nov 2003, angie ahl wrote: > Am I safe following these instructions to make a second apache/mod_perl > install on OSX Panther > > http://perl.apache.org/docs/1.0/guide/getwet.html If you mean the simple % cd /home/stas/src % tar -zvxf apache_1.3.xx.tar.gz % tar -zvxf

Install second apache/mod_perl on OS XPanther

2003-11-21 Thread angie ahl
Hi everyone Am I safe following these instructions to make a second apache/mod_perl install on OSX Panther http://perl.apache.org/docs/1.0/guide/getwet.html I've read that panther has problems with CGI and printing out to browser, I've got the same problems, but as this is the first time I've ev