Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Building a Development Environment on Ubuntu

by Xiong (Hermit)
on Mar 17, 2010 at 12:42 UTC ( [id://829163]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /boot         500 Mb
    /           22400 Mb
    ...
    /usr/share  10200 Mb
    /var         2400 Mb
    /tmp         1700 Mb
    
  2. or download this
    $ sudo mkdir -p /rad/perl
    $ sudo chown -R /rad xiong:developer
    
  3. or download this
    $ ./Configure -Dprefix=/rad/perl -Dusethreads
    
  4. or download this
    Directories to use for library searches?
    [/usr/local/lib /lib /usr/lib /usr/lib64]
    
  5. or download this
    What optimizer/debugger flag should be used? [-O2]
    
  6. or download this
    Pathname where the public executables will reside? (~name ok)
    [/rad/perl/bin]
    
  7. or download this
    Pathname where the private library files will reside? (~name ok)
    [/rad/perl/lib/5.10.1] private
    
  8. or download this
    Pathname for the site-specific library files? (~name ok)
    [/rad/perl/lib/site_perl/5.10.1] /rad/perl/lib/cpan
    
  9. or download this
    Colon-separated list of additional directories for perl to search? [no
    +ne] /rad/perl/lib/more
    
  10. or download this
    Do you want to install perl as /usr/bin/perl? [n]
    
  11. or download this
    Where do the main Perl5 manual pages (source) go? (~name ok)
    [/rad/perl/man/man1] 
    ...
    Where do the perl5 library man pages (source) go? (~name ok)
    [/rad/perl/man/man3] 
    What suffix should be used for the perl5 library man pages? [3]
    
  12. or download this
    $ make
    $ make test
    $ make install
    
  13. or download this
    #!/rad/perl/bin/perl
    #       hello-simple.pl
    ...
    use feature qw(switch say state);
    
    say 'Hello, World!';
    
  14. or download this
    cpan
    cpan2dist
    cpanp
    cpan-run-perl
    
  15. or download this
    #!/rad/perl/bin/perl
        eval 'exec /rad/perl/bin/perl -S $0 ${1+"$@"}'
        if $running_under_some_shell;
    #!/usr/bin/perl
    
  16. or download this
    #!/rad/perl/bin/perl
    
  17. or download this
    > o conf init
    
  18. or download this
    Would you like me to configure as much as possible automatically? no
    
  19. or download this
    Always commit changes to config variables to disk? yes
    
  20. or download this
    Policy on building prerequisites ...? follow
    Policy on installing 'build_requires' modules ...? yes
    
  21. or download this
     <makepl_arg>
    Parameters for the 'perl Makefile.PL' command? 
    ...
        INSTALLMAN3DIR=/rad/perl/man/man3 
        INSTALLSCRIPT=/rad/perl/bin 
        INSTALLBIN=/rad/perl/bin
    
  22. or download this
    <mbuildpl_arg>
    Parameters for the 'perl Build.PL' command? 
    ...
        --installman3dir=/rad/perl/man/man3 
        --installscript=/rad/perl/bin 
        --installbin=/rad/perl/bin
    
  23. or download this
    Do you want to turn on colored output? yes
    
  24. or download this
    If no urllist has been chosen yet, would you prefer CPAN.pm to connect
    to the built-in default sites without asking? (yes/no)? yes
    
  25. or download this
    > s reconfigure
    
  26. or download this
    Section to configure: : 5
    Follow prerequisites? : 2
    
    Section to configure: : 6
    Makefile.PL flags? : ***
    
  27. or download this
    Section to configure: : 6
    Build.PL and Build flags? : $$$
    
  28. or download this
    Section to configure: : 7
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://829163]
Approved by ww
Front-paged by ww
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found