TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:15700] PHP install problem
On Thu, 6 Apr 2000, Jared Sprague wrote:
> Here is a fun problem for everyone. I've been trying
> to install PHP and I keep getting this error no matter
> what I do.
>
> [root@hex php-3.0.16]# ./configure
> --with-apxs=/usr/sbin/apxs --with-mysql
>
> loading cache ./config.cache
> checking whether build environment is sane...
> configure: error: newly created file is older than
> distributed files!
> Check your system clock
>
> [root@hex php-3.0.16]#
>
> and thats as far as it gets. I've tryed everything I
> can think of to fix this with no luck. I'm using
> Redhat 6.1 freshly installed and I changed the line in
> my apxs file as described in INSTALL.REDHAT that comes
> with php.
>
> If anyone has an idea what the problem may be and how
> to fix it I would be extreamly greatful.
>
> Thanks
>
Probably means your system clock is wrong. :P Fix it, or run this:
touch `find . -type f`
in your php3 build dir.
--
Nate Carlson <natecars@real-time.com> | Phone : (952)943-8700
http://www.real-time.com | Fax : (952)943-8500