Re: [PHP-DEV] too few arguments passed to php3_dl (newbie) From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/31/98

> I just downloaded the CVS tree and am trying to get it to compile on
> my Redhat 5.1 system. I do a plain vanilla configuration, and
> everything runs smoothly. But when I try to do a make, I am getting an
> error stating "too few arguments passed to php3_dl" in
> configuration-parser.y. It looks to me like this function is expecting
> 4 arguments, but the line in question only has 3. Is this a bug?

Hrm.. Try a 'make clean; autoconf; make' and make sure you have GNU Bison
1.25 and GNU flex 2.5.4 on your system. The current CVS is compiling fine
for me.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>