Perl compile pb : Term::ReadKey.pm

[ObiWan]JUST

2003-02-02 23:23:00

i try to compil profxp, i think it's easy to do for people who can do that ;o)

http://duncanthrax.net/profxp/

for the linux bin : http://duncanthrax.net/profxp/profxp-v3-pre2-linux-glibc.tar.gz

for the source : http://duncanthrax.net/profxp/profxp-v3-pre2-src.tar.gz

THX to compil it for OS X.2.4 !

----

I try to compile it and i have this error :

Can't locate Term/ReadKey.pm in @INC (@INC contains: /sw/lib/perl5 /System/Library/Perl/darwin-thread-multi /System/Library/Perl /Library/Perl/darwin-thread-multi /Library/Perl /Library/Perl /Network/Library/Perl/darwin-thread-multi /Network/Library/Perl /Network/Library/Perl .) at profxp/screen.pm line 169.
BEGIN failed--compilation aborted at profxp/screen.pm line 169.
Compilation failed in require at profxp/command.pm line 4.
BEGIN failed--compilation aborted at profxp/command.pm line 4.
Compilation failed in require at ./profxpv3.pl line 3.
BEGIN failed--compilation aborted at ./profxpv3.pl line 3.

but i have put ReadKey.pm in /sw/lib/perl5 and i've try to install it with fink but ...


please help me
thx

Anonymous

2003-02-04 22:03:00

In the terminal type :
"cpan"
or if it doesn't work :
"perl -MCPAN -e "shell"

In the shell who will appear type :
cpan> install Term::ReadKey
it will normally works [img]images/icons/smile.gif"%20border="0[/img]

PS: maybe you'll have to configure the CPAN module [img]images/icons/smile.gif"%20border="0[/img]

[ObiWan]JUST

2003-02-08 12:58:00

perl -MCPA -e "shell"
Can't locate CPA.pm in @INC (@INC contains: /sw/lib/perl5 /System/Library/Perl/darwin-thread-multi /System/Library/Perl /Library/Perl/darwin-thread-multi /Library/Perl /Library/Perl /Network/Library/Perl/darwin-thread-multi /Network/Library/Perl /Network/Library/Perl .).
BEGIN failed--compilation aborted.

;o((

thx anyway ;o)

alamaz

2003-02-08 18:07:00

perl -MCPAN -e "shell", not perl -MCPA -e "shell" ;op