PHP5-cli issues
2010-03-19 11:19:49 GMT
Hi,
I am a first-time user of fink, and as such I am having troubles with the php5-cli package...
Versions:
ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L30
GCC: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
Fink: 0.29.10
I enabled the unstable/main & unstable/crypto (as described in the faq) to get the latest software.
then I compiled php5-cli (and also the apache-version), as well as php5-mysql, php5-pear and some others.
All compilation went ok, but afterwards I got this:
Step 1)
steven <at> Mac-Mini:~$ php -i >/dev/null
PHP Warning: PHP Startup: Unable to load dynamic library '/sw/lib/php5/20060613/mysql.so' - (null) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/sw/lib/php5/20060613/mysqli.so' - (null) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/sw/lib/php5/20060613/pdo.so' - (null) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/sw/lib/php5/20060613/pdo_mysql.so' - (null) in Unknown on line 0
the correct directory has "-zts" at the end ...
Step 2)
Changing the extension_dir into the zts variant now, I get this:
steven <at> Mac-Mini:~$ php -i >/dev/null
dyld: NSLinkModule() error
dyld: Symbol not found: _core_globals_id
Referenced from: /sw/lib/php5/20060613-zts/mysql.so
Expected in: dynamic lookup
Trace/BPT trap
What can I do to resolve this problem?
Thanks
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Fink-devel mailing list Fink-devel <at> lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel
RSS Feed