I successfully built 0.9.5 on Mac OS 10.4 with PHP 4.4.4 yesterday at home.
I did the same today at work on Mac OS X Server, (also 10.4, also PHP 4.4.4).
It fails.
Running php -v from command line gives:
dyld: NSLinkModule() error
dyld: Symbol not found: _OnUpdateString
Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20020429/eaccelerator.so
Expected in: flat namespace
Trace/BPT trap
Starting Apache gives:
PHP Warning: [eAccelerator] This build of "eAccelerator" was compiled for PHP version 4.4.2. Rebuild it for your PHP version (4.4.4) or download precompiled binaries.
in Unknown on line 0
PHP Warning: Unknown(): Unable to initialize module 'eAccelerator' in Unknown on line 0
It was a clean install.
I set --with-eaccelerator-userid to apache user
I don't understand how/why it was "compiled for 4.4.2". Is this referenced somewhere from an old PHP installation? I only have one version of PHP installed.
running php-config --version gives:
4.4.4