Thank you, Kelly!!!!
I tried compiling again and seems like was good!
The ./configure that ok.
Now, when I execute $./gmake come to error...
pablo@pablito:~/php4 > gmake
Making all in Zend
gmake[1]: Entering directory `/home/pablo/php4/Zend'
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT
-DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c zend_ini_parser.c
/usr/share/bison.simple:157: conflicting types for `ini_parse'
./zend_ini_parser.y:51: previous declaration of `ini_parse'
/usr/share/bison.simple: In function `ini_parse':
/usr/share/bison.simple:219: number of arguments doesn't match prototype
/usr/share/bison.simple:157: prototype declaration
gmake[1]: *** [zend_ini_parser.lo] Error 1
gmake[1]: Leaving directory `/home/pablo/php4/Zend'
gmake: *** [all-recursive] Error 1
Please, help me!!!!!!!
Pablo Sabatino.
> ----- Original Message -----
> From: "Kelly Cochran" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 18, 2001 8:30 PM
> Subject: Re: [PHP] `AM_PROG_LIBTOOL' not found in library
>
>
> >
> > Do a 'which libtool' and I'd hazard a guess that it'll find the one in
> > /usr/local/bin first. As it's using that libtool (dir: /usr/local/bin)
> > and your normal automake (dir: /usr/bin), the dirs don't match and
> > aclocal fails, as the warning mentions. Either switch your path around
> > to move /usr/local/bin after /usr/bin (and end up using the libtool your
> > system came with), or reconfigure and reinstall libtool 1.3.5 starting
> > with "./configure --prefix=/usr" which will cause it to install into
> > /usr/bin, /usr/share, etc. (otherwise it defaults to /usr/local which
> > is likely the problem you have right now).
> >
> > Pablo Sabatino wrote:
> > >
> > > Hello!!
> > > I am using php4-cvs on Linux Suse 6.4.
> > > I issued the command ./buildconf and got a message:
> > >
> > > pablo@pablito:~/php4 > ./buildconf
> > > buildconf: checking installation...
> > > buildconf: autoconf version 2.13 (ok)
> > > buildconf: automake version 1.4 (ok)
> > > buildconf: libtool version 1.3.5 (ok)
> > >
> > >
> > > WARNING: automake and libtool are installed in different
> > > directories. This may cause aclocal to fail.
> > > continuing anyway
> > > aclocal: configure.in: 810: macro `AM_PROG_LIBTOOL' not found in
> library
> > > make[1]: *** [aclocal.m4] Error 1
> > > make: *** [all] Error 2
> > > pablo@pablito:~/php4 >
> > >
> > > pablo@pablito:~/php4 > whereis libtool
> > > libtool: /usr/bin/libtool /usr/local/bin/libtool /usr/share/libtool
> > > pablo@pablito:~/php4 > whereis automake
> > > automake: /usr/bin/automake /usr/share/automake
> > > pablo@pablito:~/php4 > whereis automake
> > > automake: /usr/bin/automake /usr/share/automake
> > > pablo@pablito:~/php4 >
> > >
> > > I installed libtool-1.3.5.
> > > Help me, please!!
> > > Pablo Sabatino..
> >
> > -- -
> > Kelly Cochran <[EMAIL PROTECTED]>
> > Technical Staff - funschool.com Corporation
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]