Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: non-root CPAN with cPanel does not untar

by ysth (Canon)
on Jun 22, 2009 at 05:46 UTC ( [id://773491]=note: print w/replies, xml ) Need Help??


in reply to non-root CPAN with cPanel does not untar

Maybe install ptar and configure CPAN to use that? Have you had any success with XS modules yet?
  • Comment on Re: non-root CPAN with cPanel does not untar

Replies are listed 'Best First'.
Re^2: non-root CPAN with cPanel does not untar
by johnwashburn (Sexton) on Jun 23, 2009 at 09:52 UTC
    Yes. If I manually (using the extract feature of cPanel) extract the tar and then run the (via cron) script
    #!/bin/bash echo cd ~/.cpan/build/GAAS-fwrgdL/MIME-Base64-Perl-1.00 cd ~/.cpan/build/GAAS-fwrgdL/MIME-Base64-Perl-1.00 echo perl Makefile.PL -INSTALL_BASE=~ perl Makefile.PL INSTALL_BASE=~ echo make install make install
    which gives the following email:
    cd /home/washburn/.cpan/build/GAAS-fwrgdL/MIME-Base64-Perl-1.00 perl Makefile.PL -INSTALL_BASE=~ Writing Makefile for MIME::Base64::Perl make install Manifying blib/man3/MIME::QuotedPrint::Perl.3pm Manifying blib/man3/MIME::Base64::Perl.3pm Appending installation info + to /home/washburn/lib/perl5/x86_64-linux-thread-multi/perllocal.pod No virus found in this incoming message.
    The problem was I was not pointing to the tar program. See my response below. I hope my problem here will help others in the future.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://773491]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found