Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS X 10.7.4 + php-5.3.10 #29

Closed
macint0sh opened this issue Jul 13, 2012 · 3 comments
Closed

Mac OS X 10.7.4 + php-5.3.10 #29

macint0sh opened this issue Jul 13, 2012 · 3 comments

Comments

@macint0sh
Copy link

I have the same problem with phalcon like in Issue #25 can you email me so library for php 5.3.10 or maybe some recipe how to solve this problem...
Environment almost like akuseru(Issue #25).
Install like described in documentation, section for Unix systems!
The problem is...

bash-3.2$ php -r "var_dump(new Phalcon_Config(array('database'=> array())));"
dyld: lazy symbol binding failed: Symbol not found: _phalcon_call_method_params_normal
  Referenced from: /usr/local/Cellar/php/5.3.10/lib/php/extensions/no-debug-non-zts-20090626/phalcon.so
  Expected in: flat namespace

dyld: Symbol not found: _phalcon_call_method_params_normal
  Referenced from: /usr/local/Cellar/php/5.3.10/lib/php/extensions/no-debug-non-zts-20090626/phalcon.so
  Expected in: flat namespace

Trace/BPT trap: 5
@phalcon
Copy link
Collaborator

phalcon commented Jul 22, 2012

Hi, I could send you if you want the phalcon.so compiled in my machine, this seems to be a strange problem because is reporting a missing function that is in the code: https://github.com/phalcon/cphalcon/blob/master/dev/kernel/fcall.c#L261

@macint0sh
Copy link
Author

Yes, please! Send you variant of phalcon.so, email in my profile.
In my copy(cloned from github) of phalcon, i have the same function code, but on line 258. I don't think that 3 lines is the root of problem.

@macint0sh
Copy link
Author

You phalcon.so work like a charm! Many thanks! I hope in the next build this problem will no longer appear.

racklin added a commit to racklin/cphalcon that referenced this issue Sep 15, 2012
ovr pushed a commit to ovr/cphalcon that referenced this issue Dec 25, 2013
Added constants to interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants