php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60347 Cannot ./configure on OSX
Submitted: 2011-11-21 13:50 UTC Modified: 2014-01-21 15:09 UTC
From: joe dot siponen at gmail dot com Assigned: treffynnon (profile)
Status: Closed Package: ssdeep (PECL)
PHP Version: 5.3.8 OS: Mac OS X 10.7.2
Private report: No CVE-ID: None
 [2011-11-21 13:50 UTC] joe dot siponen at gmail dot com
Description:
------------
In order to configure on Mac OS X I had to make the following change.

In configure @line 4451:

  SSDEEP_LIB_FILENAME="lib$SSDEEP_LIB_NAME.so"

changed to:

   SSDEEP_LIB_FILENAME="lib$SSDEEP_LIB_NAME.dylib"









Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-01-21 14:44 UTC] treffynnon@php.net
-Summary: Cannot ./configure +Summary: Cannot ./configure on OSX -Status: Open +Status: Verified
 [2014-01-21 15:09 UTC] treffynnon@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: treffynnon
 [2014-01-21 15:09 UTC] treffynnon@php.net
Fixed in 1.0.3 release.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC