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

osx 10.7.4 + php5.4.3 #25

Closed
akuseru opened this issue Jul 3, 2012 · 9 comments
Closed

osx 10.7.4 + php5.4.3 #25

akuseru opened this issue Jul 3, 2012 · 9 comments

Comments

@akuseru
Copy link

akuseru commented Jul 3, 2012

Also have this issue in php5.3.10 (official for osx 10.7.4)

dyld: lazy symbol binding failed: Symbol not found: _phalcon_call_method_params_normal
  Referenced from: /usr/local/Cellar/php54/5.4.3/lib/php/extensions/no-debug-non-zts-20100525/phalcon.so
  Expected in: flat namespace

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

/Users/A/phalcontools/phalcon: line 70: 64395 Trace/BPT trap: 5       php "$PTOOLSPATH/phalcon.php" $*
$ echo $PTOOLSPATH
/Users/A/phalcontools/

During compile:

checking for -single_module linker flag... clang: warning: argument unused during compilation: '-fno-delete-null-pointer-checks' yes

@phalcon
Copy link
Collaborator

phalcon commented Jul 3, 2012

hi akuseru, did you compile it from the release/ directory or dev/?

@akuseru
Copy link
Author

akuseru commented Jul 3, 2012

compiled from the release/ directory. should I be compiling from the dev/?

@phalcon
Copy link
Collaborator

phalcon commented Jul 3, 2012

no, it's fine from the release directory :) wait a few minutes to upload a possible fix for this

@phalcon
Copy link
Collaborator

phalcon commented Jul 3, 2012

just compiled it in the same os and didn't get a problem, are you using 5.3.10 or 5.4.3? also, i could send you the "phalcon.so" for 5.3.10

@akuseru
Copy link
Author

akuseru commented Jul 3, 2012

tried with both.

Sure. E-mail is listed in my profile.

@phalcon
Copy link
Collaborator

phalcon commented Jul 3, 2012

just emailed it, also we use the php distribution from macports and xcode with command line tools, regards

@akuseru
Copy link
Author

akuseru commented Jul 3, 2012

Ya that "phalcon.so" works, I have xcode 4.3.3 with command line tools installed.

My php 5.4.3 came from homebrew. and 5.3.10 is the version that came on the mac.

Thanks for the help!

@phalcon
Copy link
Collaborator

phalcon commented Jul 3, 2012

Good :)

@phalcon phalcon closed this as completed Jul 3, 2012
@macint0sh
Copy link

I have the same problem with phalcon, can you email me so library for php 5.3.10 or maybe some recipe how to solve this problem...
Environment almost like akuseru.
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

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

3 participants