Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(crazyinsomniac) Re: Problems with AS PPM - Missing setting???

by crazyinsomniac (Prior)
on Apr 07, 2002 at 03:34 UTC ( [id://157224]=note: print w/replies, xml ) Need Help??


in reply to Problems with AS PPM - Missing setting???

First thing is first, if you got both ppm and ppm3, don't mix them, it'll make a mess of things (stick to one, and always use that one).

Also, I would like to note that ActivePerl runs on BSD and other unices, and it is not Win32 specific, and nor are its PPM repositories, but you knew that ;)

PPM Package Status - now this page here has an interesting chart, and lots of interesting links for PPM users.

Now, everytime I try to install IPC-ShareLite using PPM3 on my Win2K machine, I get the same error. Here is the PPD for IPC-ShareLite

<SOFTPKG NAME="IPC-ShareLite" VERSION="0,08,0,0"> <IMPLEMENTATION> <CODEBASE HREF="http://ppm.ActiveState.com/PPMPackages/5.6plus/sun +4-solaris-thread-multi/IPC-ShareLite.tar.gz" /> <ARCHITECTURE NAME="sun4-solaris-thread-multi" /> <OS NAME="solaris" /> </IMPLEMENTATION> <IMPLEMENTATION> <CODEBASE HREF="http://ppm.ActiveState.com/PPMPackages/5.6plus/i68 +6-linux-thread-multi/IPC-ShareLite.tar.gz" /> <ARCHITECTURE NAME="i686-linux-thread-multi" /> <OS NAME="linux" /> </IMPLEMENTATION> <ABSTRACT>Light-weight interface to shared memory</ABSTRACT> <TITLE>IPC-ShareLite</TITLE> <AUTHOR>Maurice Aubrey (maurice@hevanet.com)</AUTHOR> </SOFTPKG>
Now I used to scratch my head at this oddity, but apparently, IPC::ShareLite doesn't run on windows, and the PPM repository does not have a Win32 binary for it. You're probably experiencing the same issue (after that, I stopped trying to run Win32::Process on RedHat Linux).

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

Replies are listed 'Best First'.
Re: (crazyinsomniac) Re: Problems with AS PPM - Missing setting???
by S_Shrum (Pilgrim) on Apr 08, 2002 at 09:31 UTC

    Ah! I didn't know that page existed!

    From the looks of things, your right. The 10-some-odd packages that I was attempting to install are not supported on my platform (Windows). Bummer.

    I guess I just (don't) know how to pick'em.

    Just successfully installed a Windows-supported module so that confirms it.

    Tanks again...

    ======================
    Sean Shrum
    http://www.shrum.net

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-23 10:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found