Re: [mp1.0] Installation problem

2003-08-27 Thread Stas Bekman
Ged Haywood wrote: Hello again, On Wed, 27 Aug 2003, Alan Rafagudinov wrote: GH> Please post the output of GH> gcc -v Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp) Make sure to use that compiler to build Perl, mod_perl a

Re[2]: [mp1.0] Installation problem

2003-08-27 Thread Alan Rafagudinov
Hello Ged, Wednesday, August 27, 2003, 6:11:13 PM, you wrote: GH> Hi there, GH> On Wed, 27 Aug 2003, Alan Rafagudinov wrote: >> I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz >> [snip] >> tests failed: >> [snip] >> Summary of my perl5 (revision 5.0 version 6 subversion 0) configura

Re: Re[2]: [mp1.0] Installation problem

2003-08-27 Thread Ged Haywood
Hello again, On Wed, 27 Aug 2003, Alan Rafagudinov wrote: > GH> Please post the output of > GH> gcc -v > > Reading specs from /usr/lib/gcc-lib/i386-asplinux-linux/2.96/specs > gcc version 2.96 2731 (ASPLinux 7.1 2.96-85.asp) Make sure to use that compiler to build Perl, mod_perl and Apache.

Re: [mp1.0] Installation problem

2003-08-27 Thread Ged Haywood
Hi there, On Wed, 27 Aug 2003, Alan Rafagudinov wrote: > I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz > [snip] > tests failed: > [snip] > Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: > Platform: > osname=linux, osvers=2.2.16-22smp, archname=i386-li

[mp1.0] Installation problem

2003-08-27 Thread Alan Rafagudinov
Hello again! I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchived them to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='- -prefix=/usr/local/httpd_perl' and make

Re: Installation problem

2003-08-26 Thread Ged Haywood
Hello there, On Mon, 25 Aug 2003, Alan Rafagudinov wrote: > I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz > and unarchive it to /usr/src/httpd_perl for back-end server > > then when I make > > perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 > EVERYTHING=1

Re: Installation problem

2003-08-26 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hello! Your letter successfully arrived to my mailbox and I'll read it in the nearest future. -- Здравствуйте! Ваше письмо благополучно дошло до моего почтового ящика и я его обязательно прочту в ближайшее время. Like we don't have enough spam and virus emails already.

Re: Installation problem

2003-08-26 Thread Stas Bekman
Ged Haywood wrote: Hello there, On Mon, 25 Aug 2003, Alan Rafagudinov wrote: I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchive it to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHI

Installation problem

2003-08-26 Thread Alan Rafagudinov
Hello! I've downloaded apache_1.3.28.tar.gz & mod_perl-1.28.tar.gz and unarchive it to /usr/src/httpd_perl for back-end server then when I make perl Makefile.PL APACHE_SRC=../apache_1.3.28/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='- -prefix=/usr/local/httpd_perl' and make && make

RE: mod_perl installation problem...

2003-07-24 Thread Randy Kobes
On Wed, 23 Jul 2003, Jim Morrison [Mailing-Lists] wrote: [ .. ] > Make appeared to be successful yes (afaik)... I did wonder > about the permissions thing but I tried as root to no avail.. Some people have had problems running the tests as root ... You might want to try unpacking, building, and te

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
> > Was a 'make' of libapreq successful, before the 'make test'? > And also, does the user you're running the tests as have the > proper permissions to be running tests within /usr/src/libapreq-1.2/? > > Make appeared to be successful yes (afaik)... I did wonder about the permissions thing b

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
TECTED] > Cc: 'Randy Kobes' > Subject: RE: mod_perl installation problem... > > > Thanks for getting back Randy, > > Libapreq is complaining too.. That's how this all started, I > couldn't install Apache::Cookie. > > Ok.. I've had a bit of a c

RE: mod_perl installation problem...

