Re: [OT] Re: DB_File needs compatible versions

2001-10-03 Thread Scott Alexander
On Wed, 3 Oct 2001 [EMAIL PROTECTED] wrote: 1) I changed the symlink of db.h under /usr/include (btw, I'm using redhat 7.1) and point it to db2/db.h i.e. lrwxrwxrwx1 root root8 Jul 12 11:05 db.h - db2/db.h 2) untar the source of db_file.pm and modify the config.in

Re: DB_File needs compatible versions

2001-10-03 Thread Issac Goldstand
I originally just posted this back to Scott, but after seeing all the flurry of activity regarding this lately, here's my $0.02 on the issue... -Original Message- I've had this problem. The problem is actually in the RPM for perl, whichin it's default make notices this problem and

[Somewhat OT] Typo in the guide

2001-10-03 Thread Issac Goldstand
I actually tried to send this directly to Sats - twice. But mail seemed to be bouncing, so I suppose I'll have to do this through the list... Firstly - the typo: the mod_perl porting page contains info about setting HTTP headers - but the guide says to do $r-headers_out, when the

AW: Re: Apache::DBI

2001-10-03 Thread Markus Linke
Hi, No, we use Solaris 8. Cheers, Markus -- Original Nachricht -- Are you using redhat 7.1? Tor. Markus Linke wrote: Hi, we have a problem with Apache::DBI ... after activating it in httpd.conf the server-start fails when using Apache::DBI. The installation of mod_perl and mod_ssl

ANNOUNCE: Apache::OpenIndex 1.01

2001-10-03 Thread George Sanderson
An Apache::OpenIndex (OpenIndex-1.01.tar.gz) update was uploaded to CPAN on 27Sep2001 and is currently available for cpan download. This release includes some addational admin autherization checks and the patch provided by Tatsuhiko Miyagawa, which allow the module to be compiled by Perl

Re: What hourly rate to charge for programming?

2001-10-03 Thread Richard L. Goerwitz III
Philip Mak wrote, asking about whether he's chargin the right hourly rate. He describes his background as: I've had about two years of experience with perl, and one year of experience with mod_perl and MySQL. Business was so-so for me last month; everybody froze up. I feel for you if

[OT] Re: What hourly rate to charge for programming?

2001-10-03 Thread Robin Berjon
Hi, you might want to check the past issues of Linux Journal, there was a series of articles on becoming a consultant / independent programmer a few months ago. -- ___ Robin Berjon [EMAIL PROTECTED] -- CTO k n o w s c a p e

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Ged Haywood
Hi there, On Tue, 2 Oct 2001, Yeo Puay Hoon wrote: steps suggested in the apache readme file: # gunzip apache_1.3.19.tar.gz # tar -xvf apache_1.3.19.tar # gunzip mod_perl-1.24_01.tar.gz # tar -xvf mod_perl-1.24.01.tar # cd mod_perl-1.24_01 # perl Makefile.PL \ [snip] Don't

[Knowledge Base] Initial storage code

2001-10-03 Thread James G Smith
I've worked up a couple of modules that illustrate the storage mechanism I have in mind. http://prdownloads.sourceforge.net/perlkb/PerlKB-Store-0.01.tar.gz This consists of PerlKB::Store and PerlKB::Store::File. An example: #! /usr/bin/perl use PerlKB::Store; $t = tie %hash,

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Chris Devers
On Wed, 3 Oct 2001, Ged Haywood wrote: Hi there, On Tue, 2 Oct 2001, Yeo Puay Hoon wrote: steps suggested in the apache readme file: # gunzip apache_1.3.19.tar.gz # tar -xvf apache_1.3.19.tar # gunzip mod_perl-1.24_01.tar.gz # tar -xvf mod_perl-1.24.01.tar # cd

mod_info.c and others via libexec?

2001-10-03 Thread El Capitan
Hi folks, I'm new to the list as well as mod_perl and have just recently loaded Apache/mod_perl (Server Version: Apache/1.3.19 (Unix) mod_perl/1.25) and cant find any of the modules such as mod_info.c and others which are supposed to be in ../libexec. In fact ../libexec is empty! Did I do

Module that implements HTTP/1.1 caching?

2001-10-03 Thread Christian Gilmore
Does anyone know if there is a perl module that implements HTTP/1.1 caching? I'd like to use one with Apache::ProxyRewrite and don't want to reinvent the wheel. :) Regards, Christian - Christian Gilmore Team Lead Web Infrastructure Tools IBM Software Group

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/Sun O S 5.6

