Cliff,
thanks, and I did that, and now here is what i get for the error when I
recompile the apache, can you help. Thanks
this is just a part of the error, when I take off the
"--with-module=src/modules/libperl.a" then there is no error.
regards,
Server.o(.text+0xe52): undefined reference to `PL_stack_base'
Server.o(.text+0xe87): undefined reference to `Perl_newXS'
Server.o(.text+0xe9d): undefined reference to `Perl_newXS'
Server.o(.text+0xeb3): undefined reference to `Perl_newXS'
Server.o(.text+0xec9): undefined reference to `Perl_newXS'
Server.o(.text+0xedf): undefined reference to `Perl_newXS'
modules/perl/libperl.a(Server.o)(.text+0xef5): more undefined references
to `Per
l_newXS' follow
modules/perl/libperl.a(Server.o): In function `boot_Apache(...)(long
double, voi
d,...)(long double) static':
Server.o(.text+0xf34): undefined reference to `PL_stack_base'
Server.o(.text+0xf39): undefined reference to `PL_sv_yes'
Server.o(.text+0xf50): undefined reference to `PL_stack_base'
Server.o(.text+0xf5b): undefined reference to `PL_stack_sp'
modules/perl/libperl.a(mod_perl_opmask.o): In function
`mod_perl_set_opmask':
mod_perl_opmask.o(.text+0x29): undefined reference to `Perl_croak'
On Wed, 24 Nov 1999, Cliff Rayman wrote:
> that errors means that mod-perl is NOT installed in your http server.
> somewhere you skipped an installation step.
>
> if it were me - I'd start from step one and try it again.
>
> cliff rayman
> genwax.com
>
> [EMAIL PROTECTED] wrote:
>
> > I'm trying to setup ASP to work on apache, and as far as my understading
> > that I need mod_perl has to be installed before installing ASP module, but
> > I'm still confusing how to install mod_perl, I did as the manual said, and
> > I installed without any error, but when i put the config in httpd.conf for
> > the ASP to work then i got error and can't not start the apache..can
> > anyone please help?
> >
> > error:
> > [root@mail conf]# httpd start
> > Syntax error on line 450 of /usr/local/apache/conf/httpd.conf:
> > Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module
> > not in
> > cluded in the server configuration
> > /usr/sbin/httpd start: httpd could not be started
> >
> > my httpd config:
> > Alias /asp/ /usr/local/htdocs/asp/
> > <Location /asp/>
> > SetHandler perl-script
> > PerlHandler Apache::ASP
> > PerlSetVar Global /tmp
> > </Location>
> >
> > thanks
>