#25715 [NEW]: ld: warning multiple definitions of symbol
From: efrangul at mac dot com Operating system: Mac OS X 10.2.8 PHP version: 4.3.4RC1 PHP Bug Type: Compile Failure Bug description: ld: warning multiple definitions of symbol Description: I have compiled version 4.3.3 with the same configure parameter and it worked through. Apache version 2.0.47 MySQL Standard 4.1.0 gd version 2.0.15 Java version 1.4.1_01 Freetype version 2.1.5 Oracle version 9.2.0.1.0 Reproduce code: --- ./configure --prefix=/usr/local --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd --with-openssl=/usr --with-xml --enable-exif --enable-ftp --enable-sockets --with-sysvshm --with-sysvsem --enable-safe-mode --enable-track-vars --enable-magic-quotes --enable-bcmath --enable-memory-limit=yes --with-kerberos=/usr --with-yp --enable-wddx --enable-shmop --enable-trans-sid --with-tsrm-pthreads --enable-calendar --with-zlib --with-java=/System/Library/Frameworks/JavaVM.framework/Home --with-oracle --with-freetype-dir=/usr/local/lib Expected result: To link fine. Actual result: -- ld: warning multiple definitions of symbol _pcre_free ext/pcre/pcrelib/pcre.o definition of _pcre_free in section (__DATA,__data) /usr/local/apache-2.0.47/bin/httpd definition of _pcre_free ld: warning multiple definitions of symbol _pcre_malloc ext/pcre/pcrelib/pcre.o definition of _pcre_malloc in section (__DATA,__data) /usr/local/apache-2.0.47/bin/httpd definition of _pcre_malloc ld: warning multiple definitions of symbol _XML_SetSkippedEntityHandler ext/xml/expat/xmlparse.o definition of _XML_SetSkippedEntityHandler in section (__TEXT,__text) /usr/local/lib/libexpat.dylib(xmlparse.lo) definition of _XML_SetSkippedEntityHandler ld: warning multiple definitions of symbol _regcomp /usr/local/apache-2.0.47/bin/httpd definition of _regcomp /usr/lib/libm.dylib(regcomp.So) definition of _regcomp ld: warning multiple definitions of symbol _regexec /usr/local/apache-2.0.47/bin/httpd definition of _regexec /usr/lib/libm.dylib(regexec.So) definition of _regexec ld: warning multiple definitions of symbol _regfree /usr/local/apache-2.0.47/bin/httpd definition of _regfree /usr/lib/libm.dylib(regfree.So) definition of _regfree ld: warning multiple definitions of symbol _dlerror /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlerror /oracle/9.2.0.1.0/lib/libclntsh.dylib(dlopen.o) definition of _dlerror ld: warning multiple definitions of symbol _dlopen /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlopen /oracle/9.2.0.1.0/lib/libclntsh.dylib(dlopen.o) definition of _dlopen ld: Undefined symbols: _ASN1_INTEGER_get _ASN1_INTEGER_set _ASN1_STRING_set_default_mask_asc _BIO_ctrl _BIO_free _BIO_new _BIO_new_file _BIO_new_mem_buf _BIO_printf _BIO_s_mem _CONF_free _CONF_get_number _CONF_get_section _CONF_get_string _CONF_load _ERR_error_string _ERR_get_error _ERR_load_ERR_strings _ERR_load_EVP_strings _ERR_load_SSL_strings _ERR_load_crypto_strings _EVP_DecryptUpdate _EVP_DigestInit _EVP_DigestUpdate _EVP_EncryptInit _EVP_EncryptUpdate _EVP_OpenFinal _EVP_OpenInit _EVP_PKEY_assign _EVP_PKEY_copy_parameters _EVP_PKEY_free _EVP_PKEY_new _EVP_PKEY_size _EVP_SealFinal _EVP_SealInit _EVP_SignFinal _EVP_VerifyFinal _EVP_cleanup _EVP_des_ede3_cbc _EVP_get_digestbyname _EVP_md5 _EVP_rc2_40_cbc _EVP_rc4 _EVP_sha1 _OBJ_create _OBJ_create_objects _OBJ_nid2ln _OBJ_nid2sn _OBJ_obj2nid _OBJ_txt2nid _OpenSSL_add_all_algorithms _OpenSSL_add_all_ciphers _OpenSSL_add_all_digests _PEM_ASN1_read_bio _PEM_X509_INFO_read_bio _PEM_read_bio_PUBKEY _PEM_read_bio_PrivateKey _PEM_read_bio_X509 _PEM_read_bio_X509_REQ _PEM_write_bio_PrivateKey _PEM_write_bio_X509 _PEM_write_bio_X509_REQ _PKCS7_decrypt _PKCS7_encrypt _PKCS7_free _PKCS7_get0_signers _PKCS7_sign _PKCS7_verify _RAND_egd _RAND_file_name _RAND_load_file _RAND_status _RAND_write_file _RSA_generate_key _RSA_private_decrypt _RSA_private_encrypt _RSA_public_decrypt _RSA_public_encrypt _SMIME_read_PKCS7 _SMIME_write_PKCS7 _SSL_CTX_check_private_key _SSL_CTX_load_verify_locations _SSL_CTX_set_default_passwd_cb _SSL_CTX_set_default_passwd_cb_userdata _SSL_CTX_set_verify _SSL_CTX_set_verify_depth _SSL_CTX_use_PrivateKey_file _SSL_CTX_use_certificate_chain_file _SSL_free _SSL_get_certificate _SSL_get_ex_data _SSL_get_ex_data_X509_STORE_CTX_idx _SSL_get_ex_new_index _SSL_get_privatekey _SSL_get_verify_result _SSL_new _SSL_set_ex_data _X509V3_EXT_REQ_add_conf _X509V3_EXT_add_conf _X509V3_set_conf_lhash _X509V3_set_ctx _X509_INFO_free _X509_LOOKUP_ctrl _X509_LOOKUP_file _X509_LOOKUP_hash_dir _X509_NAME_ENTRY_get_data _X509_NAME_ENTRY_get_object _X509_NAME_add_entry_by_NID _X509_NAME_add_entry_by_txt _X509_NAME_entry_count _X509_NAME_get_entry _X509_NAME_get_index_by_NID _X509_NAME_get_text_by_NID _X509_PURPOSE_get0 _X509_PURPOSE_get0_name _X509_PURPOSE_get0_sname _X509_PURPOSE_get_count _X509_PURPOSE_get_id _X509_REQ_add1_attr_by_txt _X509_REQ_free _X509_REQ_get_attr_by_NID
#25715 [Fbk->Opn]: ld: warning multiple definitions of symbol
ID: 25715 User updated by: efrangul at mac dot com Reported By: efrangul at mac dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: Mac OS X 10.2.8 PHP Version: 4.3.4RC1 New Comment: Thanks :-) I was able to compile it. make test is running and the result will be sent. Thanks again Eric Previous Comments: [2003-10-01 20:41:51] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip [2003-10-01 11:41:56] efrangul at mac dot com Description: I have compiled version 4.3.3 with the same configure parameter and it worked through. Apache version 2.0.47 MySQL Standard 4.1.0 gd version 2.0.15 Java version 1.4.1_01 Freetype version 2.1.5 Oracle version 9.2.0.1.0 Reproduce code: --- ./configure --prefix=/usr/local --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd --with-openssl=/usr --with-xml --enable-exif --enable-ftp --enable-sockets --with-sysvshm --with-sysvsem --enable-safe-mode --enable-track-vars --enable-magic-quotes --enable-bcmath --enable-memory-limit=yes --with-kerberos=/usr --with-yp --enable-wddx --enable-shmop --enable-trans-sid --with-tsrm-pthreads --enable-calendar --with-zlib --with-java=/System/Library/Frameworks/JavaVM.framework/Home --with-oracle --with-freetype-dir=/usr/local/lib Expected result: To link fine. Actual result: -- ld: warning multiple definitions of symbol _pcre_free ext/pcre/pcrelib/pcre.o definition of _pcre_free in section (__DATA,__data) /usr/local/apache-2.0.47/bin/httpd definition of _pcre_free ld: warning multiple definitions of symbol _pcre_malloc ext/pcre/pcrelib/pcre.o definition of _pcre_malloc in section (__DATA,__data) /usr/local/apache-2.0.47/bin/httpd definition of _pcre_malloc ld: warning multiple definitions of symbol _XML_SetSkippedEntityHandler ext/xml/expat/xmlparse.o definition of _XML_SetSkippedEntityHandler in section (__TEXT,__text) /usr/local/lib/libexpat.dylib(xmlparse.lo) definition of _XML_SetSkippedEntityHandler ld: warning multiple definitions of symbol _regcomp /usr/local/apache-2.0.47/bin/httpd definition of _regcomp /usr/lib/libm.dylib(regcomp.So) definition of _regcomp ld: warning multiple definitions of symbol _regexec /usr/local/apache-2.0.47/bin/httpd definition of _regexec /usr/lib/libm.dylib(regexec.So) definition of _regexec ld: warning multiple definitions of symbol _regfree /usr/local/apache-2.0.47/bin/httpd definition of _regfree /usr/lib/libm.dylib(regfree.So) definition of _regfree ld: warning multiple definitions of symbol _dlerror /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlerror /oracle/9.2.0.1.0/lib/libclntsh.dylib(dlopen.o) definition of _dlerror ld: warning multiple definitions of symbol _dlopen /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlopen /oracle/9.2.0.1.0/lib/libclntsh.dylib(dlopen.o) definition of _dlopen ld: Undefined symbols: _ASN1_INTEGER_get _ASN1_INTEGER_set _ASN1_STRING_set_default_mask_asc _BIO_ctrl _BIO_free _BIO_new _BIO_new_file _BIO_new_mem_buf _BIO_printf _BIO_s_mem _CONF_free _CONF_get_number _CONF_get_section _CONF_get_string _CONF_load _ERR_error_string _ERR_get_error _ERR_load_ERR_strings _ERR_load_EVP_strings _ERR_load_SSL_strings _ERR_load_crypto_strings _EVP_DecryptUpdate _EVP_DigestInit _EVP_DigestUpdate _EVP_EncryptInit _EVP_EncryptUpdate _EVP_OpenFinal _EVP_OpenInit _EVP_PKEY_assign _EVP_PKEY_copy_parameters _EVP_PKEY_free _EVP_PKEY_new _EVP_PKEY_size _EVP_SealFinal _EVP_SealInit _EVP_SignFinal _EVP_VerifyFinal _EVP_cleanup _EVP_des_ede3_cbc _EVP_get_digestbyname _EVP_md5 _EVP_rc2_40_cbc _EVP_rc4 _EVP_sha1 _OBJ_create _OBJ_create_objects _OBJ_nid2ln _OBJ_nid2sn _OBJ_obj2nid _OBJ_txt2nid _OpenSSL_add_all_algorithms _OpenSSL_add_all_ciphers _OpenSSL_add_all_digests _PEM_ASN1_read_bio _PEM_X509_INFO_read_bio _PEM_read_bio_PUBKEY _PEM_read_bio_PrivateKey _PEM_read_bio_X509 _PEM_read_bio_X509_REQ _PEM_write_bio_PrivateKey _PEM_write_bio_X509 _PEM_write_bio_X509_REQ _PKCS7_decrypt _PKCS7_encrypt _PKCS7_free _PKCS7_get0_signers _PKCS7_sign _PKCS7_verify _RAND_egd _RAND_file_name _RAND_load_file _RAND_status _RAND_write_file _RSA_generate_key _RSA_private_decrypt _RSA_private_encrypt _RSA_public_decrypt _RSA_public_encrypt _SMIME_read_PKCS7 _SMIME_write_PKCS7 _SSL_CTX_check_private_key _SSL_CTX_load_verify_locations _SSL_CTX_set_default_passwd_cb _SSL_CTX_set_default_passwd_cb_userdata _SSL_CTX_set_verify _SSL_CTX_set_verify_depth _SSL_CTX_use_PrivateKey_file _SSL_CTX_use_certificate_chain_file _SSL_free _SSL_get_certificate _SSL_get_ex_data _SSL_get_ex_data_X509_STORE_CTX_idx _SSL_get_ex_new_index
#26058 [NEW]: Could not link binary
From: efrangul at mac dot com Operating system: Mac OS X 10.2.8 PHP version: 5CVS-2003-10-31 (dev) PHP Bug Type: Compile Failure Bug description: Could not link binary Description: I can not link the executable. Version used: apache-2.0.48 mysql-standard-4.1.0-alpha gd-2.0.15 libxml2-2.6.1 libxslt-1.0.33 oracle-9.2.0.1.0 Java-1.4.1 Reproduce code: --- ./configure --prefix=/usr/local --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd --with-openssl=/usr --with-simplexml --with-libxml-dir=/usr/local/xml --enable-exif --enable-ftp --enable-sockets --with-sysvshm --with-sysvsem --enable-safe-mode --enable-track-vars --enable-magic-quotes --enable-bcmath --enable-memory-limit=yes --with-kerberos=/usr --with-yp --enable-wddx --enable-shmop --enable-trans-sid --with-tsrm-pthreads --enable-calendar --with-zlib --with-java=/System/Library/Frameworks/JavaVM.framework/Home --with-oracle --with-freetype-dir=/usr/local/lib --with-iconv=/usr/local Expected result: php binary created. Actual result: -- gcc -bundle -bundle_loader /usr/local/apache-2.0.48/ bin/httpd -L/usr/local/lib -L/usr/local/apache-2.0.48/ lib -laprutil-0 -lexpat -L/usr/local/apache-2.0.48/lib -lapr-0 -g -O2 -L/usr/local/xml2/lib -L/usr/local/lib -L/usr/local/gd/lib -L/usr/local/mysql/lib -L/oracle/ 9.2.0.1.0/lib ext/openssl/openssl.o ext/openssl/ xp_ssl.o ext/zlib/zlib.o ext/zlib/zlib_fopen_wrapper.o ext/bcmath/bcmath.o ext/bcmath/libbcmath/src/add.o ext/ bcmath/libbcmath/src/div.o ext/bcmath/libbcmath/src/ init.o ext/bcmath/libbcmath/src/neg.o ext/bcmath/ libbcmath/src/outofmem.o ext/bcmath/libbcmath/src/ raisemod.o ext/bcmath/libbcmath/src/rt.o ext/bcmath/ libbcmath/src/sub.o ext/bcmath/libbcmath/src/compare.o ext/bcmath/libbcmath/src/divmod.o ext/bcmath/libbcmath/ src/int2num.o ext/bcmath/libbcmath/src/num2long.o ext/ bcmath/libbcmath/src/output.o ext/bcmath/libbcmath/src/ recmul.o ext/bcmath/libbcmath/src/sqrt.o ext/bcmath/ libbcmath/src/zero.o ext/bcmath/libbcmath/src/debug.o ext/bcmath/libbcmath/src/doaddsub.o ext/bcmath/ libbcmath/src/nearzero.o ext/bcmath/libbcmath/src/ num2str.o ext/bcmath/libbcmath/src/raise.o ext/bcmath/ libbcmath/src/rmzero.o ext/bcmath/libbcmath/src/ str2num.o ext/calendar/calendar.o ext/calendar/dow.o ext/calendar/french.o ext/calendar/gregor.o ext/ calendar/jewish.o ext/calendar/julian.o ext/calendar/ easter.o ext/calendar/cal_unix.o ext/ctype/ctype.o ext/ dom/php_dom.o ext/dom/attr.o ext/dom/document.o ext/ dom/domerrorhandler.o ext/dom/domstringlist.o ext/dom/ domexception.o ext/dom/namelist.o ext/dom/ processinginstruction.o ext/dom/cdatasection.o ext/dom/ documentfragment.o ext/dom/domimplementation.o ext/dom/ element.o ext/dom/node.o ext/dom/string_extend.o ext/ dom/characterdata.o ext/dom/documenttype.o ext/dom/ domimplementationlist.o ext/dom/entity.o ext/dom/ nodelist.o ext/dom/text.o ext/dom/comment.o ext/dom/ domconfiguration.o ext/dom/domimplementationsource.o ext/dom/entityreference.o ext/dom/notation.o ext/dom/ xpath.o ext/dom/typeinfo.o ext/dom/domerror.o ext/dom/ domlocator.o ext/dom/namednodemap.o ext/dom/ userdatahandler.o ext/exif/exif.o ext/ftp/php_ftp.o ext/ftp/ftp.o ext/gd/gd.o ext/gd/gdttf.o ext/gd/ gdcache.o ext/iconv/iconv.o ext/libxml/libxml.o ext/ mysql/php_mysql.o ext/oracle/oracle.o ext/pcre/pcrelib/ maketables.o ext/pcre/pcrelib/get.o ext/pcre/pcrelib/ study.o ext/pcre/pcrelib/pcre.o ext/pcre/php_pcre.o ext/posix/posix.o ext/session/session.o ext/session/ mod_files.o ext/session/mod_mm.o ext/session/mod_user.o ext/shmop/shmop.o ext/simplexml/simplexml.o ext/ sockets/sockets.o ext/sqlite/sqlite.o ext/sqlite/ sess_sqlite.o ext/sqlite/libsqlite/src/opcodes.o ext/ sqlite/libsqlite/src/parse.o ext/sqlite/libsqlite/src/ encode.o ext/sqlite/libsqlite/src/auth.o ext/sqlite/ libsqlite/src/btree.o ext/sqlite/libsqlite/src/build.o ext/sqlite/libsqlite/src/delete.o ext/sqlite/libsqlite/ src/expr.o ext/sqlite/libsqlite/src/func.o ext/sqlite/ libsqlite/src/hash.o ext/sqlite/libsqlite/src/insert.o ext/sqlite/libsqlite/src/main.o ext/sqlite/libsqlite/ src/os.o ext/sqlite/libsqlite/src/pager.o ext/sqlite/ libsqlite/src/printf.o ext/sqlite/libsqlite/src/ random.o ext/sqlite/libsqlite/src/select.o ext/sqlite/ libsqlite/src/table.o ext/sqlite/libsqlite/src/ tokenize.o ext/sqlite/libsqlite/src/update.o ext/ sqlite/libsqlite/src/util.o ext/sqlite/libsqlite/src/ vdbe.o ext/sqlite/libsqlite/src/attach.o ext/sqlite/ libsqlite/src/btree_rb.o ext/sqlite/libsqlite/src/ pragma.o ext/sqlite/libsqlite/src/vacuum.o ext/sqlite/ libsqlite/src/copy.o ext/sqlite/libsqlite/src/where.o ext/sqlite/libsqlite/src/trigger.o regex/regcomp.o regex/regexec.o regex/regerror.o regex/regfree.o ext/ standard/array.o ext/standard/base64.o ext/standard/ basic_functions.o ext/standard/browscap.o ext/standard/ crc32.o ext/standard/crypt.o ext/standard/cyr_convert.o ext/standard/datetime.o ext/standard
#26058 [Bgs]: Could not link binary
ID: 26058 User updated by: efrangul at mac dot com Reported By: efrangul at mac dot com Status: Bogus Bug Type: Compile Failure Operating System: Mac OS X 10.2.8 PHP Version: 5CVS-2003-10-31 (dev) New Comment: Thanks, I've removed --with-oracle and it links fine. Previous Comments: [2003-11-01 05:19:37] [EMAIL PROTECTED] Was it really necessary to put the whole output of make here? Anyway, report this to Oracle who kindly have put some functions into their libs that are colliding with libxml. easy fix: Remove --with-oracle from your configure line. And btw. there is no java extension in PHP 5 (yet). [2003-10-31 10:27:25] efrangul at mac dot com Description: I can not link the executable. Version used: apache-2.0.48 mysql-standard-4.1.0-alpha gd-2.0.15 libxml2-2.6.1 libxslt-1.0.33 oracle-9.2.0.1.0 Java-1.4.1 Reproduce code: --- ./configure --prefix=/usr/local --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd=/usr/local/gd --with-openssl=/usr --with-simplexml --with-libxml-dir=/usr/local/xml --enable-exif --enable-ftp --enable-sockets --with-sysvshm --with-sysvsem --enable-safe-mode --enable-track-vars --enable-magic-quotes --enable-bcmath --enable-memory-limit=yes --with-kerberos=/usr --with-yp --enable-wddx --enable-shmop --enable-trans-sid --with-tsrm-pthreads --enable-calendar --with-zlib --with-java=/System/Library/Frameworks/JavaVM.framework/Home --with-oracle --with-freetype-dir=/usr/local/lib --with-iconv=/usr/local Expected result: php binary created. Actual result: -- gcc -bundle -bundle_loader /usr/local/apache-2.0.48/ bin/httpd -L/usr/local/lib -L/usr/local/apache-2.0.48/ lib -laprutil-0 -lexpat -L/usr/local/apache-2.0.48/lib -lapr-0 -g -O2 -L/usr/local/xml2/lib -L/usr/local/lib -L/usr/local/gd/lib -L/usr/local/mysql/lib -L/oracle/ 9.2.0.1.0/lib ext/openssl/openssl.o ext/openssl/ xp_ssl.o ext/zlib/zlib.o ext/zlib/zlib_fopen_wrapper.o ext/bcmath/bcmath.o ext/bcmath/libbcmath/src/add.o ext/ bcmath/libbcmath/src/div.o ext/bcmath/libbcmath/src/ init.o ext/bcmath/libbcmath/src/neg.o ext/bcmath/ libbcmath/src/outofmem.o ext/bcmath/libbcmath/src/ raisemod.o ext/bcmath/libbcmath/src/rt.o ext/bcmath/ libbcmath/src/sub.o ext/bcmath/libbcmath/src/compare.o ext/bcmath/libbcmath/src/divmod.o ext/bcmath/libbcmath/ src/int2num.o ext/bcmath/libbcmath/src/num2long.o ext/ bcmath/libbcmath/src/output.o ext/bcmath/libbcmath/src/ recmul.o ext/bcmath/libbcmath/src/sqrt.o ext/bcmath/ libbcmath/src/zero.o ext/bcmath/libbcmath/src/debug.o ext/bcmath/libbcmath/src/doaddsub.o ext/bcmath/ libbcmath/src/nearzero.o ext/bcmath/libbcmath/src/ num2str.o ext/bcmath/libbcmath/src/raise.o ext/bcmath/ libbcmath/src/rmzero.o ext/bcmath/libbcmath/src/ str2num.o ext/calendar/calendar.o ext/calendar/dow.o ext/calendar/french.o ext/calendar/gregor.o ext/ calendar/jewish.o ext/calendar/julian.o ext/calendar/ easter.o ext/calendar/cal_unix.o ext/ctype/ctype.o ext/ dom/php_dom.o ext/dom/attr.o ext/dom/document.o ext/ dom/domerrorhandler.o ext/dom/domstringlist.o ext/dom/ domexception.o ext/dom/namelist.o ext/dom/ processinginstruction.o ext/dom/cdatasection.o ext/dom/ documentfragment.o ext/dom/domimplementation.o ext/dom/ element.o ext/dom/node.o ext/dom/string_extend.o ext/ dom/characterdata.o ext/dom/documenttype.o ext/dom/ domimplementationlist.o ext/dom/entity.o ext/dom/ nodelist.o ext/dom/text.o ext/dom/comment.o ext/dom/ domconfiguration.o ext/dom/domimplementationsource.o ext/dom/entityreference.o ext/dom/notation.o ext/dom/ xpath.o ext/dom/typeinfo.o ext/dom/domerror.o ext/dom/ domlocator.o ext/dom/namednodemap.o ext/dom/ userdatahandler.o ext/exif/exif.o ext/ftp/php_ftp.o ext/ftp/ftp.o ext/gd/gd.o ext/gd/gdttf.o ext/gd/ gdcache.o ext/iconv/iconv.o ext/libxml/libxml.o ext/ mysql/php_mysql.o ext/oracle/oracle.o ext/pcre/pcrelib/ maketables.o ext/pcre/pcrelib/get.o ext/pcre/pcrelib/ study.o ext/pcre/pcrelib/pcre.o ext/pcre/php_pcre.o ext/posix/posix.o ext/session/session.o ext/session/ mod_files.o ext/session/mod_mm.o ext/session/mod_user.o ext/shmop/shmop.o ext/simplexml/simplexml.o ext/ sockets/sockets.o ext/sqlite/sqlite.o ext/sqlite/ sess_sqlite.o ext/sqlite/libsqlite/src/opcodes.o ext/ sqlite/libsqlite/src/parse.o ext/sqlite/libsqlite/src/ encode.o ext/sqlite/libsqlite/src/auth.o ext/sqlite/ libsqlite/src/btree.o ext/sqlite/libsqlite/src/build.o ext/sqlite/libsqlite/src/delete.o ext/sqlite/libsqlite/ src/expr.o ext/sqlite/libsqlite/src/func.o ext/sqlite/ libsqlite/src/hash.o ext/sqlite/libsqlite/src/insert.o ext/sqlite/libsqlite/src/main.o ext/sqlite/libsqlite/ src/os.o ext/sqlite/libsqlite/src/pager.o ext/sqlite/ libsqlite/src/printf.o ext/sqlite/libsqlite/src/ random.o ext/sqlite/libsqlite/src/select.o ext/s