statically linked Perl

2000-08-31 Thread Todd Caine
Hi, folks. I'm having a problem building a statically linked perl (yes, I know, but I need it for XS debugging). MakeMaker is trying to link the static binary with libapreq.a, which is okay, but libapreq.a doesn't export a bootstrap symbol boot_libapreq(). The perlmain.c generated by by

Re: Adding an entry into .htpasswd

2000-08-14 Thread Todd Caine
Name: winmail.dat winmail.datType: application/ms-tnef Encoding: base64 -- ------ !-- Todd Caine - [EMAIL PROTECTED] 4400 NE 77th Avenue Vancouver, WA 98662 Direct Dial: (360) 816-4344 //-- --

Client filehandle?

2000-08-02 Thread Todd Caine
-- -- !-- Todd Caine - [EMAIL PROTECTED] Electric Lightwave, Inc. 4400 NE 77th Avenue Vancouver, WA 98662 Direct Dial: (360) 816-4344 //-- --

Re: Client filehandle?

2000-08-02 Thread Todd Caine
darren chamberlain wrote: Todd Caine ([EMAIL PROTECTED]) said something to this effect: I've got a Perl Module which has a function called RRDs::graph($args), that will only print to stdout. In my handler I write something similar to: STDOUT is where $r-print goes under mod_perl; you

RRDs::graph and mod_perl

2000-08-01 Thread Todd Caine
I have Apache 1.3.12 installed on Solaris 2.7 running with mod_perl 1.24. I have a simple mod_perl script, it actually uses Apache::Registry, that uses a Perl module called RRDs that can generate images/graphs from a round robin database. If you pass it a '-' as a file name rrd_graph.c prints