ts-7000
[Top] [All Lists]

[ts-7000] urgent some help in php instalation in ARM TS-7250

To:
Subject: [ts-7000] urgent some help in php instalation in ARM TS-7250
From: Angelik Escobar <>
Date: Sun, 28 Oct 2007 22:45:03 -0500 (CDT)
Hello.
I have a ARM-TS250 card with Debian sarge already
installed in a flash memory.

I need to install php, apache and graphic libraries,
becouse I want to execute jpgraph in my system. but
I'm having errors in the compilation of my php 4.4-6.
about Zend, the options that I'm using to configure it
are:

'./configure' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-zlib-dir=/usr/local' \
'--enable-trans-sid' \
'--with-gettext' \
'--with-ftp' \
'--with-cli' \
'--with-gd=/usr/local' \
'--enable-bcmath' \
'--with-bz2' \
'--with-jpeg' \
'--with-jpeg-dir=/usr/local' \
'--with-png' \
'--with-png-dir=/usr/local' \
'--with-freetype' \
'--with-freetype-dir=/usr/local' \
'--with-ttf' \
'--with-dom' \
'--with-iconv' \
'--enable-mbstring' \
'--with-openssl=/usr/local/ssl' \
'--with-imap=/usr/local/imap-2004g' \
'--with-mime-magic' \
'--with-mcrypt' \
'--enable-ftp' \
'--disable-inline-optimization' \

the error output is:

/WEB/php4-STABLE-200710251430/include
-I/opt/fuentes/WEB/php4-STABLE-200710251430/main
-I/opt/fuentes/WEB/php4-STABLE-200710251430
-I/usr/local/ssl/include -I/usr/local/include
-I/usr/local/include/libxml2
-I/usr/local/include/freetype2
-I/usr/local/imap-2004g/c-client
-I/opt/fuentes/WEB/php4-STABLE-200710251430/ext/mbstring/mbregex
-I/opt/fuentes/WEB/php4-STABLE-200710251430/ext/mbstring/libmbfl
-I/opt/fuentes/WEB/php4-STABLE-200710251430/ext/mbstring/libmbfl/mbfl
-I/opt/fuentes/WEB/php4-STABLE-200710251430/ext/xml/expat
-I/opt/fuentes/WEB/php4-STABLE-200710251430/TSRM
-I/opt/fuentes/WEB/php4-STABLE-200710251430/Zend    -g
-O2   -c
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c
-o Zend/zend_strtod.lo
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:240:
error: syntax error before "one"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:241:
error: syntax error before "IBM"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:247:
error: syntax error before '}' token
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:247:
warning: data definition has no type or storage class
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:
In function `ulp':
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:935:
error: syntax error before "x"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:937:
error: syntax error before "a"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:939:
error: `x' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:939:
error: (Each undeclared identifier is reported only
once
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:939:
error: for each function it appears in.)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:947:
error: `a' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:
In function `b2d':
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:977:
error: syntax error before "d"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:995:
error: `d' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:
In function `d2b':
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1048:
error: syntax error before "d"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1053:
error: `d' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:
In function `ratio':
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1179:
error: syntax error before "da"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1182:
error: `da' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1183:
error: `db' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:
In function `zend_strtod':
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1250:
error: syntax error before "rv"
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1259:
error: `rv' undeclared (first use in this function)
/opt/fuentes/WEB/php4-STABLE-200710251430/Zend/zend_strtod.c:1492:
error: `rv0' undeclared (first use in this function)
make: *** [Zend/zend_strtod.lo] Error 1


I had installed all the requirements without
problems.. but to this moment the only problem is the
php, I was googling and I found something about the
snapshot version, and other php versions, but the
error is always the same..
please maybe can you help me?

thanks in advance.

Angelica.


      
____________________________________________________________________________________
¡Sé un mejor asador!
Aprende todo sobre asados.
http://mx.yahoo.com/promos/mejorasador.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ts-7000/join
    (Yahoo! ID required)

<*> To change settings via email:
    
    

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU