Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Installing modules in personal webspace

by simon.proctor (Vicar)
on Mar 23, 2004 at 13:30 UTC ( [id://338985]=note: print w/replies, xml ) Need Help??


in reply to Installing modules in personal webspace

Aside from using
use lib
with the correct paths, you need to ensure that all the prerequisite modules are also installed. A quick scan of this error log indicates that you will need Storable as well. If this isn't installed you will have to do it manually. You may also have to compile it if it contains XS code.

Replies are listed 'Best First'.
Re: Re: Installing modules in personal webspace
by jhill (Novice) on Mar 23, 2004 at 14:52 UTC
    I received the error message after manually installing Storable. How do I know if it contains XS code and how do I compile it?
      Well you can inspect the Makefile once generated or look at the README (though in this case it doesn't mention it). However, looking at the manifest for Storable it lists an XS file. That would be a good indicator that it will require a C compiler. To compile you will require console access to the server.

      To build it, simply do the old perl Makefile.PL, make, make install but you will have to change the installation point to be your home directory. I can't provide better instructions than those on this site so I suggest you super search around.
        Thanks for your help. I've spotted the XS file but unfortunately I don't think I'll have console access to the server.

Log In?
Username:
Password:

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

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

    No recent polls found