in reply to Re^2: perl modules installation error
in thread perl modules installation error

Hi Joost,
I'm going to try to reset the system clock; i don't know how but I will try.
I'm new to linux. I will let you know. Thanks for the reply.
regards,
sybella.

Replies are listed 'Best First'.
Re^4: perl modules installation error
by sybella1 (Initiate) on Aug 28, 2005 at 20:56 UTC
    Hi Joost,
    You were right, it was the system clock. It's working now.
    For any one following this thread this is what i did:
    run:
    apt-get install netdate
    netdate tcp 128.2.136.71
    Create /var/spool/cron/tabs/root:
    # update time with ntp server
    0 3,9,15,21 * * * /usr/sbin/netdate 128.2.136.71
    Then run
    chmod 600 /var/spool/cron/tabs/root
    /etc/init.d/cron restart
    regards,
    sybella.