[PHP-INST] Compile error upgrading from 4.3.1 to 4.3.2

2003-05-30 Thread Papo Napolitano
Hi all, Anyone having this issue when compiling 4.3.2? main/network.lo(.text+0x94c): In function `php_stream_sock_ssl_activate_with_method': : undefined reference to `php_openssl_apply_verification_policy' main/network.lo(.text+0x9a8): In function `php_stream_sock_ssl_activate_with_method': : und

[PHP-INST] Compile Error 4.3.0 on RedHat Linux 7.2

2003-01-09 Thread zzori
Hi~ php install error... this machine Red Hat Linux release 7.2 (Enigma) gcc version 2.96 2731 (Red Hat Linux 7.2 2.96-112.7.2) glibc-2.2.4-31 glibc-devel-2.2.4-31 glibc-common-2.2.4-31 [root@hodduck php-4.3.0]# uname -a Linux hodduck 2.4.20 #1 SMP Tue Dec 17 15:07:26 KST 2002 i686 unknown ~~

[PHP-INST] Compile error PHP 4.3.0 (no problem with 4.2.3 though)

2003-01-03 Thread Helmut Tessarek
Hi, The ./configure script completed successfully but during the make following error message occurs: /usr/bin/ld: cannot find -ldb2 collect2: ld returned 1 exit status make: *** [libphp4.la] Error 1 This behavior is interesting since I had no troubles at all with version 4.2.3. I used the same

[PHP-INST] Compile error Apache 1.3.27 + PHP 4.3.0

2003-01-03 Thread Dieter Müller
When i try to compile Apache 1.3.27 with PHP 4.3.0 as module i get an error. Tried to compile with gcc 2.95.3 and gcc. 3.2.1 always the same problem PHP 4.2.3 works fine. First configure SSL: ./configure --with-apache=../apache_1.3.27 --with-ssl=../openssl-0.9.6h then in Apache path i ty

Re: [PHP-INST] Compile error

2002-08-11 Thread Rasmus Lerdorf
You are sure all the libs you are planning on using are threadsafe, right? On Sun, 11 Aug 2002, Glen Lee Edwards wrote: > I'm trying to install PHP. I'm getting the same error with 4.2.2 and > the latest snapshot during make. I'm trying to build it to work with > Apache 2.0.40, IMAP, and TWIG.

[PHP-INST] Compile error

2002-08-11 Thread Glen Lee Edwards
I'm trying to install PHP. I'm getting the same error with 4.2.2 and the latest snapshot during make. I'm trying to build it to work with Apache 2.0.40, IMAP, and TWIG. ./configure --with-mysql --with-imap --with-apxs2=/usr/local/apache-2.0.40/bin/apxs --enable-track-vars $ make /bin/sh lib

[PHP-INST] compile error (TSRM/tsrm_virtual_cwd.h)

2002-07-17 Thread Alven
here's the error.. php version 4.2.1 gcc: 2.95.3 linux: 2.4.5 configure string: ./configure --with-mysql=/usr/local --with-apxs=/www/apache/bin/apxs --with- gd=/usr/local --with-ttf --with-freetype --with-jpeg-dir /bin/sh /home/alven/Download/php-4.2.1/libtool --silent --mode=compile cc -I. -I/

[PHP-INST] Compile Error

2002-06-20 Thread Ashley M. Kirchner
OS: IRIX 6.5 PHP-4.2.1 -- gcc -I. -I/sources/apache/php-4.2.1/main -I/sources/apache/php-4.2.1/main -I/sources/apache/php-4.2.1 -I/sources/apache/apache_1.3.26/src/include -I/sources/apache/apache_1.3.26/src/os/unix -I/sources/apache/php-4.2.1/Zend -I/sources/apache/php-4.2.

[PHP-INST] Compile error - Redhat 7.2 / Php 4.1.1 / Apache 1.3.22

