Re: [PHP-INSTALL] Error when compiling for Mac OS X 10.9

Richard <[email protected]> Fri, 10 Oct 2014 20:59:37 +0000
Newsgroups gmane.comp.php.install
Message-ID <[email protected]>

------------ Original Message ------------
> Date: Friday, October 10, 2014 10:37:20 -0400
> From: Jorge Hernandez <[email protected]>
> To: [email protected]
> Subject: [PHP-INSTALL] Error when compiling for Mac OS X 10.9
>
> Hey guys,
> 
> What can cause this error:
> 
> "_uncompress", referenced from:
> 
>       _php_mysqlnd_net_decode_pub in mysqlnd_net.o
> 
> ld: symbol(s) not found for architecture x86_64
> 
> clang: error: linker command failed with exit code 1 (use -v to
> see invocation)
> 
> make: *** [libs/libphp5.bundle] Error 1
> 
> And how can I fix it?


I don't do things mac OS, but a [google] search for the:

    ld: symbol(s) ...

line from your error message (with and without adding reference to
php) turns up a range of discussion references, some seemingly with
solutions.

 
    - Richard