[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Fw: php 4.06
- Subject: Re: [cobalt-developers] Fw: php 4.06
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Thu Jun 28 18:29:18 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Fri, 29 Jun 2001, WebMaster Disvirtual wrote:
> > Good morning,
> >
> > i'm trying to compile php with mysql support and ftp support at least and
> > it's reporting me the next error when i do the configure, please can
> someone
> > help me out?
> >
> >
> >
> > i'm running the php in a raq3 with 512 mb of ram...
> >
> >
> > [root php-4.0.4pl1 .oOo. DiABLO! .oOo.]
> >
> ./configure --with-apxs=/tmp/apxs --with-config-file-path=/etc/httpd/conf --
> >
> with-exec-dir=/usr/sbin --enable-versioning --enable-track-vars --enable-sys
> >
> vsem --enable-url-includes --enable-sysvshm=yes --with-ftp --with-mysql --wi
> > th-xml --disable-debug
> >
> > after that step it says everything it's okey and then when i do the
> >
> > [root php-4.0.4pl1 .oOo. DiABLO! .oOo.] make ;
> > Making all in Zend
> > make[1]: Entering directory
> `/home/sites/home/users/admin/php-4.0.4pl1/Zend'
> > /bin/sh ../libtool --silent --mode=compile
> >
> gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DNO_DBM_REWRITEMAP -DMOD_
> >
> SSL=202108 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -DEAPI -DBIG_SEC
> > URITY_HOLE -DCOBALT_RAQ_LED -DXML_BYTE_ORDER=12 -g -O2 -c
> > zend_language_scanner.c
> > In file included from /usr/include/errno.h:36,
> > from zend_language_scanner.c:2619:
> > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
> > In file included from /usr/include/bits/posix1_lim.h:126,
> > from /usr/include/limits.h:30,
> > from
> > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:117,
> > from
> > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h:7,
> > from
> > /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:11,
> > from zend_language_scanner.c:2620:
> > /usr/include/bits/local_lim.h:27: linux/limits.h: No such file or
> directory
> > make[1]: *** [zend_language_scanner.lo] Error 1
> > make[1]: Leaving directory
> `/home/sites/home/users/admin/php-4.0.4pl1/Zend'
> > make: *** [all-recursive] Error 1
> >
> >
> > Oriol Soler
> > WebMaster disvirtual.com
> >
> >
Try disabling Zend (./configure --help for details)
- shimi.