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
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: 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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC