Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default make (OpenPGP)

    Hi

    I wonder if someone has successfully compiled OpenPGP?

    1) perl Makefile.PL works just fine.
    2) make .... then it tries to connect to [url]ftp://ftp.perl.org/pub[/url] ...
    CPAN: Storable loaded ok
    CPAN: LWP::UserAgent loaded ok
    Fetching with LWP:
    [url]ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz[/url]


    The problem is my Redhat Linux PC has no access to the Internet. Hence it
    waits seemingly forever. Any idea, hint to get the make process move on
    would be greatly appreciated.

    BG



    BG Guest

  2. Similar Questions and Discussions

    1. i really wana make flash which prog do i download? andhow do i make it?
      hey guys im really sorry bout bothering u all but im 17 and wana start makin flash can somone gimme a hand? which program, how to work the program...
    2. preloaders, why do people make 32000 tutorials on how to make them but NONE on how to USE!
      I think I seen thousands of tutorials on how to make a preloader, but what then? Im sitting there with my little load bar and some scripts .. but so...
    3. GNU make & make.pl are dead: long live Perl makepp
      Hi, I have so far not seen the advantage of my 100% Perl syntax - at least not until Emacs learns to syntax highlight the specific parts. Since...
    4. Crypt::OpenPGP memory use
      Greetings, Has anybody had experience with Crypt::OpenPGP, specifically decrypting large files? my $plaintext = $pgp->decrypt( Filename =>...
  3. #2

    Default Re: make (OpenPGP)

    BG wrote:
    > Hi
    >
    > I wonder if someone has successfully compiled OpenPGP?
    >
    Are you referring to Crypt::OpenPGP ?
    Version 1.03 built fine for me on linux (MDK-9.1). I didn't get anything
    like the output that you reported.

    Cheers,
    Rob


    --
    To reply by email u have to take out the u in kalinaubears.

    Sisyphus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139