Doug MacEachern wrote:
> On Sat, 6 Apr 2002, Stas Bekman wrote:
>
>
>>but that's not what we want. I'm not sure why MY package can be seen
>>only in the first caller of Apache::TestMM::import.
>
>
> see ModPerl::MM::my_import
Yes, but how does it help with Apache::TestMM? Its import() already does
a similar thing. Should it unconditionaly force the aliasing? In fact
I've tried that, didn't seem to work.
>> $self->{conf_opts}->{maxclients} = 2;
>>+ $self->{conf_opts}->{libmodperl} = "$cwd/../../src/modules/perl/libmodperl.so";
>
>
> don't want to hardcode the 'libmodperl' name.
> you could just do:
> $self->{conf_opts}->{src_dir} = "$cwd/../..";
>
> then it can find the .so relative to that under src/modules/perl/
$self->{conf_opts}->{src_dir} = "$cwd/../../src";
doesn't seem to do the trick, still finds the one installed on the system.
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]