clayton cottingham wrote:

Stas Bekman wrote:


563    PREOP => 'pod2text lib/Apache/Amazing.pm > README', should it
be    PREOP => `pod2text lib/Apache/Amazing.pm > README`,
{back ticked?}

nope

wierd it only works backticked for me strange?


what's the point of PREOP than? May be your version of MakeMaker is broken. Try at least 5.6.1.


plus there seems to be a prob with use libs on at least my machine

Can't locate Apache/Funky.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
. /home/drfrog/.gnome-desktop/Apache-Funky/t/
/home/drfrog/.gnome-desktop/Apache-Funky/t/lib/perl) at (eval 3) line
3.

notice where it is searching?!
i did use lib qw(../blib/lib/ lib);
in Makefile.PL and in use lib qw (lib);
in TEST.PL
they didnt get set so...

could this be my set up?

You don't show me where your files are. But it does seem wrong.



they all reside in /home/drfrog/desktop/Apache-Funky


& yes the Apache::Test is installed in the system folders!

is it possible that you have a symlink from ~/.gnome-desktop to ~/desktop?

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



Reply via email to