Web Hosting Talk







View Full Version : libpng module


Fremont Servers
01-16-2002, 12:31 AM
I ran this command line:
make -f scripts/makefile.std CC=gcc ZLIBLIB=../zlib ZLIBINC=../zlib

I got this output at the end:
make: warning: Clock skew detected. Your build may be incomplete.


Does anyone know how to fix the warning?

allan
01-16-2002, 12:40 AM
A couple of possibilities:

1. Make sure you system and hardware clock both have the same time.

2. Check /usr/lib to make sure there are no files in there that have dates in the future.

Fremont Servers
01-16-2002, 01:33 AM
I see.


To change date & time, is it ...

date -s 'Tue Jan 15 21:31 PST 2002'
or
date -s 'Tues Jan 15 21:31 PST 2002'

Tue or Tues for Tuesday.

:D

Fremont Servers
01-16-2002, 01:37 AM
I guess it works either way.


Thank you for helping me out.

:)

allan
01-16-2002, 01:37 AM
Originally posted by Asia

Tue or Tues for Tuesday.


I don't know, it's Wednesday here :D.

All the days of the week use a a three letter code, so it should be TUE.

Fremont Servers
01-16-2002, 01:48 AM
I'm in PST.

I executed the command as Tues, and it came out Tue.

In general, iss the abbreviation for Tuesday: Tue or Tues

I've been seeing people use both, so I don't know which is correct.
Maybe they both are.

priyadi
01-16-2002, 02:44 AM
Use hwclock --systohc to save the current time to BIOS, so time will be preserved during reboots.

Fremont Servers
01-16-2002, 03:00 AM
Thanks, priyadi