php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36955 Configure fails to find libraries
Submitted: 2006-04-03 12:10 UTC Modified: 2006-04-03 12:16 UTC
From: martin at graphicmedicine dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.1.3RC2 OS: Mac OS X 10.4.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: martin at graphicmedicine dot com
New email:
PHP Version: OS:

 

 [2006-04-03 12:10 UTC] martin at graphicmedicine dot com
Description:
------------
Configure fails to find required libraries

Reproduce code:
---------------
./configure --prefix=/usr --enable-cli --with-config-file-path=/private/etc/ --with-apxs=/usr/sbin/apxs --with-xml --with-libxml-dir=/usr --with-xsl=/usr --enable-soap --enable-wddx --with-xmlrpc --enable-zend-multibyte --with-mod_charset --enable-ftp --enable-bcmath --enable-calendar --enable-sockets --with-curl=/usr --with-curlwrappers --with-iconv --with-iconv-dir=/usr --enable-mbstring --enable-mbregex --enable-yp --enable-magic-quotes --enable-shmop --enable-exif --enable-filepro --with-flatfile --enable-dbase --with-pspell --with-openssl=/usr --with-mcrypt=/usr --with-imap=/usr/local/imap-2004c --with-imap-ssl=/usr --with-kerberos=/usr --with-ldap=/usr --with-ldap-sasl=/usr --with-zlib=/usr --with-zlib-dir=/usr --with-bz2=/usr --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-pgsql=/usr/local/bin/pg_config --enable-embedded-mysqli --enable-sqlite-utf8 --with-mssql=/usr --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir=/usr --with-t1lib=/usr --enable-gd-jis-conv --enable-gd-native-ttf

Expected result:
----------------
Successful configure

Actual result:
--------------
configure: error: Cannot find OpenSSL's libraries
configure: error: Kerberos libraries not found.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-03 12:16 UTC] martin at graphicmedicine dot com
this appears to be the same problem as
http://bugs.php.net/bug.php?id=36945

sorry!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 05:01:31 2024 UTC