-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
hi akuseru, did you compile it from the release/ directory or dev/? |
compiled from the release/ directory. should I be compiling from the dev/? |
no, it's fine from the release directory :) wait a few minutes to upload a possible fix for this |
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 |
tried with both. Sure. E-mail is listed in my profile. |
just emailed it, also we use the php distribution from macports and xcode with command line tools, regards |
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! |
Good :) |
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... 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#25 phalcon#29 Signed-off-by: Rack Lin <[email protected]>
Also have this issue in php5.3.10 (official for osx 10.7.4)
During compile:
checking for -single_module linker flag... clang: warning: argument unused during compilation: '-fno-delete-null-pointer-checks' yes
The text was updated successfully, but these errors were encountered: