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
> $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/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]