Hi I'm new guy in perl and trying to install perl sdl module.

i'm used ubuntu 14.04 lts .

1:I'm try cpan command

$ sudo -s cpan SDL 1>stdout.txt 2>stderr.txt

stdout.txt:

1 Reading '/home/freakcoco/.cpan/Metadata' 2 Database was generated on Fri, 04 Sep 2015 16:29:02 GMT 3 Running install for module 'SDL' 4 Checksum for /home/freakcoco/.cpan/sources/authors/id/F/FR/FROGGS/S +DL-2.546.tar.gz ok 5 ---- Unsatisfied dependencies detected during ---- 6 ---- FROGGS/SDL-2.546.tar.gz ---- 7 Alien::SDL [build_requires] 8 Running install for module 'Alien::SDL' 9 Checksum for /home/freakcoco/.cpan/sources/authors/id/F/FR/FROGGS/A +lien-SDL-1.446.tar.gz ok 10 Configuring F/FR/FROGGS/Alien-SDL-1.446.tar.gz with Build.PL 11 Welcome to Alien::SDL module installation 12 ----------------------------------------- 13 checking operating system... linux 14 checking for cc... yes 15 checking build system type... x86_64-linux-gnu-thread-multi 16 checking platform specific module... using 'My::Builder::Unix' 17 Warning: No success on command[/usr/bin/perl Build.PL --installdirs + site] 18 FROGGS/Alien-SDL-1.446.tar.gz 19 /usr/bin/perl Build.PL --installdirs site -- NOT OK 20 FROGGS/SDL-2.546.tar.gz 21 Has already been unwrapped into directory /home/freakcoco/.cpan/b +uild/SDL-2.546-1przxQ 22 Warning: Prerequisite 'Alien::SDL => 1.446' for 'FROGGS/SDL-2.546.t +ar.gz' failed when processing 'FROGGS/Alien-SDL-1.446.tar.gz' with 'w +ritemakefile => NO '/usr/bin/perl Build.PL --installdirs site' return +ed status 512'. Continuing, but chances to succeed are limited. 23 Configuring F/FR/FROGGS/SDL-2.546.tar.gz with Build.PL 24 Warning: No success on command[/usr/bin/perl Build.PL --installdirs + site] 25 FROGGS/SDL-2.546.tar.gz 26 /usr/bin/perl Build.PL --installdirs site -- NOT OK

stderr.txt:

1 Unknown option: installdirs 2 Too early to specify a build action 'site'. Do 'Build site' instea +d. 3 Can't locate Alien/SDL.pm in @INC (you may need to install the Alie +n::SDL module) (@INC contains: inc /etc/perl /usr/local/lib/perl/5.18 +.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/ +lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at Bui +ld.PL line 12. 4 BEGIN failed--compilation aborted at Build.PL line 12.

2:I'm try to install Alien::SDL (you may need to install the Alien::SDL module)

$ sudo -s cpan SDL 1>stdout2.txt 2>stderr2.txt

stdout2.txt:

1 Reading '/home/freakcoco/.cpan/Metadata' 2 Database was generated on Fri, 04 Sep 2015 16:29:02 GMT 3 Running install for module 'Alien::SDL' 4 Checksum for /home/freakcoco/.cpan/sources/authors/id/F/FR/FROGGS/A +lien-SDL-1.446.tar.gz ok 5 Configuring F/FR/FROGGS/Alien-SDL-1.446.tar.gz with Build.PL 6 Welcome to Alien::SDL module installation 7 ----------------------------------------- 8 checking operating system... linux 9 checking for cc... yes 10 checking build system type... x86_64-linux-gnu-thread-multi 11 checking platform specific module... using 'My::Builder::Unix' 12 Warning: No success on command[/usr/bin/perl Build.PL --installdirs + site] 13 FROGGS/Alien-SDL-1.446.tar.gz 14 /usr/bin/perl Build.PL --installdirs site -- NOT OK

stderr2.txt:

1 Unknown option: installdirs 2 Too early to specify a build action 'site'. Do 'Build site' instea +d.

In reply to perl sdl module install fail by freakcoco

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.