I'm having a bit of trouble installing PHP extensions. I have the following in php.ini:
extension_dir = ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" In /usr/local/lib/php/extensions/no-debug-non-zts-20090626, i have the following: -rwxr-xr-x 1 root wheel 25652 Sep 18 13:04 geoip.so* -rwxr-xr-x 1 root wheel 115536 Jul 13 16:55 iconv.a* -rwxr-xr-x 1 root wheel 40556 Jul 13 16:55 iconv.so* but if I do php -i | grep -E '(iconv|geoip)' , i get nothing. So apparently the extensions aren't being added as I thought. System info: Mac OSX 10.5.8 php 5.3.6 Any clues will be greatly appreciated! -- Tamara Temple -- aka tamouse__ "May you never see a stranger's face in the mirror." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php