Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Installing modules

by Chuma (Scribe)
on Jan 29, 2012 at 14:53 UTC ( [id://950580]=note: print w/replies, xml ) Need Help??


in reply to Re: Installing modules
in thread Installing modules

Sounds nice, but the command "ppm" is not found, so I guess some path thing hasn't been set right or something.

It also says on that page that ActivePerl comes with graphics libraries included. I'd still like to be able to install modules, of course, but maybe the whole exercise of installing GD specifically is a little pointless if it's already installed. If I understand it right, I now have both ActivePerl and the other Perl (as well as the older version which the other users are stuck with). But where are they? How do I access ActivePerl instead of the other one?

Replies are listed 'Best First'.
Re^3: Installing modules
by Khen1950fx (Canon) on Jan 29, 2012 at 16:42 UTC

    With your vendor's or system's perl, you'd normally just enter perl some_script.pl; however, with ActivePerl, unless you specifically changed policy to make it your system perl, you have to use the full path to ActivePerl. On my system, the full path is

    /opt/ActivePerl-5.14/bin/perl
    Your path will most likely be different. To use ppm, again you'd do something similar such as:
    /opt/ActivePerl-5.14/bin/ppm install Some::Module
      There, I found it, in usr/local. And it has GD installed, so that much seems to work now. Thank you!

      It seems a little silly to have two different versions, but maybe that's okay. I'd still like to see if I can get the other one to work as well, but at least this is a big improvement.

      Now I'm trying to install SDL, but neither version is very keen on that. The CPAN program spends a good while installing dependencies, and then tells me that "install seems impossible":

      Undefined subroutine &My::Builder::Darwin::rel2abs called at inc/My/Bu +ilder/Darwin.pm line 115. FROGGS/SDL-2.536.tar.gz ./Build -- NOT OK Running Build test Can't test without successful make Running Build install Make had returned bad status, install seems impossible Failed during this command: FROGGS/SDL-2.536.tar.gz : make NO

      And the PPM program has never heard of SDL, although it provides something called "Alien-SDL" which I've installed but don't know what to do with.

      EDIT: Well, I tried downloading the package and installing it manually, and that gave the same error about "rel2abs". Somewhat desperate, I edited the Darwin.pm file myself, which felt very very wrong. A quick googling suggested that "File::Spec" was needed, so I added that to the file. Now the testing went fine, and the install didn't seem to have any problems either. Unfortunately neither of the Perl versions acknowledges that I have installed SDL. So maybe it ended up in a third place.

        It seems a little silly to have two different versions

        I have a policy about the Perl installed with the system / OS - do not touch it. Unless my application is being bundled with the OS or needs to run on the bare OS, I install my own version of Perl. This allows my application to dictate the version of Perl, compile options, library / module versions, and so on without needing to be concerned with a patch or upgrade of the OS hosing my application, or conversely, my application hosing the OS.

        --MidLifeXis

        Hi,

        Sound like a big mess .. I would try and remove AS and reinstall it.

        -Kiel R Stirling.

Log In?
Username:
Password:

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

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

    No recent polls found