2003-07-23 Thread Jim Morrison [Mailing-Lists]
nse/TestApReq/request.pm line 14. [Wed Jul 23 09:42:14 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/src/libapreq-1.2/t/response/TestApReq/request.pm line 14. ======= > -Original Message- > Fr

RE: mod_perl installation problem... (A little more info)

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Further to the below.. Just found my error_log which might be of some use.. The bit that glares at me is: [Tue Jul 22 16:38:47 2003] [error] Can't locate object method "new" via package "Apache::Request" at /usr/src/mod_perl-1.28/t/net/perl/api.pl line 11, line 1. Which is annoying because I ca

Re: mod_perl installation problem...

2003-07-22 Thread Randy Kobes
On Tue, 22 Jul 2003, Jim Morrison [Mailing-Lists] wrote: > Hello, > > I've just come a cropper trying to reinstall mod_perl, and I'm a little > desparate! Any help would be greatly appreciated. > > (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie > running along with) > > I'm

mod_perl installation problem...

2003-07-22 Thread Jim Morrison [Mailing-Lists]
Hello, I've just come a cropper trying to reinstall mod_perl, and I'm a little desparate! Any help would be greatly appreciated. (I've 'a' mod_perl/apache running fine, but I can't get Apache::Cookie running along with) I'm trying to install: apache_1.3.28 + mod_perl-1.28 My config

Re: Installation Problem

2003-07-02 Thread Philippe M. Chiasson
On Wed, 2003-06-18 at 06:26, Ankur Jain wrote: > Hi, > I have RHL 8.0 and Apache2.0 running and perl > 5.8.0. I am trying to install the modperl2.0 It's > going fine till the make procedure but when I run the > "make test" it prompts that "no test server configured > please specify a httpd or

Installation Problem

2003-06-20 Thread Ankur Jain
Hi, I have RHL 8.0 and Apache2.0 running and perl 5.8.0. I am trying to install the modperl2.0 It's going fine till the make procedure but when I run the "make test" it prompts that "no test server configured please specify a httpd or apxs or put either in your path. Eg: t/TEST -httpd /path/t

Re: mod_perl & PHP installation problem

2003-01-27 Thread domm
Hi! On Mon, Jan 27, 2003 at 02:03:12PM +0100, [EMAIL PROTECTED] wrote: > I've got some problems compiling mod_perl together with PHP. So, after reading some docs, I solved them myself. For the archives: > ./configure --prefix=/usr/local/etc/httpd \ > --activate-module=src/modules/perl/lib

mod_perl & PHP installation problem

2003-01-27 Thread domm
Hi! I've got some problems compiling mod_perl together with PHP. I'm using Apache 1.3.27, mod_perl 1.27 and PHP 4.3.0 on RedHat-Linux (7.2). I'm following http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php The problem arises at the step "Build Apache" ./configure --prefi

Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 4:59 AM Subject: RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27 > No No No - > > mod_perl-1.99 is really the pre-relase mod_perl 2. > > You MUST use Apache 2 with mod

Re: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread The Doctor
On Mon, Dec 30, 2002 at 02:36:47AM -0700, Frank Laczko Jr. wrote: > Hello all > > I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. > I have looked through the docs and have not seen a solution, so if one > exists and I missed it, let me apologize in advance. > > I am ru

RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Radu IONESCU
l.so.0 is needed by mod_perl-1.99_05-3 libc.so.6(GLIBC_2.3) is needed by mod_perl-1.99_05-3 Radu -Original Message- From: Beau E. Cox [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 13:59 To: Frank Laczko Jr.; [EMAIL PROTECTED] Subject: RE: Help! :) - Installation p

RE: Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Beau E. Cox
No No No - mod_perl-1.99 is really the pre-relase mod_perl 2. You MUST use Apache 2 with mod_perl 2! Aloha => Beau. -Original Message- From: Frank Laczko Jr. [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 29, 2002 11:37 PM To: [EMAIL PROTECTED] Subject: Help! :) - Installat

Help! :) - Installation problem with mod_perl-1.99_07 and apache_1.3.27

2002-12-30 Thread Frank Laczko Jr.
Hello all I am having a problem getting mod_perl-1.99_07 and apache_1.3.27 installed. I have looked through the docs and have not seen a solution, so if one exists and I missed it, let me apologize in advance. I am running the apache configure script that uses apaci with options to enable mod_so

Re: Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Ged Haywood
Hi there, On Fri, 8 Nov 2002, Manish Anand wrote: > I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in > eventually installing the apache with mod-perl support. I verified that > mod-perl was installed by 'httpd -l' command. Everything seemd to be > working the way it shou

Apache 1.3.27 + Mod_perl(sunOS Solaris) installation problem

2002-11-08 Thread Manish Anand
Hi ! I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in eventually installing the apache with mod-perl support. I verified that mod-perl was installed by 'httpd -l' command. Everything seemd to be working the way it shoudl, but when i run the server... it says 'httpd server

