this is likely to be an error with not actual libraries. Check the
documentation, which libraries are necessary for PHP to compile
successfully. I doubt that the zend libraries are propperly installed, or
not at all. 

-----Original Message-----
From: Impu [mailto:[EMAIL PROTECTED]]
Sent: 15. ledna 2002 17:56
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Need Help with PHP/Apache Installation.


Hi,
      I will highly appreciate anyone who can help me with this problem. I
am simply unable to get this going, and need somebody to point me to the
right direction. Really a network engineer, but need to launch some of my
project to the web to impress folks :))

By the way, since PHP came, I now see all the good application require
PHP...but only binary available is for Windows only :(((

Ok, here I go...  My Server environment is HP-UX 10.20

Basically, I have downloaded PHP 4.0.6, Apache 1.3.22 and I already have
installed copy of mySQL 3.23.46.  So, from PHP Directory, I ran this command

./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.22

configure runs and find various dependencies.  In short, it finds gcc,
bison, gnu make and so on.  No error at all during configure script.

But as soon as I run make, I get

Making all in Zend
make[1]: Entering directory `/mnt/i3107tis/D0003/source/php/php-4.0.6/Zend'
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_language_scanner.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_ini_scanner.c
/bin/sh ../libtool --silent --mode=link gcc  -g -O2  -o libZend_c.la
zend_lang
uage_scanner.lo zend_ini_scanner.lo
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_language_parser.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_ini_parser.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_alloc.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_compile.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_constants.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_dynamic_array.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g   -c ./zend_execute.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21  -g -O2 -c zend_execute_API.c
zend_execute_API.c: In function `zend_set_timeout':
zend_execute_API.c:720: storage size of `t_r' isn't known
zend_execute_API.c:721: `sigset_t' undeclared (first use in this function)
zend_execute_API.c:721: (Each undeclared identifier is reported only once
zend_execute_API.c:721: for each function it appears in.)
zend_execute_API.c:721: parse error before "sigset"
zend_execute_API.c:726: `ITIMER_PROF' undeclared (first use in this
function)
zend_execute_API.c:728: `sigset' undeclared (first use in this function)
zend_execute_API.c:730: `SIG_UNBLOCK' undeclared (first use in this
function)
zend_execute_API.c: In function `zend_unset_timeout':
zend_execute_API.c:746: storage size of `no_timeout' isn't known
zend_execute_API.c:750: `ITIMER_PROF' undeclared (first use in this
function)
make[1]: *** [zend_execute_API.lo] Error 1
make[1]: Leaving directory `/mnt/i3107tis/D0003/source/php/php-4.0.6/Zend'
make: *** [all-recursive] Error 1


Thank you very much for your help!

Impu
[EMAIL PROTECTED]



-- 
PHP Install 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 Install 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]

Reply via email to