Apache::ASP problem (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24)

2000-09-15 Thread Valentina Curanova

Hello.
I have a big problem with a package p5-Apache-ASP-0.18
(FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24).

Apache runs, PHP
runs and mod_perl runs
(I think)
but module Apache::ASP doesn't.

There is config file httpd.conf.test
of my experimental
server. At first time when I was trying to load the page
http://www.is.lt:880/asp/test.asp
I have got an error :

--httpd-error.log.test--
[Tue Jul 25 15:04:13 2000] [error]
Can't load
'/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Digest/MD5/MD5.so'
for module Digest::MD5:
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Digest/MD5/MD5.so:
Undefined symbol "PL_markstack_ptr"
at /usr/libdata/perl/5.00503/DynaLoader.pm line
169.

at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm
line 8
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Apache/ASP.pm
line 13.

[Tue Jul 25 15:04:13 2000] [error]
Undefined subroutine Apache::ASP::handler
called.

I find similar message in
"info mod_perl_traps"
only. Now (after Perl rebilding) I get an error :

--httpd-error.log.test--
[Tue Sep 12 16:23:29 2000] [notice] Apache/1.3.12
(Unix) mod_perl/1.24 PHP/4.0.0 configured
-- resuming normal operations
[Tue Sep 12 16:23:38 2000] [error]
Can't load
'/usr/libdata/perl/5.00503/mach/auto/SDBM_File/SDBM_File.so'
for module SDBM_File:
/usr/libdata/perl/5.00503/mach/auto/SDBM_File/SDBM_File.so:
Undefined symbol "PL_markstack_ptr"
at /usr/libdata/perl/5.00503/mach/DynaLoader.pm
line 169.

at /usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm
line 10
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm
line 10.

[Tue Sep 12 16:23:38 2000] [error]
Undefined subroutine Apache::ASP::handler
called.


What have I do? Could You help me?

Valentina.
[EMAIL PROTECTED]




Re: Apache::ASP problem (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24)

2000-09-15 Thread Joshua Chamas

There is something very wrong with your perl installation.
I would suggest rebuilding it and modperl.  SDBM_File
comes with perl, which is why I believe this.

--Joshua

Valentina Curanova wrote:
 
 Hello.
 I have a big problem with a package p5-Apache-ASP-0.18
 (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24).
 
 Apache runs, PHP runs and mod_perl runs (I think)
 but module Apache::ASP  doesn't.
 
 There is config file httpd.conf.test of my experimental
 server. At first time when I was trying to load the page
 http://www.is.lt:880/asp/test.asp I have got an error :
 
 --httpd-error.log.test--
 [Tue Jul 25 15:04:13 2000] [error]
 Can't load
 '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Digest/MD5/MD5.so'
 for module Digest::MD5:
 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Digest/MD5/MD5.so:
 Undefined symbol "PL_markstack_ptr"
 at /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
 
  at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm line 8
 BEGIN failed--compilation aborted at
 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Apache/ASP.pm line 13.
 
 [Tue Jul 25 15:04:13 2000] [error]
 Undefined subroutine Apache::ASP::handler called.
 
 I find similar message in "info mod_perl_traps"
 only. Now (after Perl rebilding) I get an error :
 
 --httpd-error.log.test--
 [Tue Sep 12 16:23:29 2000] [notice] Apache/1.3.12 (Unix) mod_perl/1.24 PHP/4.0.0 
configured
 -- resuming normal operations
 [Tue Sep 12 16:23:38 2000] [error]
 Can't load
 '/usr/libdata/perl/5.00503/mach/auto/SDBM_File/SDBM_File.so'
 for module SDBM_File:
 /usr/libdata/perl/5.00503/mach/auto/SDBM_File/SDBM_File.so:
 Undefined symbol "PL_markstack_ptr"
 at /usr/libdata/perl/5.00503/mach/DynaLoader.pm line 169.
 
  at /usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 10
 BEGIN failed--compilation aborted at
 /usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 10.
 
 [Tue Sep 12 16:23:38 2000] [error]
 Undefined subroutine Apache::ASP::handler called.
 
 
 What have I do?  Could  You help me?
 
 Valentina.[EMAIL PROTECTED]