mod_perl error

2002-05-31 Thread Boex,Matthew W.
can i ignore this error? the script seems to work fine... Subroutine print_get_num redefined at /var/www/perl/cancel.cgi line 19. Subroutine print_gonna_del redefined at /var/www/perl/cancel.cgi line 27. Subroutine print_do_nothing redefined at /var/www/perl/cancel.cgi line 74. Subroutine

Re: mod_perl error

2002-05-31 Thread Per Einar Ellefsen
At 19:42 31.05.2002, Boex,Matthew W. wrote: can i ignore this error? the script seems to work fine... Subroutine print_get_num redefined at /var/www/perl/cancel.cgi line 19. Subroutine print_gonna_del redefined at /var/www/perl/cancel.cgi line 27. Subroutine print_do_nothing redefined at

RE: mod_perl error

2002-05-31 Thread Kyle Oppenheim
, 2002 10:43 AM To: [EMAIL PROTECTED] Subject: mod_perl error can i ignore this error? the script seems to work fine... Subroutine print_get_num redefined at /var/www/perl/cancel.cgi line 19. Subroutine print_gonna_del redefined at /var/www/perl/cancel.cgi line 27. Subroutine

Re: Strange mod_perl error. Help needed!

2001-04-17 Thread Stas Bekman
On Tue, 17 Apr 2001, Vladislav Safronov wrote: Hi, That is all server says on http://my.server.ru/kubok?aa=bb and http://my.server.ru/testmod1? [Tue Apr 17 15:44:16 2001] [error] Undefined subroutine main:: called. [Tue Apr 17 15:44:18 2001] [error] Undefined subroutine main:: called.

RE: Strange mod_perl error. Help needed!

2001-04-17 Thread Vladislav Safronov
Ok! Thanx! I found the bug :-) Try to install the AUTOLOAD sub and trace the calls: use Carp; sub AUTOLOAD{ Carp::cluck("trying to load $AUTOLOAD"); } at least you will figure out where the sub is called from. It looks

Re: beginner mod_perl error

2000-09-07 Thread Nouguier
Roee Rubin wrote: I have been able to correct the @INC path issue and now have ran into the following error that is displayed in the error_log null: Undefined subroutine Apache::Hello::handler called Any help will be appreciated. [EMAIL PROTECTED] Hello, I have written a sample

beginner mod_perl error

2000-09-06 Thread Roee Rubin
I have been able to correct the @INC path issue and now have ran into the following error that is displayed in the error_log null: Undefined subroutine Apache::Hello::handler called Any help will be appreciated. [EMAIL PROTECTED] Hello, I have written a sample package (from a book). The

Static link mod_perl error

1999-12-09 Thread Monika Machado
Hello List members, I have the following system: Redhat 6.1 Perl version 5.005_03 built for i686-linux (no RPM) Apache_1.3.9 (no RPM) mod_perl-1.21 (no RPM) glibc-2.1.2 My problem is the following: If I build mod_perl to be dinamically loaded it works fine, but I want mod_perl to be static