Fetch the right version :-) On Aug 11, 2013 12:55 PM, "Tim" <[email protected]> wrote:
> Pierre Joye <pierre.php <at> gmail.com> writes: > > > > > On Sun, Aug 11, 2013 at 11:18 AM, Tim <importantaccount1 <at> gmail.com> > 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, > > > > Thanks Pierre, I had already tried that with no success. I get the > following > warning whenever I try to start the apache in xampp: > > PHP Startup: geoip: Unable to initialize module > > Module compiled with module API=20060613 > > PHP compiled with module API=20090626 > > These options need to match > > > It looks like it's trying to load the module twice, Any suggestions on how > to fix this? > > > Thanks in advance > > > > -- > PECL development discussion Mailing List (http://pecl.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
