|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
So, I use a Mac to develop with. I used to host Zend Core on my box,
until I switched to the MAMP PRO framework. Unfortunately somewhere in between, this lovely issue started occuring with my CLI binary of PHP: foo:~ sf$ php -l dyld: NSLinkModule() error dyld: Symbol not found: _zend_extensions Referenced from: /usr/local/Zend/Core/lib/zend/ZendExtensionManager.so Expected in: flat namespace Trace/BPT trap I could recompile PHP because if I'm reading this properly, some dynamically shared libraries aren't loading. Before I do that though, was curious if anyone ever faced the same dilemma before. Cheers! /sf |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hi,
Maybe try disabling xdebug or Zend Optimizer if you have those extensions enabled? Regards, John Peters On Mar 12, 2:49 pm, s...@stevefink.net ("Steve Finkelstein") wrote: > So, I use a Mac to develop with. I used to host Zend Core on my box, > until I switched to the MAMP PRO framework. > > Unfortunately somewhere in between, this lovely issue started occuring > with my CLI binary of PHP: > > foo:~ sf$ php -l > dyld: NSLinkModule() error > dyld: Symbol not found: _zend_extensions > Referenced from: /usr/local/Zend/Core/lib/zend/ZendExtensionManager.so > Expected in: flat namespace > > Trace/BPT trap > > I could recompile PHP because if I'm reading this properly, some > dynamically shared libraries aren't loading. Before I do that though, > was curious if anyone ever faced the same dilemma before. > > Cheers! > > /sf |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Steve Finkelstein wrote:
> So, I use a Mac to develop with. I used to host Zend Core on my box, > until I switched to the MAMP PRO framework. > > Unfortunately somewhere in between, this lovely issue started occuring > with my CLI binary of PHP: > > foo:~ sf$ php -l > dyld: NSLinkModule() error > dyld: Symbol not found: _zend_extensions > Referenced from: /usr/local/Zend/Core/lib/zend/ZendExtensionManager.so > Expected in: flat namespace Did you use a new version of php? Is there an update for zend core? Maybe there's a mismatch there. -- Postgresql & php tutorials http://www.designmagick.com/ |
|
![]() |
| Outils de la discussion | |
|
|