php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59358 Cannot install on MacOS
Submitted: 2010-08-10 07:56 UTC Modified: 2011-06-27 05:38 UTC
From: sylvain dot lecoy at gmail dot com Assigned:
Status: Closed Package: rar (PECL)
PHP Version: 5.2.12 OS: MacOS 10.5.8
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sylvain dot lecoy at gmail dot com
New email:
PHP Version: OS:

 

 [2010-08-10 07:56 UTC] sylvain dot lecoy at gmail dot com
Description:
------------
I get the following problem trying to install on MacOS 10.5.8

PECL install RAR:

collect2: ld returned 1 exit status
make: *** [rar.la] Error 1
ERROR: `make' failed

The linker seem to not be able compiling.

Same problem on MacOS 10.6


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-06 21:06 UTC] mrienstra at gmail dot com
I get the same error output.

PEAR Version: 1.8.0
PHP Version: 5.3.2
Mac OS X 10.6.4

I used the command "sudo pecl -v install rar"

Happy to send full output if that is helpful, or help debug.

Thank you.
 [2011-02-15 10:39 UTC] gramatron at gmail dot com
Hi,

any news about this issue? Or any possible solution? I have the same problem on 10.6

Thank you.
 [2011-02-18 23:39 UTC] cataphract@php.net
There should be no problem with trunk. Do:

svn co http://svn.php.net/repository/pecl/rar/trunk rar && cd rar && phpize && ./configure && make && sudo make install
 [2011-06-27 05:38 UTC] cataphract@php.net
Most likely not a problem in 3.0.0 anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC