![]() |
Forgive me if it's a silly question but did you "make clean" the ICU source before recompiling?
You can quickly check that the ICU libraries have their full paths in the install name from the terminal by typing.. Code:
otool -L /usr/local/icu/lib/libicui18n.dylibI also doubt that /usr/include/libxml2 is the actual base install location for libxml2, that directory should just contain the libxml2 header files. It's more likely that if your relying on the system's own libxml2 then the install directory is probably /usr With your above configure line what is the error(s) from config.log? |
Code:
$ otool -L /usr/local/icu/lib/libicui18n.dylibXcode is not installed... downloading... i'll post back here. |
ok,
Code:
$ otool -L /usr/local/icu/lib/libicui18n.dylibCode:
$ ./configure --prefix=/usr/local/php6 --with-apxs2=/usr/sbin/apxs --enable-sockets --with-xml --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/pgsql --with-icu-dir=/usr/local/icu --with-libxml-dir=/usr/include/libxml2 |
From the output from otool it shows that the ICU libraries do not contain their full paths in their install name, which suggests that either you didn't "make clean" before rebuilding the ICU libraries or you haven't applied the suggested modification to the correct file in the ICU config directory?
The output should be.... Code:
$ otool -L /usr/local/icu/lib/libicui18n.dylibCode:
DYLD_LIBRARY_PATH=/usr/local/icu/lib:${DYLD_LIBRARY_PATH}Code:
make cleanIf you are absolutely sure that that you did previosuly "make clean" and apply the edit to the mh-darwin config file then perhaps ICU uses a different config file when building on Leopard? In which case someone else will need to give you some pointers as I don't currently have access to a machine running Leopard. |
| All times are GMT -5. The time now is 05:56 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.