ID: 44375 Updated by: [EMAIL PROTECTED] Reported By: petr at hroch dot info -Status: Open +Status: Bogus Bug Type: LDAP related Operating System: Linux Debian Etch 4.0 PHP Version: 5.3CVS-2008-03-08 (CVS) New Comment:
So you're doing something we don't support and never will. If you want to build shared extensions, use the proper configure options. phpize is not meant for building extension under ext/ directory. Previous Comments: ------------------------------------------------------------------------ [2008-03-12 19:42:30] petr at hroch dot info 'make install' of what? I usualy build and install PHP core from source using configure, make, make install and than I externaly compile only usable extensions found in ext directory or from pecl source using phpize, configure, make, make install. Rebuilding fixed extensions separately It's faster for me then rebuild the whole source tree. Regards Petr ------------------------------------------------------------------------ [2008-03-11 21:40:20] [EMAIL PROTECTED] Did you 'make install' before re-phpizing the ldap module? And why do do you phpize ldap anyway, it's stock extension, just build it as static into the PHP.. ------------------------------------------------------------------------ [2008-03-10 12:17:50] petr at hroch dot info I've found that this problem occures only if LDAP extension is compiled externaly using phpize. If it's compiled together with php core using general configure script, extension works fine. I don't know where might be a problem. Petr ------------------------------------------------------------------------ [2008-03-10 12:01:31] [EMAIL PROTECTED] Odd... Compile with success here. ------------------------------------------------------------------------ [2008-03-10 09:19:20] petr at hroch dot info Hi, problem still remains. Compiled PHP from source http://snaps.php.net/php5.3-latest.tar.gz php -m PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/ldap.so' - /usr/local/php/lib/php/extensions/ldap.so: undefined symbol: third_arg_force_ref in Unknown on line 0 [PHP Modules] calendar ctype date dom ereg filter hash iconv json libxml openssl pcntl pcre PDO pdo_sqlite posix Reflection session SimpleXML sockets SPL SQLite standard sysvmsg sysvsem sysvshm tokenizer xml xmlreader xmlwriter zlib [Zend Modules] In PHP 5.2.5 everything works fine. Regards Petr ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/44375 -- Edit this bug report at http://bugs.php.net/?id=44375&edit=1
