Re: [OT] sf.net ?

2002-09-18 Thread m31
It's up and working for me. -Justin - Original Message - From: Mark Schoonover [EMAIL PROTECTED] To: 'Hann, Brian' [EMAIL PROTECTED]; iudicium ferat [EMAIL PROTECTED] Cc: Modperl (E-mail) [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 12:25 PM Subject: RE: [OT] sf.net ? Me

erros: Attempt to free non-existent shared string during global destruction.

2002-06-18 Thread m31
Not sure if this has been brought up before. I compiled and installed mod_perl/1.27 via apxs like so: $ perl Makefile.PL EVERYTHING=1 USE_APXS=1 WITH_APXS=/usr/local/sbin/apxs $ cd apaci $ make $ make install The installation went well, I did a graceful and it wouldn't restart, instead apache

Re: Re: Apache-server_root_relative(); not found

2002-06-04 Thread m31
Stas Bekman wrote: On Mon, 3 Jun 2002, m31 wrote: Yes, I'm running it under mod_perl/1.27 which I compiled as a DSO with apxs. This also gave me errors under 1.25, I just pushed @INC to solve it but I would like to use server_root_relative. I have it in a startup script, the one from

Re: Apache-server_root_relative(); not found

2002-06-04 Thread m31
Per Einar Ellefsen wrote: At 13:30 04.06.2002, m31 wrote: Well, I printed out my INC to screen, and now I have directories that do not exist in it from putting the wrong path in the server_root_relative method, can any-one tell me how to remove this dir from INC? I treid a few ways

Re: Apache-server_root_relative(); not found

2002-06-03 Thread m31
Yes, I'm running it under mod_perl/1.27 which I compiled as a DSO with apxs. This also gave me errors under 1.25, I just pushed INC to solve it but I would like to use server_root_relative. I have it in a startup script, the one from the eagle book. It goes like: #! /usr/bin/perl BEGIN {

Apache-server_root_relative(); not found

2002-06-02 Thread m31
HI, sorry if this is the wrong place, I am new to the mailing list. I have apache/1.3.23 and mod_perl/1.27 (I just upgraded) and perl/5.6.0 When I try: BEGIN { use Apache (); use lib Apache-server_root_relative('lib/perl'); } I get compilation errors saying that it can't locate object

Re: compile time errors

2002-05-22 Thread m31
Jie Gao wrote: On Tue, 21 May 2002, m31 wrote: I'm sorry (i wass in a rush), the errors come up when I run make test, the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4), Perl/5.6.0, mod_perl/1.25, apache/1.3.23) $ make test ...some more stuff /usr/bin/perl t/TEST 0

compile errors

2002-05-21 Thread m31
Hi, I'm trying to upgrade to and compile mod_perl1.26 and seem to be getting errors. I am working on OSX 10.1.4 (Darwin 5.4), Perl/5.6.0, mod_perl/1.25, apache/1.3.23. I run `perl Makefile.pl NO_HTTPD=1` and get the following errors: /usr/bin/perl t/TEST 0 Can't locate object method new via

compile time errors

2002-05-21 Thread m31
I'm sorry (i wass in a rush), the errors come up when I run make test, the `perl Makefile.pl` works fine. (on OSX 10.1.4 (Darwin 5.4), Perl/5.6.0, mod_perl/1.25, apache/1.3.23) $ make test ...some more stuff /usr/bin/perl t/TEST 0 Can't locate object method new via package