2001-10-03 Thread Luciano Miguel Ferreira Rocha
$ perl Makefile.PL make make test sudo make install # if each step is successful, it succeeds automagically, # otherwise it fails. also more importantly, it wraps # 'make install' in a sudo call, so the work gets logged # and you only get to do that one command as root. if

Re: mod_info.c and others via libexec?

2001-10-03 Thread Steve Cotton
Sounds like you did a static compile, read the docs regarding the DSO mechanism. Also, Apache 1.3.20 and mod_perl 1.26 are available. Steve. - Original Message - From: El Capitan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 4:03 PM Subject: mod_info.c and

[OT] Re: What hourly rate to charge for programming?

2001-10-03 Thread Perrin Harkins
Now take the amount you want to make and divide it by the number of hours you came up with above ($40,000 / 1,000). You get $40. That's your target hourly rate. And despite what they high-flying .com weanies were saying a year ago, that's going to be a nice living for a young guy unless

Re: [OT] Re: What hourly rate to charge for programming?

2001-10-03 Thread ed phillips
Perrin Harkins wrote: Now take the amount you want to make and divide it by the number of hours you came up with above ($40,000 / 1,000). You get $40. That's your target hourly rate. And despite what they high-flying .com weanies were saying a year ago, that's going to be a nice

Re: FW: Apache_1.3.19/mod_perl-1.24_01/perl5.6.1 on Solaris 2.6/SunO S 5.6

2001-10-03 Thread Ged Haywood
Hi all, On Wed, 3 Oct 2001, Luciano Miguel Ferreira Rocha wrote: it just doesn't make sense (to me) to don't trust the tar but trust the executable generated by the files in it... The security aspect wasn't my main concern. It's just that the file permissions can get a little screwy if you

Re: [OT] Re: What hourly rate to charge for programming?

2001-10-03 Thread Richard L. Goerwitz III
Now take the amount you want to make and divide it by the number of hours you came up with above ($40,000 / 1,000). You get $40. That's your target hourly rate. $40K as a consultant is much less spendable money than $40K as an employee. Yes, that's an additional 7.5% for social

Why no core dump?

2001-10-03 Thread Benoit Caron
Hello. I have a problem with my mod_perl process diying with a : [Wed Oct 3 13:32:12 2001] [notice] child pid 6732 exit signal Segmentation Fault (11) in the error log. I'm still trying to find out what could be the problem, but there's no core file to look out with gdb ou something I've

RE: CGI.pm params not being cleared?

2001-10-03 Thread Geoffrey Young
-Original Message- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 6:24 PM To: Geoffrey Young; 'Perrin Harkins ' Cc: '[EMAIL PROTECTED] ' Subject: RE: CGI.pm params not being cleared? Hi all, It doesn't much matter whether you're using stacked

What hapened to AxKit.com?

2001-10-03 Thread mike
I finally convinced some of my colleagues to look at AxKit as a replacement for Cocoon. But when we try to go to the website, it times out. An nslookup of 'www.axkit.com' and 'www.axkit.org' and 'axkit.org', etc, result in 'can't find www.axkit.com: Non-existent host/domain'. The same used to be

Re: What hapened to AxKit.com?

2001-10-03 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: I finally convinced some of my colleagues to look at AxKit as a replacement for Cocoon. But when we try to go to the website, it times out. An nslookup of 'www.axkit.com' and 'www.axkit.org' and 'axkit.org', etc, result in 'can't find www.axkit.com: Non-existent

