We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

When running Phalcon Tools: Symbol not found: _libintl_setlocale

So after compiling phalcon on my computer (osx Mavericks), and downloading phalcon tools, I get this error when running phalcon tools.

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

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

I tried doing some google searches for this error, and it didn't really turn up anything valuable.

I was hoping that someone on this form would be able to give me some insight to what this error is, and maybe push me in the right direction.

Thanks! Brandon



98.9k
Accepted
answer

Can you try again using 1.3.3?

Make sure you're installing Phalcon this way:

git clone https://github.com/phalcon/cphalcon
cd cphalcon/build
git checkout 1.3.3
sudo ./install


75

Please correct the installation documentation, because I spent an hour to deal with this problem