Edit report at https://bugs.php.net/bug.php?id=62301&edit=1

 ID:                 62301
 Comment by:         abhishek dot dujari at gmail dot com
 Reported by:        gmills at library dot berkeley dot edu
 Summary:            --with-config-file-path conflicts with --with-ldap
 Status:             Open
 Type:               Bug
 Package:            *Configuration Issues
 Operating System:   Solaris 10
 PHP Version:        5.3.13
 Block user comment: N
 Private report:     N

 New Comment:

Hi, 
I dont think we get error messages when configure faparemeters fail, they just 
go 
to default. Could you paste the configure output?
thanks


Previous Comments:
------------------------------------------------------------------------
[2012-06-12 15:43:47] gmills at library dot berkeley dot edu

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 this bug report at https://bugs.php.net/bug.php?id=62301&edit=1

Reply via email to