another interesting thing i'm getting is:
# ./mkall
:1: php_version.h: No such file or directory
>> PHP VERSION PHP_VERSION <<
creating cache ./config.cache
...
same error
PHP/4.0.3pl1 -is the version of php i've compiled and installed. (do you
recomend a newer one?).
it's strange why i get simular problems with the php3.
----------------------------------
| Nicholas Janzen |
| Third-Net.Com INC |
| Visit http://www.third-net.com |
| for more information about us |
----------------------------------
On Thu, 12 Jul 2001, Emiliano wrote:
> Nicholas Janzen wrote:
>
> > checking whether yytext is a pointer... yes
> > checking for flex... (cached) flex
> > checking for midgard support... yes, shared
> > ./configure[1356]: syntax error: `midgard,' unexpected
>
> What version of PHP4 are you using? Looks like a problem in the PHP
> build environment. Again.
>
> There are two places which could be triggering this (in config.m4,
> BTW):
>
> PHP_ARG_WITH(midgard, for midgard support,
> [ --with-midgard Include midgard 1.4 support])
>
> which is easy enoug to detect, just add a line like
> echo "Made it"
>
> just after it. You will still see the error you reported. If you see
> don't see the "Made it", the problem is
>
> PHP_ADD_LIBRARY_WITH_PATH(midgard, "$PHP_MIDGARD/lib", MIDGARD_SHARED_LIBADD)
>
> which might be fixed by replacing PHP_ADD with AC_ADD in this line,
> altough I would have expected a different error if this is the
> problem.
>
> Emile
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]