Hello fellow perlmonkers!
I'm new to perl and linux.
I'm trying to install some perl modules on suse 9.1.
I think i have a problem with 'make' or 'makefile'.
This is the error i'm getting when i run ('perl -MCPAN -e shell' THEN 'install HTML::Parser'):
make: ***
Makefile Error 1
/usr/bin/make --Not OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
-----
But when i tried to install 'Ispconfig' i got the following error when run (./setup):
make: Warning: File 'Makefile.org' has modification time 1.4e+08 s in the future.
Makefile is older than Makefile.org, configure or config.
Reconfigure the source tree (via ./config or perl configure), please.
make: ***
Makefile Error 1.
ERROR: Could not make OpenSSL.
---
Any info/resources on how to solve the above problem/s would be great.
Thanks for your replies in advance.
regards;
sybella
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.