Having trouble with Mac::Growl
Posted: Sat Oct 22, 2005 12:54 pm
I'm trying to install Mac::Growl so I can have working perl support with Growl. I cd to the Mac-Growl directory in the bindings folder, and type:
That works fine and dandy. But when I type "make" I get this error:
Edit: Yes, I did try "sudo make" and that didn't work either. Same exact error.
It's telling me it can't find Common.pm, but a "locate" command returns its location:
I'm thinking it has the incorrect path to the Common.pm file? I'll search within any files I can to try to fix this. But in the mean time this is frustrating the heck out of me.
Thanks for your time.
Code: Select all
perl Makefile.PL
Edit: Yes, I did try "sudo make" and that didn't work either. Same exact error.
Code: Select all
Can't locate Mac/Glue/Common.pm in @INC (@INC contains: /sw/lib/perl5 /sw/lib/perl5/darwin /opt/local/lib/perl5/5.8.6/darwin-2level /opt/local/lib/perl5/5.8.6 /opt/local/lib/perl5/site_perl/5.8.6/darwin-2level /opt/local/lib/perl5/site_perl/5.8.6 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.6 /opt/local/lib/perl5/vendor_perl .) at /System/Library/Perl/Extras/bin/gluemac line 26.BEGIN failed--compilation aborted at /System/Library/Perl/Extras/bin/gluemac line 26.make: *** [.makeglue] Error 2
Code: Select all
/System/Library/Perl/Extras/5.8.6/Mac/Glue/Common.pm
Thanks for your time.