Problem with compiling mod_perl

2008-12-06 Thread Celeste Suliin Burris
I¹m not sure what is going on. It looks like a possible spam infestation, but I¹m not sure it is, or where it came from. I recently got a new intel mac and was going through the routine of setting it up to my specs. Since it has a different architecture, I was compiling Mod Perl. When I ran

Re: Problem with compiling mod_perl

2008-12-06 Thread Celeste Suliin Burris
13:02:30 -0800 To: Mac OS X Perl Elist macosx@perl.org Conversation: Problem with compiling mod_perl Subject: Problem with compiling mod_perl I¹m not sure what is going on. It looks like a possible spam infestation, but I¹m not sure it is, or where it came from. I recently got a new intel

Re: Problem with compiling mod_perl

2008-12-06 Thread Celeste Suliin Burris
Whoops - apparently the url didn't get pasted. http://www.macworld.com/article/60823/2007/10/trojanhorse.html From: Celeste Suliin Burris [EMAIL PROTECTED] Date: Sat, 06 Dec 2008 13:25:32 -0800 To: Mac OS X Perl Elist macosx@perl.org Conversation: Problem with compiling mod_perl Subject

Re: mod_perl

2007-02-28 Thread Robert Hicks
Sherm Pendley wrote: On Feb 26, 2007, at 9:32 PM, Robert Hicks wrote: Do I need to rebuild everything to get mod_perl running on Tiger? You don't need to rebuild *anything*. Just enable it in /etc/httpd/httpd.conf. Doh! I thought I looked through there. Robert

mod_perl

2007-02-27 Thread Robert Hicks
Do I need to rebuild everything to get mod_perl running on Tiger? Robert

Re: mod_perl

2007-02-27 Thread Sherm Pendley
On Feb 26, 2007, at 9:32 PM, Robert Hicks wrote: Do I need to rebuild everything to get mod_perl running on Tiger? You don't need to rebuild *anything*. Just enable it in /etc/httpd/ httpd.conf. sherm-- Web Hosting by West Virginians, for West Virginians: http://wv-www.net Cocoa

Re: Install Apache, mod_perl

