also @ TechSpot: Apple iOS 'Absinthe' jailbreak: 1 million downloads and counting

TechSpot

Perl Modules problem after running Script

Discussion in 'The Alternative OS' started by Dataslycer, Jul 25, 2005.

Thread Status:
Not open for further replies.
  1. Dataslycer Newcomer, in training

    After running the script

    I have a few questions about the errors in nature. The first one deals with
    What is the nature of this constantly problem?



    Second, how do you install modules if you do not have access to the server libraries? Typing "Make file" gives me an unsupported syntax error.
  2. ihameed Newcomer, in training

    I know almost nothing about Perl, but I'd imagine that you are missing a file:
    /home/wrhodes/perl-lib/HTTP/Request.pm

    Does this file exist? What script are you trying to run, anyway?
  3. Dataslycer Newcomer, in training

    getstockquote.pl

    I know that I am missing the file though I can't manually install it into the perl library due to lack of permission of access to it.
  4. ihameed Newcomer, in training

    What is your username? If you're wrhodes, an appropriate inclusion area appears to be in your home directory (/home/wrhodes/perl-lib/), so why not drop the required directory tree in there?

    somehow, i have the feeling that i'm telling you things you already know... :|
  5. Dataslycer Newcomer, in training

    I have other modules that doesn't contain that path in the INC so that would only be a temporary solution unless you can change it for the other modules.
Thread Status:
Not open for further replies.