Hello, Any ideas on how to fix the following error message?
Laptop : /sw/etc/php5/cli $ php -v dyld: NSLinkModule() error dyld: Symbol not found: _core_globals_id Referenced from: /sw/lib/php5/20060613/curl.so Expected in: flat namespace in /sw/lib/php5/20060613/curl.so Trace/BPT trap Version info: - Fink 0.29.10 64bit - Snow Leopard (10.6.2) - php5-curl 5.2.12-1 Steps to duplicate the error - fresh fink install - fink selfupdate - fink selfupdate-rsync - apt-get update - fink install tcltk - fink install sqlite3 - fink install apache2 - fink install php5 - fink install php5-curl I had to install tcltk and sqlite3 first to resolve dependency issues. Running the php cli at this point in the process resulted in a bunch of errors reporting that the directory "/sw/lib/php5/20060613" directory was not found. This was resolved by creating a symbolic link of /sw/lib/php5/20060613 pointing to /sw/lib/php5/20060613-zts. I also found several hits on Google talking about this problem: http://old.nabble.com/php5-cli-startup-errors-td22760724.html http://sourceforge.net/tracker/index.php?func=detail&aid=2102214&group_id=17203&atid=117203 http://pastie.org/499482 http://www.mail-archive.com/[email protected]/msg24356.html http://www.mail-archive.com/[email protected]/msg17902.html The trouble ticket that Google found still shows as open. I'm not completely sure what to do with the patch that I found - does it solve the problem? I looked at the file /sw/fink/10.4/unstable/main/finkinfo/languages/php5.info and it seemed to have the php cli section with the correct %p specified for the values of --with-config-file-path and --with-config-file-scan-dir. Thanks in advance for any help or ideas you have on this. -Ed ------------------------------------------------------------------------------ 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-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