2006-04-08 Thread Marek Stepanek
installation a bit, though it seems you have most pieces in place... This would be my last attempt, before I am giving up. 7 apr 2006 kl. 21.45 skrev Marek Stepanek: I am reading and reading the manuals, but until now, I am unable to compile Bundle::DBD::mysql and mod_perl :-( here how my

Re: Install Apache, mod_perl

2006-04-07 Thread Marek Stepanek
On 06.04.2006 07:50, Marek Stepanek [EMAIL PROTECTED] wrote: Funny! My first posting here and nobody is answering. Did I something wrong? Am I Off-Topic perhaps? Do I have to explain more or less, when asking to this group? greetings from Munich marek

Re: Install Apache, mod_perl

2006-04-07 Thread Robert D. Sharp
Sorry Marek, I am not a perl programmer by any means but it seemed to me that you did get an answer. I looked back at the archives http://www.nntp.perl.org/group/ perl.macosx for this subject and see a couple of responses. When I installed MySql, php and Apache 2 on my laptop, I chose a

Re: Install Apache, mod_perl

2006-04-07 Thread Marek Stepanek
are lucky, I tried this for two weeks now! But impossible to install Bundle::DBD::mysql and mod_perl Your question, actually as I read it, really isn't a perl question, it is an Apache configuration question. I think there is something wrong with my root and user account. I am the only user on my

Re: Install Apache, mod_perl

2006-04-07 Thread John Delacour
At 9:45 pm +0200 7/4/06, Marek Stepanek wrote: I looked back at the archives http://www.nntp.perl.org/group/ perl.macosx for this subject and see a couple of responses. Bob, I am confused! Sorry, but what the hell means this link? Am I on a mailing list, or something, what seems to be a

Re: Install Apache, mod_perl

2006-04-07 Thread Christian Huldt
tried this for two weeks now! But impossible to install Bundle::DBD::mysql and mod_perl Your question, actually as I read it, really isn't a perl question, it is an Apache configuration question. I think there is something wrong with my root and user account. I am the only user on my Laptop

Install Apache, mod_perl

2006-04-05 Thread Marek Stepanek
Hello all, this is my first posting here and I am not such a pro as you all around here ... I want to install a local mysql-server and I am new to mysql. I installed everything as asked in my first mysql-book (MySQL Perl, Developer's Guide, Paul DuBois). Only over mod_perl and Bundle

Re: Install Apache, mod_perl

2006-04-05 Thread Andrew Brosnan
On 4/5/06 at 11:14 PM, [EMAIL PROTECTED] (Marek Stepanek) wrote: % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs [warning] mod_perl dso library will be built as mod_perl.so [warning] You'll need to add the following to httpd.conf: [warning] [warning] LoadModule perl_module

FW: Install Apache, mod_perl

2006-04-05 Thread Marek Stepanek
-- Weitergeleitete Nachricht Von: Marek Stepanek [EMAIL PROTECTED] Datum: Wed, 05 Apr 2006 23:58:23 +0200 An: Andrew Brosnan [EMAIL PROTECTED] Unterhaltung: Install Apache, mod_perl Betreff: Re: Install Apache, mod_perl On 05.04.2006 23:20, Andrew Brosnan [EMAIL PROTECTED] wrote: On 4/5/06

Bus error with mod_perl

2005-12-29 Thread Mark S Lowe
I realize not a lot of you do mod_perl stuff, but I¹m trying to create a database preloader using a typical startup.pl file. I¹m using the mod_perl example out of the mod_perl O¹Reilly book in Chapter 4. I have it compiling and seemingly functioning properly (I can¹t test it just yet

apache 2 + mod_perl 2 + apreq + svn

2005-03-27 Thread William Ross
hello. Apache mod_perl 2 are much easier to configure and install than versions 1.x, but even so it has taken quite a while for me to get this right. In case other people are considering this route, here's what I've learned: 1. If you want the option of trying different MPMs with mod_perl

Re: apache 2 + mod_perl 2 + apreq + svn

2005-03-27 Thread William Ross
On 27 Mar 2005, at 16:14, William Ross wrote: hello. snip 6. If you're importing CVS repositories into SVN, you need svn2cvs, from http://svn2cvs.tigris.org/, which depends on a python library that panther lacks. There are instructions here:

Re: Looking for easy sessions using mod_perl

2005-02-18 Thread Perrin Harkins
On Fri, 2005-02-18 at 12:43 -0600, Boysenberry Payne wrote: Normally in php it's as simple as: session_start(); It's that easy with mod_perl too if you use Apache::SessionManager. Save yourself some trouble and just use that. http://search.cpan.org/search?query=Apache-SessionManagermode=dist

Re: Mac::Glue and mod_perl

2005-01-27 Thread Jay
On Thu, 27 Jan 2005 08:14:44 -0800, Chris Nandor [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Brian Dimeler) wrote: I'm running Apache 1.3.29, perl 5.8.1, Mac OS X 10.3.4 (all factory defaults) and mod_perl 1.29 on a G4 PowerPC. I don't -think- there's

Re: Mac::Glue and mod_perl

2005-01-21 Thread Brian Dimeler
Chris Nandor wrote: My wild offhand guess is that you have a different mod_perl than installed perl: different version, or architecture, or something. I'm running Apache 1.3.29, perl 5.8.1, Mac OS X 10.3.4 (all factory defaults) and mod_perl 1.29 on a G4 PowerPC. I don't -think- there's

Mac::Glue and mod_perl

2005-01-14 Thread Brian Dimeler
Sorry for cross-posting this, but i think it applies to both groups. I'm trying to write a mod_perl script (for PerlRun) that will present an online interface to my Mac OS X Address Book. Using the standard method of connecting to the glue (new Mac::Glue 'Address Book') doesn't work

Re: Mac::Glue and mod_perl

2005-01-14 Thread Martin Moss
this, but i think it applies to both groups. I'm trying to write a mod_perl script (for PerlRun) that will present an online interface to my Mac OS X Address Book. Using the standard method of connecting to the glue (new Mac::Glue 'Address Book') doesn't work; the webserver complains about

Re: Mac::Glue and mod_perl

2005-01-14 Thread Brian Dimeler
Well, if you mean restarting the whole computer, no; but I had shut down and restarted the webserver a few times, and always gotten the same results. Martin Moss wrote: please forgive the really daft question, but have done a complete server shutdown and restart? I've come across bus errors

Re: Mac::Glue and mod_perl

2005-01-14 Thread Leo Lapworth
I'm trying to write a mod_perl script (for PerlRun) that will present an online interface to my Mac OS X Address Book. I've litterally just started to do something like this: http://svn.cuckoo.org/CPAN/Mac-AddressBook2Web/ It would work very differently though. 1) Script (to put in cron

Re: Mac::Glue and mod_perl

2005-01-14 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Brian Dimeler) wrote: I'm trying to write a mod_perl script (for PerlRun) that will present an online interface to my Mac OS X Address Book. Using the standard method of connecting to the glue (new Mac::Glue 'Address Book') doesn't work

Re: Trying to reinstall Apache mod_perl

2004-11-11 Thread David Cantrell
On Wed, Nov 10, 2004 at 10:16:59PM -0500, Sherm Pendley wrote: On Nov 10, 2004, at 10:01 PM, David Dierauer wrote: You need to somehow restore the head command that was installed with your version of OS X. I'm not sure of the best way to accomplish this, and I don't know if it's the best way

Re: MOD_PERL and OSX

2004-11-11 Thread Chris Devers
On Thu, 11 Nov 2004, Mark S Lowe wrote: Thank you for your help! I added this module directive and still had the piping problem with output unless I use the CGI module, but since mod_perl perfers I do this, that is what I¹ll use. Thanks again! Wait, I'm confused -- did this or did

Re: MOD_PERL and OSX

2004-11-11 Thread Chris Devers
Is it okay if we keep this conversation on the list? On Thu, 11 Nov 2004, Mark S Lowe wrote: Ha! Well, I found that solution suggested on a site a couple weeks ago, and added it to my mod_perl httpd.conf. Still, the good old fashion Print ³content-type: text/html\n\n²; Print ³hello

Trying to reinstall Apache mod_perl

2004-11-10 Thread Mark S Lowe
I have a completely functional version of Apache running, but I¹m trying to upgrade the system by reinstalling Apache and mod_perl to create a fresh beginning for to better diagnose my OSX mod_perl issues. For some reason I¹m getting a Makefile.PL build problem that I don¹t understand. I¹m getting

Re: Trying to reinstall Apache mod_perl

2004-11-10 Thread David Dierauer
time to research it further right now. -- David Dierauer [EMAIL PROTECTED] On Wed, 10 Nov 2004, Mark S Lowe wrote: I have a completely functional version of Apache running, but I¹m trying to upgrade the system by reinstalling Apache and mod_perl to create a fresh beginning for to better

Re: Trying to reinstall Apache mod_perl

2004-11-10 Thread Sherm Pendley
On Nov 10, 2004, at 10:01 PM, David Dierauer wrote: You need to somehow restore the head command that was installed with your version of OS X. I'm not sure of the best way to accomplish this, and I don't know if it's the best way or not, but I'd use Pacifist http://www.charlessoft.com to extract

MOD_PERL and OSX

2004-11-09 Thread Mark S Lowe
It would seem after many attempts to get anything of any level of complexity running in mod_perl under OSX, that perhaps it can¹t be done. I have libraries that work fine in the normal cgi-bin, but constantly produce 500 server errors when running from my mod_perl mod-cgi bin. I can get little

Re: MOD_PERL and OSX

2004-11-09 Thread Ian Ragsdale
My guess is that you have a version mismatch between mod_perl and perl. Ian On Nov 9, 2004, at 4:59 PM, Mark S Lowe wrote: It would seem after many attempts to get anything of any level of complexity running in mod_perl under OSX, that perhaps it cant be done. I have libraries that work fine

Re: MOD_PERL and OSX

2004-11-09 Thread Chris Devers
On Tue, 9 Nov 2004, Mark S Lowe wrote: It would seem after many attempts to get anything of any level of complexity running in mod_perl under OSX, that perhaps it can¹t be done. I have libraries that work fine in the normal cgi-bin, but constantly produce 500 server errors when running

Re: 10.3.5 - mod_perl upgrade trouble

2004-09-21 Thread william ross
On 20 Sep 2004, at 20:31, Chris Devers wrote: On Mon, 20 Sep 2004, Andrew Brosnan wrote: However, even though it appears that mod_perl is loaded, I can't get mod_perl scripts to run. This had been driving me nuts for months, and I finally figured it out this weekend. I posted a message a while

10.3.5 - mod_perl upgrade trouble

2004-09-20 Thread Andrew Brosnan
Hello, Previously I had been running Mac OS X 10.2.X. I had installed an additional version of Perl (v5.8.4) and used it to build mod_perl(v1.29) and Apache (v1.3.31). mod_perl scripts ran fine, until ... Last night I upgraded to Mac OS X 10.3.5. and Apple installed new versions of Perl

Re: 10.3.5 - mod_perl upgrade trouble

2004-09-20 Thread Chris Devers
On Mon, 20 Sep 2004, Andrew Brosnan wrote: However, even though it appears that mod_perl is loaded, I can't get mod_perl scripts to run. This had been driving me nuts for months, and I finally figured it out this weekend. I posted a message a while back about Apache::MP3 not working

Re: 10.3.5 - mod_perl upgrade trouble

2004-09-20 Thread Andrew Brosnan
On 9/20/04 at 3:31 PM, [EMAIL PROTECTED] (Chris Devers) wrote: On Mon, 20 Sep 2004, Andrew Brosnan wrote: However, even though it appears that mod_perl is loaded, I can't get mod_perl scripts to run. This had been driving me nuts for months, Now I feel better. It's only been driving

Re: Mod_perl woes...

2004-04-27 Thread Benjamin Adair
I just stumbled into this EXACT same problem today while attempting to get mod_perl up and running. MacOSX 10.3.3 Perl v5.8.1-RC3 Apache 1.3.29 mod_perl 1.26 My 'stupid' test script: #!/usr/bin/perl print Content-type: text/plain\n\n; print mod_perl rules!\n; Carl's first example script

Re: mod_perl (Was: ANNOUNCE: Affrus 1.0 - a Perl Debugger)

2004-03-11 Thread John Siracusa
most GUI Perl debuggers, it doesn't seem to support mod_perl debugging... I have had a look at the internal script that Affrus uses to talk to the Perl debugger, and I believe mod_perl support should be possible with a bit of effort on Mark's part. If they add really good mod_perl support

Mod_perl Woes

2003-11-24 Thread Carl K. Cunningham
Hi folks, I'm having a devil of a time with something that should be very easy. I'm using mod_perl and CGI::Application for some pokey stuff, and my scripts run just dandy in a CGI environment, but outputs absolutely nothing in my mod_perl setup. I'm using: MacOSX 10.3 Perl 5.8.1 (the standard

mod_perl woes

2003-11-24 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Hi folks, I'm having a devil of a time with something that should be very easy. I'm using mod_perl and CGI::Application for some pokey stuff, and my scripts run just dandy in a CGI environment, but outputs absolutely nothing in my mod_perl setup. I'm using: MacOSX 10.3 Perl 5.8.1

Mod_perl woes...

2003-11-24 Thread Carl Cunningham
Hi folks, I'm having a devil of a time with something that should be very easy. I'm using mod_perl and CGI::Application for some pokey stuff, and my scripts run just dandy in a CGI environment, but outputs absolutely nothing in my mod_perl setup. I'm using: MacOSX 10.3 Perl 5.8.1 (the standard

Re: mod_perl and Panther

2003-11-12 Thread Antoine Quint
Hi, On 26.10.2003, at 23:07, Antoine Quint wrote: I am having problems loading Apple's supplied mod_perl in Panther with the Apple supplied httpd. When running httpd, I get the Cannot load /usr/libexec/httpd/libperl.so into server: (reason unknown) error message. So I thought I would try

Re: mod_perl and Panther

2003-10-28 Thread Florian Helmberger
On 26.10.2003, at 23:07, Antoine Quint wrote: I am having problems loading Apple's supplied mod_perl in Panther with the Apple supplied httpd. When running httpd, I get the Cannot load /usr/libexec/httpd/libperl.so into server: (reason unknown) error message. So I thought I would try and build

mod_perl and Panther

2003-10-26 Thread Antoine Quint
Hi there, I am having problems loading Apple's supplied mod_perl in Panther with the Apple supplied httpd. When running httpd, I get the Cannot load /usr/libexec/httpd/libperl.so into server: (reason unknown) error message. So I thought I would try and build my own mod_perl, however I cannot

mod_perl problem

2003-08-23 Thread Koen van der Drift
Hi, I have perl 5.8.0 installed and have troubles when activating mod_perl in the httpd.conf file. I activaed mod_perl per the instructions in Mac OS X in a Nutshell: LoadModule perl_module /usr/libexec/httpd/libperl.so AddModule mod_perl.c Location /perl SetHandler perl-script

Re: apache / mod_perl / libapreq problem

2003-08-20 Thread Ken Williams
On Wednesday, August 20, 2003, at 11:24 AM, Chris Devers wrote: On Tue, 19 Aug 2003, Ken Williams wrote: Then it's likely to be a problem with a dynamically loaded module, which may or may not be mod_perl. My guess is mod_perl, and specifically libapreq: [...] loading library: /usr/local

Re: apache / mod_perl / libapreq problem

2003-08-19 Thread Ken Williams
On Monday, August 18, 2003, at 03:52 PM, Chris Devers wrote: Err, okay, so something in my config file is now broken, but the default config as distributed with Apache still works. Then it's likely to be a problem with a dynamically loaded module, which may or may not be mod_perl. How then can

DProf and mod_perl

2003-07-25 Thread John Siracusa
] [notice] child pid 3840 exit signal Bus error (10) My setup: apache 1.3.27, mod_perl 1.27 % uname -a Darwin derkins 6.6 Darwin Kernel Version 6.6: Thu May 1 21:48:54 PDT 2003; root:xnu/xnu-344.34.obj~1/RELEASE_PPC Power Macintosh powerpc % perl -V Summary of my perl5 (revision 5.0 version 8

Compiling mod_perl on OSX 10.2.4

2003-03-04 Thread R. Hannes Niedner
all skipped: no reason given ---skip-seems ok to the end--- Thanks/h 10.2.4 default Perl V5.8 (with Apple's Perl 5.6.0 still untouched) Apples defaults Apache 1.37, mod_perl 1.27

mod_perl won't work

2003-01-28 Thread Stefan Rusterholz
Hi there I updated perl to 5.8.0 and it now works fine. Now the big BUT: mod_perl doesn't work anymore :-( The server-errorlog reads like that: dyld: /usr/sbin/httpd Undefined symbols: _perl_init_i18nl10n Apachectl start returns me: /usr/sbin/apachectl: line 171: 18592 Trace/BPT trap

Re: apache dying unless I rebuild mod_perl before starting it

2002-12-09 Thread carthagtuek
Sherm Pendley writes: On Sunday, December 8, 2002, at 04:44 PM, David Wheeler wrote: On Sunday, December 8, 2002, at 01:38 PM, [EMAIL PROTECTED] wrote: (I built it with the --with-layout=Darwin option, though. Still disliking multiple of what should be the same =) Okay, but you should

Re: apache dying unless I rebuild mod_perl before starting it

2002-12-08 Thread carthagtuek
to compile mod_perl for it, so I went and got the newest one, and compiled that (unable to find any info about how to actually do that without also recompiling apache - why's that? It turned out that I could just do make install and start apache). That's the problem -- you *have* to compile

Re: apache dying unless I rebuild mod_perl before starting it

2002-12-08 Thread David Wheeler
On Sunday, December 8, 2002, at 04:43 AM, [EMAIL PROTECTED] wrote: Thanks for the heads-up. I'm following the instructions right now, but it seems that the apreq procedure has changed (the files listed in your tutorial aren't there, so I'm trying to build it via the instructions on the ~joe/

apache dying unless I rebuild mod_perl before starting it

2002-12-07 Thread carthagtuek
Hi I updated to 5.8.0 by replacing the apple distro (which now that I think back was pretty silly, but then again, I can't stand having multiple instances of the same thing about). Then I of course had to compile mod_perl for it, so I went and got the newest one, and compiled that (unable

Re: apache dying unless I rebuild mod_perl before starting it

2002-12-07 Thread David Wheeler
On Saturday, December 7, 2002, at 07:37 AM, [EMAIL PROTECTED] wrote: I updated to 5.8.0 by replacing the apple distro (which now that I think back was pretty silly, but then again, I can't stand having multiple instances of the same thing about). Then I of course had to compile mod_perl

Jaguar and mod_perl as a DSO

2002-10-09 Thread Ray Zimmerman
Has anyone successfully compiled mod_perl as a DSO on Jaguar? To be more precise, does anyone know how to complete re-build Apple's apache environment from scratch with all of the DSO's ... with updated versions of apache, perl, mod_perl, php, etc? I know I can compile everything statically

5.8.0 / jaguar / mod_perl / thanks

2002-10-01 Thread william ross
Hello, just a quick, and probably redundant, note of follow-up and thanks after recent discussion of ssl and mod_perl on jaguar. I can confirm that david wheeler's instructions work nicely when compiling apache with mod_perl 1.27 and perl 5.8.0, apache 1.3.26 and mod_ssl whatever

Re: compiling mod_perl on Darwin (5.3 and 6.0)

2002-09-20 Thread David Wheeler
On Friday, September 20, 2002, at 12:22 PM, Chris wrote: So: Does mod_perl compile on MacOS X/Darwin? (either 10.1.x or 10.2.x? I would like both!) Yes. Read my account on how to do it (a bit out of date, but still useful): http://david.wheeler.net/osx.html HTH, David -- David

Re: compiling mod_perl on Darwin (5.3 and 6.0)

2002-09-20 Thread Dan Brian
So: Does mod_perl compile on MacOS X/Darwin? (either 10.1.x or 10.2.x? I would like both!) Yes. Read my account on how to do it (a bit out of date, but still useful): http://david.wheeler.net/osx.html David's descriptions still work well. You should be able to use his instructions

Re: compiling mod_perl on Darwin (5.3 and 6.0)

2002-09-20 Thread David Wheeler
On Friday, September 20, 2002, at 02:58 PM, Dan Brian wrote: David's descriptions still work well. You should be able to use his instructions for mod_perl and Apache without much fuss. Remove parameters you don't need (possibly SSL). I haven't tried them with 5.6.1. I have, and that's

Re: compiling mod_perl on Darwin (5.3 and 6.0)

2002-09-20 Thread Ken Williams
On Saturday, September 21, 2002, at 05:22 AM, Chris wrote: Unknown option: 1 Usage: head [-options] url... -m method use method for the request (default is 'HEAD') [...] Chris, You've been bitten by the now-infamous /usr/bin/HEAD vs. /usr/bin/head bug. This is an installation bug

libapreq / mod_perl / PHP

2002-07-30 Thread Danial Pearce
Gday from down under everybody, I'm having some troubles setting up my new Powerbook G4 as a development machine. I can get PHP going fine, but only with the pre-built version of apache that comes with Mac OS X. This works fine on it's own. I can then get mod_perl going fine as a DSO

Re: libapreq / mod_perl / PHP

2002-07-30 Thread Erik Price
I have done, and I can get mod_perl and the libapreq stuff going fine if I do that, but then PHP wont work on any other versions of Apache. This isn't the answer you were looking for, but have you tried compiling your own custom PHP (in addition to mod_perl and Apache as you have already

Re: libapreq / mod_perl / PHP

2002-07-30 Thread danial
the libapreq stuff (Apache::Request / Apache::Cookie) to work on the plain Mac OS X version of Apache? Danial, as there is patching Apache itself involved, I don't think so - you have to recompile Apache. But one possible solution might be to install the compiled Apache with mod_perl

Re: libapreq / mod_perl / PHP

2002-07-30 Thread Puneet Kishor
Hi, Fwiw, mod_perl, perl, and php compile and co-exist happily on my ibook. Its a pain in the ass, but it is do-able. PHP install specifically is fairly straight-forward. Although, don't ask me how I did it... I don't remember. Next time I will keep a log of everything. Hope this report

Re: 5.8.0, dyld, and mod_perl?

2002-07-28 Thread m31
I'm trying to activate an old project of mine that uses mod_perl, using the current Apple build of Apache 1.3.26/mod_perl 1.26, and in my PerlRequire'd startup file, I've got use DBI;, which causes a few dyld errors when I do apachectl configtest. If I run a script from the shell with DBI

Re: 5.8.0, dyld, and mod_perl?

2002-07-25 Thread Ken Williams
On Wednesday, July 24, 2002, at 07:36 PM, Steve Linberg wrote: So here's the question, in which I reveal my ignorance of mod_perl internals: does mod_perl use whichever Perl is on the machine when the server starts at runtime, or does Perl get wired into it when it's built? To confirm

5.8.0, dyld, and mod_perl?

2002-07-24 Thread Steve Linberg
to activate an old project of mine that uses mod_perl, using the current Apple build of Apache 1.3.26/mod_perl 1.26, and in my PerlRequire'd startup file, I've got use DBI;, which causes a few dyld errors when I do apachectl configtest. If I run a script from the shell with DBI, it seems to be fine. I've

Re: perl 5.8, mod_perl

2002-07-01 Thread R Blake
, July 1, 2002 5:03 PM +0200 Kay Röpke [EMAIL PROTECTED] wrote: On Sunday, June 30, 2002, at 01:47 AM, Michael Maibaum wrote: Has anyone got 5.8 RC2 to work, I'd like to have a version of Perl, mod_perl and apache2 that works reasonably well. I didn't try in the last few weeks because of low

perl 5.8, mod_perl

2002-06-30 Thread Michael Maibaum
Has anyone got 5.8 RC2 to work, I'd like to have a version of Perl, mod_perl and apache2 that works reasonably well. I don't need absolute stability, this is a development box only and I just want to play. I've tried both RC2 and bleadperl but while both complile and test successfully (except

Re: problem with undefined suppress?: failed MODPERL-2 build on MacOSX (Apache/2.0.36 mod_perl/1.99_02-dev Perl/v5.7.3)

2002-06-02 Thread Ken Williams
On Wednesday, May 29, 2002, at 04:13 AM, R Blake wrote: hi all, i'm working on getting modperl2 up/running on OSX Server 10.1.4 w/ Apache 2.0.36 perl 5.7.3. You might have better luck with a later perl - perhaps the new 5.8.0 release candidate? Not sure this will help, of course, but

Mod_perl perlhandler

2002-04-27 Thread Ward W. Vuillemot
With the special apache and apreqlib, has anyone had problems with PerlHandler. In particular, my httpd.conf includes Location /floeApp SetHandler perl-script PerlHandler floeApp PerlSendHeader On /Location But, apachectl configtest tells me Invalid command 'SetHandler', perhaps

Re: mod_perl stopped working...

2002-04-15 Thread Bill -Sx- Jones
On 4/14/02 11:17 PM, Alex S [EMAIL PROTECTED] wrote: I think he was just stirring up debate on the lack of my in the latter example. Ie, not declaring variables (and thus scope). Well... Scope isn't important - we can all just use globals and be done with it. -Sx- :]

scribble and it will be a production release - was Re: [Way OT] mod_perl stopped working...

2002-04-15 Thread drieux
On Sunday, April 14, 2002, at 06:21 , Bill -Sx- Jones wrote: --boring, cautious, obvious over commented code-- Nothing wrong with being OVERLY cautious, especially if YOU expect to understand why you did what you did months or years later. I wrote a quick hack once to fix a short term

Re: mod_perl stopped working...

2002-04-15 Thread Randal L. Schwartz
Bill == Bill -Sx- Jones [EMAIL PROTECTED] writes: Bill Merlyn, you must have thought they were 'enjoyable' as well, once upon a Bill time... Yes, and seeing the damage that is done, I've since repented. I now sell code review services as my atonement. :) -- Randal L. Schwartz - Stonehenge

Re: Documentation Issues - was Re: [Way OT] mod_perl stoppedworking...

2002-04-15 Thread ellem
On Monday, April 15, 2002, at 10:26 , drieux wrote: Lou's list of books from his URL seemed a good start - thought I would collect others. Honey, come'ere lookit, someone has been on the Homepage! -- Lou Moran [EMAIL PROTECTED] http://ellem.dyn.dhs.org:5281/ (OS X)

Re: Documentation Issues - was Re: [Way OT] mod_perl stopped working...

2002-04-15 Thread Randal L. Schwartz
Drieux == Drieux [EMAIL PROTECTED] writes: Drieux I have the first printing from 1991 version - does this version have Drieux a name??? So that when I mention it, I can use the culturally Drieux accepted term. This remains the dog eared, coffee stained, Drieux fast thumber - in lieu of a

Re: Documentation Issues - was Re: [Way OT] mod_perl stopped working...

2002-04-15 Thread drieux
On Monday, April 15, 2002, at 10:54 , Randal L. Schwartz wrote: [..] Now, the next step would be to write a book that is how to spend your *second* 40 hours with Perl :) while that sorta sounds like a joke - it might help some of the folks I know - sober as a judge may I request an

Re: mod_perl stopped working...

2002-04-14 Thread Ken Williams
On Sunday, April 14, 2002, at 05:18 AM, BeardedDragon.org wrote: The other new guy (I'm also new there) wrote a Perl program. He's new to Perl (I am not). Well, there was some obscure nested tertiary operator with regex's in it. Aparently something he actually got out of CookBook.

Re: mod_perl stopped working...

2002-04-14 Thread BeardedDragon.org
On Sun, 14 Apr 2002 17:17:23 +1000, Ken Williams wrote: Hm - I've got a copy of that book, and although I've only looked through a few sections (it's a cookbook, after all) I've found it to be pretty good. I don't suppose you could share the example? Not offhand. As I said, I think

RE: [Way OT] mod_perl stopped working...

2002-04-14 Thread Alex S
On Sun, 14 Apr 2002 12:54:56 -0500, Gilmore-Baldwin, John wrote: That said, I think there's a difference between a show-off programmer (who may think he's really cool and smart for writing code that nobody else can understand) and a person who's new to perl and using well regarded reference

RE: [Way OT] mod_perl stopped working...

2002-04-14 Thread Gilmore-Baldwin, John
Eidesis; Randal L. Schwartz Subject: Re: mod_perl stopped working... Gotta agree with you here. I hate seeing people throw away coding standards and good coding practices because they thing that it's cool or should be done in those obscure, show-off ways. Personally, when I see someone

Re: [Way OT] mod_perl stopped working...

2002-04-14 Thread ellem
On Sunday, April 14, 2002, at 01:54 , Gilmore-Baldwin, John wrote: I can't imagine a quicker way to destroy those last two qualities (eager and motivated) than to laugh at them for doing a little research (rtfm, so to speak), finding an answer to a problem and using it. In my experience,

Re: mod_perl stopped working...

2002-04-14 Thread Ken Williams
On Monday, April 15, 2002, at 03:49 AM, BeardedDragon.org wrote: Should it matter what language a person programs primarily in? When dealing with corporate coding standards, you should try and make it easy to read. No exceptions or special cases, if it can be avoided. You want code

Value of Orthodoxy: was Re: mod_perl stopped working...

2002-04-14 Thread drieux
On Sunday, April 14, 2002, at 04:34 , Ken Williams wrote: On Monday, April 15, 2002, at 03:49 AM, BeardedDragon.org wrote: Should it matter what language a person programs primarily in? When dealing with corporate coding standards, you should try and make it easy to read. [..] I should

Re: mod_perl stopped working...

2002-04-14 Thread Bill -Sx- Jones
dealing with corporate coding standards, you should try and make it easy to read. No exceptions or special cases, if it can be avoided. You want I had thought the x operator strange the first couple of times I ran over it... -Sx- :]

Re: [Way OT] mod_perl stopped working...

2002-04-14 Thread Alex S
On Sun, 14 Apr 2002 18:12:37 -0400, ellem wrote: I'm a sys admin. I never told anyone I was a programmer. A few months ago I got yanked into a coder meeting and one of my Perl Scripts was on the wall in 4 foot glory and our manager was pointing out how NOT to write code. He never asked

Re: [Way OT] mod_perl stopped working...

2002-04-14 Thread Bill -Sx- Jones
--boring, cautious, obvious over commented code-- Nothing wrong with being OVERLY cautious, especially if YOU expect to understand why you did what you did months or years later. I wrote a quick hack once to fix a short term problem - three years later that code is STILL in use :( I can

Re: mod_perl stopped working...

2002-04-14 Thread Ken Williams
On Monday, April 15, 2002, at 11:31 AM, Bill -Sx- Jones wrote: On 4/14/02 7:34 PM, Ken Williams [EMAIL PROTECTED] wrote: Code A: my $i; my $n = scalar @array; for ($i = 0; $i $n; $i++) { $array[$i]++; } Code B: foreach (@array) { $_++ } Do my

Re: [Way OT] mod_perl stopped working...

2002-04-14 Thread Puneet Kishor
I started this thread some aeons back, and if some of you think it is OT, sowwwy. but I just wanted to make a few comments... I appreciate and feel encourage by Randal's comments, although I wouldn't judge the PerlGolfers so harshly. Obviously, Randal is in a distinctly different position

Re: mod_perl stopped working...

2002-04-14 Thread Alex S
I think he was just stirring up debate on the lack of my in the latter example. Ie, not declaring variables (and thus scope). :) I'm not going to comment down that line, since that would trigger more of a holy war than clear code did. hehehe. Along the lines of another post by PK, I like

Re: mod_perl stopped working...

2002-04-14 Thread Ken Williams
On Monday, April 15, 2002, at 01:17 PM, Alex S wrote: I think he was just stirring up debate on the lack of my in the latter example. Ie, not declaring variables (and thus scope). There are no scoping problems with that example. The $_ variable is automatically localized. On Mon, 15

RE: mod_perl stopped working...

2002-04-11 Thread Alex S
exactly the same symptoms for me. No errors, nothing... just wouldn't start. But, here is where it gets truly mysterious. I would comment out the mod_perl lines, and restart Apache... it would start. Then I would uncomment the mod_perl lines, and restart, and it would restart... go figure

Re: mod_perl stopped working...

2002-04-11 Thread Chris Devers
On Thu, 11 Apr 2002, Puneet Kishor wrote: I think I wrote too soon... my Apache/mod_perl combo is back to the same as it was... that is, not working without any error messages. But isn't it supposed to not work unless it offers error messages? ;) It's only a partial remedy, but are your

Re: mod_perl stopped working...

2002-04-11 Thread BeardedDragon.org
a partial remedy, but are your mod_perl related config statments wrapped in an appropriate if... block? IfModule mod_perl.c PerlSendHeader On PerlHandler Apache::Registry AddHandler perl-script .mpl /IfModule Well, the thing is, I don't think it even gets

Re: mod_perl stopped working...

2002-04-11 Thread BeardedDragon.org
with mod_perl loaded. Probably not a great solution in general, since many dependency-checkers assume you're only going to be moving *up* in version numbers. Although I would generally agree with you on this, it's not an issue with me. Any modules that I installed on this machine

Re: mod_perl stopped working...

2002-04-11 Thread Puneet Kishor
obviously, right the load and add module lines for mod_erl are commented out. But, the rigmarole is the same... 1. I start the computer; Apache is not working. 2. Try to restart it; it doesn't work (no errors). 3. I comment out the lines (as below), start Apache; it works. 4. I uncomment the

  1   2   >