... Most likely your config file is broken. Please refer to: http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Registry_Scripts Pay close attention to...
65376
Stas Bekman
stas@...
Jun 4, 2005 11:37 am
... Marc, you mean C functions? Sure, write an XS wrapper that you can than call from Perl. See perlxs.pod for more information -- ...
65377
Stas Bekman
stas@...
Jun 4, 2005 11:45 am
[guys, please trim the followups to quote only parts you reply to. Otherwise the threads are impossible to read later on. Thank you] ... Who generates this...
65378
Johannes Kilian
jok@...
Jun 4, 2005 5:25 pm
Hi solved it by updating CGI from version 3.01 to version 3.10 (from cpan.org). ... You're right - I didn't wanted to use 'use Apache::Response;' anymore. But...
65379
Perrin Harkins
perrin@...
Jun 4, 2005 8:07 pm
... Wrong link, he said apache 1.x, so: http://perl.apache.org/docs/1.0/guide/getwet.html#Configuring_and_Starting_the_mod_perl_Server However, he didn't...
65380
Anonymous Lion
anonymous.lion@...
Jun 4, 2005 9:46 pm
Hey Perrin, Forgive my ignorance, I thought you had to have mod-perl installed and running to run perl cgi scripts. Can you point me in the direction of a...
65381
Jonathan Tweed
jonathan@...
Jun 5, 2005 12:26 pm
... Get hold of a copy of CGI Programming With Perl (O'Reilly). It's quite old now and outdated in a lot of ways, but there's still a lot of good stuff in...
65382
Mark
mark@...
Jun 5, 2005 4:31 pm
... That works. Thanks....
65383
Perrin Harkins
perrin@...
Jun 5, 2005 7:03 pm
... No, they are totally separate things. CGI is a language-independent way of running dynamic programs from a web server that nearly all servers support....
65384
Daniel B. Hemmerich
daniel@...
Jun 5, 2005 10:38 pm
... This is occuring during a require, such as: require '/www/path/goes/here//config.pl39;; The script itself is poorly written since it should be doing its own...
65385
William McKee
william@...
Jun 6, 2005 3:16 am
... Stas, Thanks for the link. Unfortunately the error is occurring during the make process so I never get a blib/arch/auto/APR/APR.so being created. I tried...
65386
Gokul P. Nair
gpnair78@...
Jun 6, 2005 7:03 pm
I'm tyring to compile and install mod_perl 2.0 as a dso on Apache 2.0.52 but it complains about not being able to load Apache2::Const module. This is the error...
65387
Michael Schout
mschout@...
Jun 6, 2005 8:21 pm
The uploaded file Apache-AuthTicket-0.40.tar.gz has entered CPAN as file: $CPAN/authors/id/M/MS/MSCHOUT/Apache-AuthTicket-0.40.tar.gz size: 20346 bytes md5:...
65388
Sam Tregar
sam@...
Jun 6, 2005 9:25 pm
NEW YORK CITY AREA ONLY Plus Three is looking for an experienced Perl programmer to join our team. You will join a large-scale, high-visibility project with...
65389
Perrin Harkins
perrin@...
Jun 6, 2005 9:38 pm
... P.S. This is where I work too. We'd love to get some more mod_perl people on the team. - Perrin...
65390
Gedanken
gedanken@...
Jun 6, 2005 9:57 pm
On Mon, 6 Jun 2005, Perrin Harkins wrote: What city? Telecommute? Travel Percentage? gedanken ... P.S. This is where I work too. We'd love to get some more...
65391
Perrin Harkins
perrin@...
Jun 6, 2005 10:07 pm
... It does say "NEW YORK CITY AREA ONLY" in the very first line... - Perrin...
65392
Gedanken
gedanken@...
Jun 6, 2005 10:28 pm
On Mon, 6 Jun 2005, Perrin Harkins wrote: Weird, read it twice and missed that. Must be all the training to ignore all-caps in email =) mfp ... It does say...
65393
Harry Zhu
harry@...
Jun 6, 2005 10:40 pm
Company: Outdoor Central (formerly GreatLodge.com, Inc) Location: United States, TN, Nashville Salary: Full-time, salary 60k+, comansulate with experience ...
65394
Stas Bekman
stas@...
Jun 6, 2005 11:34 pm
... William, as you can see from the source src/modules/perl/modperl_util.h #if defined(MP_TRACE) && defined(APR_HAS_THREADS) #define MP_TRACEf_TID "/tid...
65395
Stas Bekman
stas@...
Jun 6, 2005 11:39 pm
... [...] That means that you have more than one libperl.so installed and the wrong one gets loaded (not the one mod_perl was compiled with). Gokul, take a ...
65396
Stas Bekman
stas@...
Jun 7, 2005 12:02 am
... Daniel, as we have talked before I remember you're using mp1, but in the future please always submit a complete bug report, so we know more about your...
65397
Ewan Edwards
eskwayrd@...
Jun 7, 2005 1:18 am
Hi list, Recently, I've been trying to do dynamic virtual hosting with mod_perl 1.29 (on Apache 1.3.33) by using a TransHandler to modify the document root....
65398
Geoffrey Young
geoff@...
Jun 7, 2005 2:46 am
... that should probably by $r->is_initial_req, which returns true only for the main request, not subrequests. HTH --Geoff...
65399
William McKee
william@...
Jun 7, 2005 5:46 am
... Stas, Thanks for the references. I tried searching for libaprutil-0.so but couldn't see any in the path. I used nm on every libaprutil-0.so file I could...
65400
William McKee
william@...
Jun 7, 2005 6:46 am
... 1. Problem Description: When using Image::Magick (either 6.1.9.4 or 6.2.3) under mod_perl, the server segfaults. Used at the command line or under mod_cgi...
65401
Stas Bekman
stas@...
Jun 7, 2005 1:36 pm
... That's OK, William. But you aren't after defined symbols in .so, you are after the APR_HAS_THREADS define which should be undef. Moreover, you are building...
65402
diarmuid ryan
diamond@...
Jun 7, 2005 1:38 pm
Hi, I am having trouble with a modperl app i am currently developing. i browse a couple of pages and perform a few actions but after a short time i am getting...
65403
Stas Bekman
stas@...
Jun 7, 2005 1:41 pm
... [...] ... [...] ... Have you built that module with that same perl? Try rebuilding it, first nuking any preinstalled instance of it (especially .so files)....
65404
Stas Bekman
stas@...
Jun 7, 2005 1:47 pm
... drop that line above. It sends all errors to the browser instead of error_log. Now try again. What does error_log say. ... You can't do that. BEGIN...