On Sun, Aug 11, 2013 at 11:18 AM, Tim <[email protected]> wrote:
> I have also tried to install the PECL geoip package from the link you > provided (http://windows.php.net/downloads/pecl/releases/geoip/1.0.8/) but i > still get the following error: > >> pecl install geoip > > WARNING: channel "pecl.php.net" has updated its protocols, use > "channel-update pecl.php.net" to update > downloading geoip-1.0.8.tgz ... > Starting to download geoip-1.0.8.tgz (10,061 bytes) > .....done: 10,061 bytes > 5 source files, building > ERROR: The DSP geoip.dsp does not exist. > > OS: Windows 7 > PHP-Version: 5.3.5 > XAMPP 1.7.4 > > There are similar posts like this...but none have any definitive answers > other than getting compiled yourself. the pecl command only works for source install. The zips we provide there are only the DLLs (extension and its dependencies), unzip it in the extension, add the extension to your php.ini and put the DLLs where the other PHP libraries DLL are and everything should work fine. If you use FCGI or Apache, restart the web server as well. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
