From:             gmills at library dot berkeley dot edu
Operating system: Solaris 10
PHP version:      5.3.13
Package:          *Configuration Issues
Bug Type:         Bug
Bug description:--with-config-file-path conflicts with --with-ldap

Description:
------------
I am installing PHP for a group that creates and manages a number of
different 
web apps, so I need a number of extensions. I discovered that although I
was 
specifying the LDAP extension, it was not making it into the final PHP, as

demonstrated by phpinfo(). I went through the process of stripping down to
just 
--with-ldap and building up, and discovered that: when I specified --with-
config-file-path, the ldap module did not make it into PHP. There were no
error 
messages.
Here is my config command line (edited for readability):

./configure
--prefix=/opt/csw/php5313
--disable-all
--with-pic
--disable-static
--with-ldap=shared,/opt/csw
--enable-dom
--with-zlib=/opt/csw
--enable-embedded-mysqli
--with-mysql=mysqlnd
--with-mysqli=mysqlnd
--enable-session
--with-openssl=/opt/ssl-1.0.0g
--with-openssl-dir=/opt/ssl-1.0.0g
--with-readline=shared,/opt/csw
--with-mm=/opt/extra
--enable-magic-quotes
--enable-sockets
--enable-shmop
--enable-sysvmsg
--enable-sysvsem
--enable-sysvshm
--enable-xml
--enable-libxml
--with-libxml-dir=/opt/extra
--enable-xmlreader
--enable-mbstring
--enable-mbregex
--with-iconv-dir=/opt/csw
--with-xsl=shared,/opt/csw
--with-mcrypt=shared,/opt/csw
--with-mhash=shared,/opt/csw
--enable-json
--enable-filter=shared
--enable-zip
--with-pcre-regex
--with-jpeg-dir=/opt/csw
--with-png-dir=/opt/csw
--with-gd=shared,/opt/csw
--enable-gd-native-ttf
--enable-gd-jis-conv
--enable-exif
--with-gettext=shared,/opt/csw
--with-gmp=shared,/opt/csw
--with-pear
--with-apxs2=/opt/httpd-2.2.22/bin/apxs


-- 
Edit bug report at https://bugs.php.net/bug.php?id=62301&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=62301&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=62301&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=62301&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=62301&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=62301&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=62301&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=62301&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=62301&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=62301&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=62301&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=62301&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=62301&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=62301&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=62301&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=62301&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=62301&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=62301&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=62301&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=62301&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=62301&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=62301&r=mysqlcfg

Reply via email to