Line used in configuration:
configure --with-mysql --with-apache=../
apache_1.3.9 --enable-track-vars
Get a prinary error that looks like this:
functions/datetime.c: In function `_php3_mktime':
functions/datetime.c:102: storage size of `ta' isn't known
Then about a hundred of these:
functions/datetime.c:317: dereferencing pointer to incomplete type
functions/datetime.c:320: dereferencing pointer to incomplete type
functions/datetime.c:324: dereferencing pointer to incomplete
type
I believe the problem is pointing back to the original error message. The
code where the original error is taking place is shown below:
Line that seems to be causing error:
struct tm ta, *tn; (Line 102 of functions/datetime.c)
------------------ Posted via CNET Linux Help ------------------
http://www.searchlinux.com