Hello Folks,
Trying to compile Apache2-ModSSL I get:
# perl Makefile.PL
[ info] generating script t/TEST
Undefined subroutine &ModPerl::MM::WriteMakefile called at Makefile.PL line 11.
If I then try to do make I get No targets.
Ideas? Post somewhere else?
Thanks,
Robert A. Ober
On 26/Mar/2008 14:07 [EMAIL PROTECTED] wrote ..
> Problem is vim still says it cannot find it. I did run ldconfig.
>
After the re-compile with dynamic, I had to copy libperl.so to /lib :-)
On 26/Mar/2008 12:30 Heiko Jansen wrote ..
>
> Am Mittwoch, den 26.03.2008, 12:17 -0500 schrieb [EMAIL PROTECTED]:
> > On 26/Mar/2008 12:12 Heiko Jansen wrote ..
> > > Did you really build a shared library?
> > >
> > > ./Configure should have asked you if you want to build a static perl
> or
> >
Am Mittwoch, den 26.03.2008, 12:17 -0500 schrieb [EMAIL PROTECTED]:
> On 26/Mar/2008 12:12 Heiko Jansen wrote ..
> > Did you really build a shared library?
> >
> > ./Configure should have asked you if you want to build a static perl
or
> > a shared object/library
>
>
> I have not had anything a
Did you really build a shared library?
./Configure should have asked you if you want to build a static perl or
a shared object/library
Heiko
Am Mittwoch, den 26.03.2008, 12:06 -0500 schrieb [EMAIL PROTECTED]:
> Hello Folks,
>
> I have searched and re-installed stuff and cannot find the answer.
Hello Folks,
I have searched and re-installed stuff and cannot find the answer.
libperl.so is nowhere to be foud. I have perl5.8.8 installed from sources on
Redhat
ES WS 4.1. Mod_perl2 and others are installed. I did mod_perl2 from sources
and
others from CPAN.
Help would be MUCH apprecia
Jonathan Vanasco wrote:
On Mar 19, 2008, at 2:22 PM, Colin Wetherbee wrote:
PerlAccessHandler JetSet::Handler->AccessHandler
PerlResponseHandler JetSet::Handler->ResponseHandler
sub ResponseHandler
{
my (undef, $r) = @_;
# ...
}
what about...
PerlAccessHandler JetSet::Handler::AccessHand