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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Thu May 02 06:01:32 2024 UTC