mod_perl 1.99_01 installation problem

2002-05-31 Thread Allard Hoeve
1. Problem Description: * WrapXS/APR/Lock/Lock.c fails to compile. See the cut and paste at the end (3). * CC seems to be looking for libperl.(so|a).5.6.1 in /usr/lib/perl/5.6.1/CORE/, but Debian seems to put libperl.so.5.6.1 in /usr/lib. This doesn't seem like a mod_perl installer bug, b

RE: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Alexei Barantsev
:05 PM > To: [EMAIL PROTECTED]; Modperl List > Subject: Re: Apache::SharedMem 0.07 installation problem > > > Ok, the test failed because your $ENV{PWD} is empty, I'll trap > this error on &g

Re: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Olivier Poitrey
http://www.osdn.com/911.shtml* - Original Message - From: "Alexei Barantsev" <[EMAIL PROTECTED]> To: "Olivier Poitrey" <[EMAIL PROTECTED]>; "Modperl List" <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 10:50 AM Subject: RE: Apache::SharedMem 0.07 in

RE: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Alexei Barantsev
ot;' -1760399103 > -Original Message- > From: Olivier Poitrey [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 02, 2001 12:24 PM > To: [EMAIL PROTECTED]; Modperl List > Subject: Re: Apache::SharedMem 0.07 installation problem > > > What this command return on

Re: Apache::SharedMem 0.07 installation problem

2001-10-02 Thread Olivier Poitrey
http://www.osdn.com/911.shtml - Original Message - From: "Alexei Barantsev" <[EMAIL PROTECTED]> To: "Modperl List" <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 8:32 AM Subject: Apache::SharedMem 0.07 installation problem > I have problems with Apache:

Apache::SharedMem 0.07 installation problem

2001-10-01 Thread Alexei Barantsev
I have problems with Apache::SharedMem 0.07 installation. Here is my configuration: bash$ uname -a Linux dallas 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown bash$ perl -v This is perl, v5.6.1 built for i686-linux And here is 'make test' report: bash$ make test TEST_VERBOSE=1

Re: Installation problem...urgent

2001-08-22 Thread Ged Haywood
Hi there, On Tue, 21 Aug 2001, Alvaro Toro Santivanez wrote: > i need run mod_perl and apache urgent If you are new to mod_perl (and Linux?)you will probably find that it is a rather complex environment. You will need to do a great deal of learning before you can quickly and easily compile, i

Re: Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Thanks for your help Robert, i try configure apache only, them mod perl them apache, At this moment i`m use the guide but i try the option of the and this option produce my error. Please i need your help, i need run mod_perl and apache urgent i`m red hat 7.0 user. Thanks Regards Alvaro On T

Re: Installation problem...urgent

2001-08-21 Thread Robert Landrum
At 8:45 AM +1000 8/22/01, Robert wrote: > >> > $ make >>> > $ make install >>> > >>> >My apache configuration can`t take the option >>> >---activate-module=src/modules/perl/libperl.a > >This is because Alvaro hasn't yet installed mod_perl. > >configure apache (only) >configure and make/install m

Re: Installation problem...urgent

2001-08-21 Thread Robert
>> > $ make >> > $ make install >> > >> >My apache configuration can`t take the option >> >---activate-module=src/modules/perl/libperl.a This is because Alvaro hasn't yet installed mod_perl. configure apache (only) configure and make/install mod_perl make/install apache Robert > At 6:30 PM

Re: Installation problem...urgent

2001-08-21 Thread Robert Landrum
At 6:30 PM -0400 8/21/01, Alvaro Toro Santivanez wrote: >Thanks for your help, sorry i type bad in my e-mail i only put >--activate and try the ./configure but continue marking the ERROR >The version of apache is 1.3.20 and my mod_perl is 1.26 From the SUPPORT file included with the mod_perl

Re: Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Thanks for your help, sorry i type bad in my e-mail i only put --activate and try the ./configure but continue marking the ERROR The version of apache is 1.3.20 and my mod_perl is 1.26 Thanks for your help Regards Alvaro On Tue, 21 Aug 2001, Robert Landrum wrote: > At 6:02 PM -0400 8/21/0

Re: Installation problem...urgent

2001-08-21 Thread Robert Landrum
At 6:02 PM -0400 8/21/01, Alvaro Toro Santivanez wrote: >Hello i have one problem when i install in the part: > > > $ cd apache_x.x.x > $ ./configure \ > --prefix=/path/to/install/of/apache \ > --activate-module=src/modules/perl/libperl.a \ > [...] > $ make > $ make install > >My

Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Hello i have one problem when i install in the part:

