[PHP-INSTALL] PHP installation

2008-04-20 Thread Dinesh
Hello , This is my PHP configuration Script which i run in SUSE Linux . ./configure --with-apxs2=/usr/local/apache/bin/apxs --with-sapdb=/opt/sdb/interface/odbc/ --with-iconv --with-imap=/opt/imap-2007a --with-imap-ssl=/usr --with-gd --enable-gd-native-ttf --with-jpeg-dir=/usr --with-xpm-dir=/us

[PHP-INSTALL] PHP compile of external library

2008-04-20 Thread Joseph Yee
Greeting, I have modified one of the external library, c-client an IMAP library, and wonder if I can just recompile the external library, without recompile the whole PHP? And also if I can compile the change, like extensions? Thanks Joseph

[PHP-INSTALL] Problem Installing PHP 5.2.5 on Solaris 10

2008-04-20 Thread Mr jeremy pennington
I'm getting the following error when I run make: Undefined   first referenced  symbol in file EVP_CIPHER_CTX_block_size   ext/openssl/.libs/openssl.o ld: fatal: Symbol referencing errors. No output written to sapi/cli/php collect2: ld returned

[PHP-INSTALL] Fw: Problem Installing PHP 5.2.5 on Solaris 10

2008-04-20 Thread Mr jeremy pennington
I'm getting the following error when I run make: Undefined   first referenced  symbol in file EVP_CIPHER_CTX_block_size   ext/openssl/.libs/openssl.o ld: fatal: Symbol referencing errors. No output written to sapi/cli/php collect2: ld returned

Re: [PHP-INSTALL] Re: Compiling a SOAP extension for PHP5 in MaxOSX Leopard

2008-04-20 Thread php . net
BuildSmart skrev: It has to do with the way you build PHP modules and mixing apple source with genuine source. Your best bet is to build PHP completely using apple's source and enable shared the modules need/want., then after building you can copy over the modules or create an installer if you k