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
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
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
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
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