You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2001/11/02 19:14:29 UTC

Re: cvs commit: modperl-2.0 Makefile.PL

dougm@apache.org wrote:

> dougm       01/11/02 09:33:46
> 
>   Modified:    .        Makefile.PL
>   Log:
>   XXX: MakeMaker will try to unlink $(APACHE_LIBDIR)/$MODPERL_LIB
>   during 'make' and probably 'make clean' as well
>   need to find another way to install libmodperl.so


may I ask, what was incorrect about the existing method? Too hackish?


>   +#    if ($build->{MP_USE_DSO}) {
>   +#        my $MODPERL_LIB = join '.', $build->{MP_LIBNAME}, 'so';
>   +#        $self->{PM}->{"src/modules/perl/$MODPERL_LIB"} =
>   +#            "\$(APACHE_LIBDIR)/$MODPERL_LIB";
>   +#    }
>    
>        #up one from the Apache2/ subdir
>        #so it can be found for 'use Apache2 ()'
>   
>   
>   
> 



-- 


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:stas@stason.org  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs commit: modperl-2.0 Makefile.PL

Posted by Doug MacEachern <do...@covalent.net>.
On Sat, 3 Nov 2001, Stas Bekman wrote:

> dougm@apache.org wrote:
> 
> > dougm       01/11/02 09:33:46
> > 
> >   Modified:    .        Makefile.PL
> >   Log:
> >   XXX: MakeMaker will try to unlink $(APACHE_LIBDIR)/$MODPERL_LIB
> >   during 'make' and probably 'make clean' as well
> >   need to find another way to install libmodperl.so
> 
> 
> may I ask, what was incorrect about the existing method? Too hackish?

a 'make' or 'make clean' should never delete a file outside of its source
tree.







---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org