RE: HTML::Embperl and 'undefined symbol: perl_eval_sv'

1999-10-03 Thread Gustav Kristoffer Ek
On Sun, 3 Oct 1999, Gerald Richter wrote: You should find the error message in test/tmp/test.err.log I guess it will be the same as you get when running offline. # less test.err.log /usr/bin/perl: error in loading shared libraries: blib/arch/auto/HTML/Embperl/Embperl.so: undefined symbol:

No Subject

1999-10-03 Thread Pepi
Greetings, Does anyone now what that server error suggests: Insecure $ENV{PATH} while running with -T switch at /home/web/perl/contact.pl line 46. Close to this line in this source file I have: open (SENDMAIL, "| /usr/sbin/sendmail -oi -t") or unexpected("contact.pl:

Apache::EmbperlFilter - Subtle Problem Solved

1999-10-03 Thread Owen Stenseth
First thanks to Mike for figuring out how to use Embperl with Apache::Filter. A couple of subtle things are still causing problems. I have a solution for one but not for the others. The following line needs to be added as part of the params sent to Execute: $param{inputfile} = $r-filename;

using shared memory.

1999-10-03 Thread randyboy
hi, so, i read all this stuff about using shared memory, preloading stuff to each child doesn't have it's own copy. so i went ahead and compile sysV shared memory into my kernel. however, ipcs tells me that nothing is using shared memory: server# ipcs -m Shared Memory: T ID KEY

Re:

1999-10-03 Thread Joshua Chamas
Pepi wrote: Greetings, Does anyone now what that server error suggests: Insecure $ENV{PATH} while running with -T switch at /home/web/perl/contact.pl line 46. Close to this line in this source file I have: open (SENDMAIL, "| /usr/sbin/sendmail -oi -t") or

Too many aguments for ....

1999-10-03 Thread Nick Bauman
I'm getting an intermittant error with an Apache::Registry-based script. Every few invokations I get an error message in my error log file that looks like: Error: Too many arguments for Apache::ROOT::myscript::mysubroutine ... I've not seen this before. any links or pointers would help.