2002-01-06 Thread Brian Ipsen
Hi! When I try to compile php 4.1.1 with Apache 1.3.22 on my Redhat 7.2 I get this error: make[1]: Entering directory `/var/tmp/php-4.1.1/Zend' /bin/sh ../libtool --silent --mode=link gcc -O3 -march=i686 -mcpu=i686 -funroll-loops -fomit-frame-pointer -prefer- non-pic -static -o libZend.la -l

[PHP-INST] compile error

2001-11-23 Thread Jeong-Hyeon Choi
CONFIGURE: './configure' '--with-oci8=/user2/u01/app/oracle/product/8.1.7.' '--with-apache=/usr/local/src/apache_1.3.22' '- -enable-track-vars' CC: gcc CFLAGS: -g -O2 CPPFLAGS:-DSUPPORT_UTF8 CXX: CXXFLAGS: INCLUDES:-I/usr/local/src/apache_1.3.22/src/include -I/usr/lo

[PHP-INST] compile error

2001-10-25 Thread Thomas Holton
Hello, I am looking through the documentation and archives and have been unable to find anything about my problem, which is: Installing php-4.0.6 on alpha OSF1 v5.1 CONFIG LINE: ./configure --with-apache=../apache_1.3.22 --with-imap=/usr/local/src/imap-4.7 --with-mysql=/usr/local/mysql --with-

[PHP-INST] Compile : error with ludmsearch

2001-08-30 Thread FL
Hi! I've compiled and installed mnogosearch 3.1.19. The indexer runs well. I've downloaded php-4.0.6.tar.gz. configure runs but make stops on : /bin/sh /root/php-4.0.6/libtool --silent --mode=link gcc -I. -I/root/php-4.0.6/ -I/root/php-4.0.6/main -I/root/php-4.0.6 -I/root/php-4.0.6/Zend -I/u

Re: [PHP-INST] compile error: structure has no member named `ap_auth_type'

2001-08-29 Thread Mary Hunter
After banging my head against the wall for several more days, I succeeded in compiling PHP4 with a different Apache version. I was able to compile PHP with Apache version 1.3.20 using the options below. It seems there is some incompatibility with 1.2b8 that isn't mentioned anywhere. There was an

[PHP-INST] compile error: structure has no member named `ap_auth_type'

2001-08-24 Thread Mary Hunter
I can't get PHP4 to compile on my machine. I am at my wits' end on this. I need to upgrade to PHP4 from 3.0.18 for a particular application I would like to run. If anyone has any ideas on what I might try, I would be most grateful for any input. I've tried compiling with every version of PHP4 I

[PHP-INST] Compile error: IRIX 6.2 w/ IDO

2001-03-27 Thread Ethan
I tried compiling on a plain Indy R4400-200mhz system. The operating system is IRIX 6.2 w/ the rollup patch bundle. Compiler was the SGI IDO (development option), not MipsPro. I will probably drop GCC on the system and compile with that. I just thought I would let you know, it would rock to be ab

Re: [PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-11 Thread Johannes Ambrose
Thanks for your help. The make works now. The problem I had was the install instructions in the book ""MySQL/PHP Database Applications". The first ./configure for apache says --prefix=/path/to/apache , with the instruction "the path where you would like Apache installed. The second ./configure als

Re: [PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-09 Thread Jani Taskinen
On Fri, 9 Mar 2001, Johannes Ambrose wrote: >Hi, >I hope this is not a stupid question. The faq tells me it should just >work. > >When compiling apache on Red Hat 6.2 with : >./configure --prefix=/usr/local/apache >--activate-module=src/modules/php4/libphp4.a > >everything works fine. However, ma

[PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-08 Thread Johannes Ambrose
Hi, I hope this is not a stupid question. The faq tells me it should just work. When compiling apache on Red Hat 6.2 with : ./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a everything works fine. However, make gives me a build error because there is no such dir

[PHP-INST] Compile error w/ libextra.a (ranlib)

2001-02-03 Thread Doug Taylor
Hello, I am attempting to take over development and maintenance of a very neglected website (and with your donation of only 50¢ per day...). The site contained code which was originally thought to be some proprietary, modified version of PHP (which really pissed me off!)... but eventually it was