Re: Apache::ASP installation problem

2001-02-02 Thread Joshua Chamas
"Wang, Pin-Chieh" wrote: > > Hi, > I am using Apache 1.3.14 with mod_perl-1.24_01 on Solaris system > The Apache/Mod_perl part of build is working fine. > But when I installed Apache-ASP-2.07, during the make test part I got > Undefied Routine Devel/Symdump error > therefore the make test failed.

Apache::ASP installation problem

2001-02-02 Thread Wang, Pin-Chieh
Hi, I am using Apache 1.3.14 with mod_perl-1.24_01 on Solaris system The Apache/Mod_perl part of build is working fine. But when I installed Apache-ASP-2.07, during the make test part I got Undefied Routine Devel/Symdump error therefore the make test failed. So, I download and try to install Devel

Re: Installation problem...

2000-09-27 Thread Doug MacEachern
On Thu, 31 Aug 2000, Derrick wrote: > Dear all, > This is my second time sending this email with the same content. If anybody > know how to fix my problem, please let me know. Thanks. > I am trying to install mod-perl on my freebsd 4.0 server with stronghold and > lastest modperl from cvs. I k

Re: Apache DSO/mod_perl installation problem

2000-09-17 Thread G.W. Haywood
Hi there, On Sat, 16 Sep 2000, German Todorov wrote: > I have apache 1.3.12 compiled as DSO and Perl 5.6.0 on SunOS 5.7, and I > tried to install mod_perl 1.2.4 as DSO This is almost a FAQ now, search the List archive for the last couple of weeks. 73, Ged.

Apache DSO/mod_perl installation problem

2000-09-16 Thread German Todorov
I have apache 1.3.12 compiled as DSO and Perl 5.6.0 on SunOS 5.7, and I tried to install mod_perl 1.2.4 as DSO according to documentation. The installation seems to have gone smoothly, although when running 'make test' I got a message that the test wasn't available for mod_perl as DSO option yet.

Installation problem...

2000-08-31 Thread Derrick
Dear all, This is my second time sending this email with the same content. If anybody know how to fix my problem, please let me know. Thanks. I am trying to install mod-perl on my freebsd 4.0 server with stronghold and lastest modperl from cvs. I keep having the same error as follow: =

Re: mod_perl installation problem

2000-08-04 Thread Leo Gonzalez
I forgot to say that I'm running solaris 7. I also read and followed the mod_perl intallation guide (the flexible way) at the mod_perl site. It just does not seem to be working. Would anyone know how to fix this problem. Thanks a lot in advance. Leo. --- Leo Gonzalez <[EMAIL PROTECTED]> wrote:

Re: mod_perl installation problem

2000-08-03 Thread Leo Gonzalez
Here are the build steps done within the mod_perl dir: perl Makefile.PL APACHE_SRC=../apache_1.3.12/src USE_APACI=1 NO_HTTPD=1 PREP_HTTPD=1 EVERYTHING=1 make ...everything good! make test ...Syntax error on line 3 of /usr/local/mod_perl-1.24/t/conf/httpd.conf: Invalid command '=pod', perhaps

Re: mod_perl installation problem

2000-08-03 Thread ___cliff rayman___
Leo Gonzalez wrote: > Hello, > > I am having a little problem attempting to install > mod_perl. I build it into apache using APACI > (flexible) perform a 'make' and everything goes fine. > When I type 'make test' then I get the following: > > --snip-- > Syntax error on line 3 of > /usr/local/mod_

mod_perl installation problem