Using DOM to build your output documents

2001-10-03 Thread Jeffrey W. Baker
I believe that the canonical way to output a document using any web scripting language (Perl CGI, mod_perl, PHP, ASP, etc.) is to simply print out your markup, like this fictional example: while (my $row = $sth-fetchrow_arrayred()) { print trtd$row-[0]/tdtd$row-[1]/td/tr\n; } There are

Re: Using DOM to build your output documents

2001-10-03 Thread DeWitt Clinton
On Wed, Oct 03, 2001 at 04:43:41PM -0700, Jeffrey W. Baker wrote: I'd also like to hear people's opinions on XML::DOM (I think it stinks and I've replaced it with a C DOM implementation). You just proved that you already know everything you need to on the subject of XML::DOM. :) Seriously

Re: What hapened to AxKit.com?

2001-10-03 Thread Perl Man
At 02:42 PM 10/3/2001 -0700, you wrote: Does anyone have factual information about the AxKit website? Here's what I got after trying to join their email list: After 10 days (232 hours), your message could not be fully delivered. It failed to be received by

Re: What hapened to AxKit.com?

2001-10-03 Thread Chris Devers
On Wed, 3 Oct 2001, Perl Man wrote: At 02:42 PM 10/3/2001 -0700, you wrote: Does anyone have factual information about the AxKit website? Here's what I got after trying to join their email list: After 10 days (232 hours), your message could not be

Re: What hapened to AxKit.com?

2001-10-03 Thread Jim Winstead
you can get to axkit.com at http://217.158.50.178/ you can read about matt's travails in getting it up and running again at his diary on use.perl.org. http://use.perl.org/~matts/journal jim

Re: Using DOM to build your output documents

2001-10-03 Thread Chris Winters
* Jeffrey W. Baker ([EMAIL PROTECTED]) [011003 19:52]: I'd love to hear any other experiences with using the DOM to build output from scratch. I'd also like to hear people's opinions on XML::DOM (I think it stinks and I've replaced it with a C DOM implementation). I can't speak to XML::DOM,

Re: Using DOM to build your output documents

2001-10-03 Thread Perrin Harkins
* Jeffrey W. Baker ([EMAIL PROTECTED]) [011003 19:52]: I'd love to hear any other experiences with using the DOM to build output from scratch. I'd also like to hear people's opinions on XML::DOM (I think it stinks and I've replaced it with a C DOM implementation). I can't speak to

Re: [OT] Re: What hourly rate to charge for programming?

2001-10-03 Thread RaFaL Pocztarski
Hi, This thread is very off-topic here but it's interresting and maybe it should go to [EMAIL PROTECTED] or somewhere else. I think a lot of people have many problems with all of those public-relations matters, especially when they want to start working as an independent programmer. A big

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
At 11:24 AM -0700 10/3/01, Wilfredo Sanchez wrote: On Wednesday, October 3, 2001, at 11:10 AM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Now I'd like to include the apple_hfs_module or hfs_apple_module that

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
At 2:23 PM -0400 10/3/01, John Siracusa wrote: On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Would it be too much trouble for you to post a complete, step-by-step

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread John Siracusa
On Wednesday, October 3, 2001, at 05:03 PM, Ray Zimmerman wrote: At 2:23 PM -0400 10/3/01, John Siracusa wrote: On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Would

OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
I suppose this is slightly off-topic for both lists I'm posting to, but I don't know of a better place to ask ... I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Now I'd like to include the apple_hfs_module or hfs_apple_module that

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread John Siracusa
On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Would it be too much trouble for you to post a complete, step-by-step account of exactly what you did you accomplish

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Wilfredo Sanchez
On Wednesday, October 3, 2001, at 11:10 AM, Ray Zimmerman wrote: I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Now I'd like to include the apple_hfs_module or hfs_apple_module that Apple included as a DSO in the standard install