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
install issue, uniux x86_64, configure: error: newly created
Re: install issue, uniux x86_64, configure: error: newly created
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
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
Most likely your system clock is not synched properly.
Re: install issue, uniux x86_64, configure: error: newly created
Any tips or resources to sync it?