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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: joe dot siponen at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Apr 29 05:01:31 2025 UTC