Page 1 of 1

install issue, uniux x86_64, configure: error: newly created

Posted: 2007-02-06T21:05:10-07:00
by nileshp
hm.. check system clock? waa?

I installed imagemagick on other server without issue, yet a new root server got issues, please help someone...

here is the SSH output....

--- start copy past --

./configure
configuring ImageMagick 6.3.2
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
--- end copy past --

using install instruction for imagemagick website for uniux

Re: install issue, uniux x86_64, configure: error: newly created

Posted: 2007-02-06T22:03:25-07:00
by magick
Touch your top level files and try building again (e.g. touch ImageMagick-6.3.2/*; cd ImageMagick-6.3.2;make).

Re: install issue, uniux x86_64, configure: error: newly created

Posted: 2007-02-06T22:16:19-07:00
by nileshp
ok will try, thanks. WORKS! thanks tons! Please add this to Install docs if other have same issue.

Re: install issue, uniux x86_64, configure: error: newly created

Posted: 2007-02-06T22:25:32-07:00
by magick
Most likely your system clock is not synched properly.

Re: install issue, uniux x86_64, configure: error: newly created

Posted: 2007-02-06T22:56:20-07:00
by nileshp
Any tips or resources to sync it?