[PHP-INST] Problem installing PHP 4.3.2 and Apache 2.0.47 on ia64

2003-07-28 Thread Dino Ciuffetti
ation of `regex_t' /opt/pul/httpd-2.0.47/include/pcreposix.h:70: warning: redefinition of `regoff_t' /usr/include/regex.h:399: warning: `regoff_t' previously declared here /opt/pul/httpd-2.0.47/include/pcreposix.h:75: conflicting types for `regmatch_t' /usr/include/regex.h:427: previous declaration of `regmatch_t' /opt/pul/httpd-2.0.47/include/pcreposix.h:79: conflicting types for `regcomp' /usr/include/regex.h:538: previous declaration of `regcomp' /opt/pul/httpd-2.0.47/include/pcreposix.h:80: conflicting types for `regexec' /usr/include/regex.h:542: previous declaration of `regexec' /opt/pul/httpd-2.0.47/include/pcreposix.h:81: conflicting types for `regerror' /usr/include/regex.h:547: previous declaration of `regerror' /opt/pul/httpd-2.0.47/include/pcreposix.h:82: conflicting types for `regfree' /usr/include/regex.h:550: previous declaration of `regfree' make: *** [sapi/apache2handler/sapi_apache2.lo] Error 1 What does it means???! Any help appreciated!! -- Dino Ciuffetti Linux Network Administrator -- -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] ldap compile error w/php missing undefined atexit reference

2001-07-21 Thread dino bartolome
I'm running a redhat 7.0, 2.4.4 kernel openldap 2.0.11 php 4.0.6 compiled and built openldap 2.0.11 but i configure php and i get errors it states in debug.log that openldap/lib/libldap.so: undefined reference to 'atexit' what do i need to do to fix this? -- PHP Install Mailing List (http://

[PHP-INST] can't build Static mode, php4+informix+apache

2001-04-28 Thread dino
Hi all, It's a little strange, to see the final error, because I got no error message during building. 1. configure Apache with no option 2. cd to PHP4 3. set IFX_LIBS , IFX_INCDIR, IFX_LIBDIR 3. ./configure --wih-informix=/usr/informix --with-apache=../apache_1.3.19 --without-mysql --prefi

Re: [PHP-INST] Can build database module and PHP module separately?

2001-04-27 Thread dino
Change directory to exertion resides, then > $ phpize > $ ./configure --with- (or --enable-) > $ make > $ make install > > README.SELF-CONTAINED-EXTENSION will help also. It comes with PHP source. > > Regards, > -- > Yasuo Ohgaki > > ""dino""

[PHP-INST] sqli_connect_set undefined symbol

2001-04-27 Thread dino
Hi all, I am use PHP4+Informix 7.3.1 with Client SDK 2.5 on SCO UnixWare 7 system. I configure it as the steps: 1. configure apache as enable-module=so 2. set IFX_LIBS / IFX_INCDIR / IFX_LIBDIR variables 3. configure PHP4 --with-informix, --with-apxs, --without-mysql 3. I can make PHP4 libr

[PHP-INST] Can build database module and PHP module separately?

2001-04-27 Thread dino
Hi Because I always met problem when building the PHP, with informix support. I used the steps to do this Apache (1)./configure --enable-module=so make ; make install PHP (2) ./configure --with-informox=/opt/informix --with-apxs=/usr/local/apache/bin/ apxs (3)make ; make install But I can'