2000-08-03 Thread Leo Gonzalez
Hello, I am having a little problem attempting to install mod_perl. I build it into apache using APACI (flexible) perform a 'make' and everything goes fine. When I type 'make test' then I get the following: make[1]: Entering directory `/usr/local/mod_perl-1.24/Util' make[1]: Leaving directo

RE: Newbie Installation Problem

2000-07-25 Thread jbodnar
The permissions problems don't appear to be with the ExtUtils directory. It's trying to mkdir /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Apache/include. Somewhere among those directories you don't have permission. And, I misspoke before about PREFIX. First, PREFIX doesn't do everything correc

RE: Newbie Installation Problem

2000-07-25 Thread Adelaide Yip
I tried doing PREFIX=/usr (I'm using Redhat layout), but still the same error. I also checked the permissions and I did have write permissions to /usr/lib/perl5/5.00503/ExtUtils/ . Thing is, I installed with no problems yesterday using the same method as today and now it suddenly has an error.

RE: Newbie Installation Problem

2000-07-25 Thread jbodnar
On 25-Jul-2000 Adelaide Yip wrote: > ModPerl 1.24 configures fine on Redhat 6.2, but sometimes during it's > installation I receive this error ... > Warning: You do not have permissions to install into > /usr/lib/perl5/site_perl/5.005/i386-linux at > /usr/lib/perl5/5.00503/ExtUtils/Install.pm line

Newbie Installation Problem

2000-07-25 Thread Adelaide Yip
ModPerl 1.24 configures fine on Redhat 6.2, but sometimes during it's installation I receive this error ... + make install root=/tmp/modperl_1.24-buildroot (cd ./apaci && make) make[1]: Entering directory `/home/adelaide/src/BUILD/mod_perl-1.24/apaci' make[1]: Nothing to be done for `all'. make[1

Re: Help to pinpoint installation problem.

2000-06-20 Thread Stas Bekman
Options ExecCGI allow from all PerlSendHeader On put a script into /home/httpd/perl/test.pl make it executable/readable by the server try : http://localhost/perl/test.pl and please read the documentation... sometimes it helps :) > Is this a basic installation problem or is it conf

Help to pinpoint installation problem.

2000-06-19 Thread David Jourard
tart looking to change this to mod_perl and get it fixed. Is this a basic installation problem or is it configuration in the one of the .conf files such as httpd.conf Also whats mod_cgi? Thank-you in advance for your help. regards David

RE: Installation Problem with mod_perl and another module on Apache

2000-02-11 Thread Bing Wang
in the apache source tree. What could be wrong? I am using BSDI. Thanks for your input. -Bing W. >From: elvin coltrane <[EMAIL PROTECTED]> >To: Bing Wang <[EMAIL PROTECTED]> >Subject: RE: Installation Problem with mod_perl and another module on >Apache >Date: Fri, 1

RE: Installation Problem with mod_perl and another module on Apache

2000-02-09 Thread Bing Wang
I have followed the INSTALL.simple.xxx and it doesn't work either. I appreciate very much for any inputs. TIA, -Bing W. >From: "bozo" <[EMAIL PROTECTED]> >Reply-To: "bozo" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: RE: Installation Problem w

Installation Problem with mod_perl and another module on Apache

2000-02-08 Thread Bing Wang
Hi, I have a problem with installation of mod_perl with other modules on Apache. It's on BSDI with Apache 1.3.9 and perl 5.x. I'd like to install mod_perl and mod_auth_radius on Apache. mod_auth_radius is just a C file (mod_auth_radius.c). I have followd INSTALL of mod_perl and tried all k

RE: Embperl and Apache::Session (was: Installation problem whith Embperl)

1999-10-10 Thread Gerald Richter
> > I tried to install HTML::Embperl with Apache/mod_perl on > a Sparc/Solaris server, but 'make test' failed with an error on the > module Apache/Session/Win32.pm. > > Did someone already encounter/solve this kind of problem ? > > > 1) My config is: > > OS = Solaris > apache V1.3.9 > mod_perl V1.

Installation problem whith Embperl

1999-10-08 Thread Jean-Philippe FAUVELLE
I tried to install HTML::Embperl with Apache/mod_perl on a Sparc/Solaris server, but 'make test' failed with an error on the module Apache/Session/Win32.pm. Did someone already encounter/solve this kind of problem ? Regards. __ Jean-Philippe FAUVELLE <[EMAIL

Re: Installation Problem with Apache::Session and Mason

1999-01-02 Thread Jeffrey Baker
[EMAIL PROTECTED] wrote: > > I'm having a problem setting up Apache::Session on > one machine and not another, and I'm hoping that > someone will recognize what I'm doing wrong. > > I'm using Mason to make the connection to > the package when Apache starts up. On the problem > server, the follow

Installation Problem with Apache::Session and Mason

1999-01-02 Thread marc
I'm having a problem setting up Apache::Session on one machine and not another, and I'm hoping that someone will recognize what I'm doing wrong. I'm using Mason to make the connection to the package when Apache starts up. On the problem server, the following happens on server start-up: starting