I have installed the pecl-geoip package in 4.5 but from 4.6.. obviously this isnt recommended but it loaded well!
It just produced one warning. server1:/var/www/conf/php5$php -i | grep geoip warning: libGeoIP.so.7.0: minor version >= 1 expected, using it anyway /var/www/conf/php5/geoip.ini geoip geoip support => enabled geoip extension version => 1.0.7 geoip library version => 1004005 geoip.custom_directory => no value => no value Is this critical? Obviously if anybody has a better suggestion.. this was just for a test. On Sun, Feb 7, 2010 at 5:55 PM, Matthew Young <[email protected]> wrote: > Hello, > > Ive been trying to do pecl install geoip .. but apparently there is > some error in the paths and nothing is getting installed. Iam using > openbsd 4.5 and I need to stick to this obsd version. I think the > problem is thar warning message at the end.. whereas there is a double > slash in a path. > > Anybody? > > > > > running: make INSTALL_ROOT="/var/tmp/pear-build-root/install-geoip-1.0.7" > install > Installing shared extensions: > /var/tmp/pear-build-root/install-geoip-1.0.7/var/www/lib/php/modules/ > running: find "/var/tmp/pear-build-root/install-geoip-1.0.7" | xargs ls -dils > 831492 4 drwxr-xr-x 3 root wheel 512 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7 > 831539 4 drwxr-xr-x 3 root wheel 512 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7/var > 831540 4 drwxr-xr-x 3 root wheel 512 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7/var/www > 831541 4 drwxr-xr-x 3 root wheel 512 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7/var/www/lib > 831542 4 drwxr-xr-x 3 root wheel 512 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7/var/www/lib/php > 831543 4 drwxr-xr-x 2 root wheel 512 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7/var/www/lib/php/modules > 831533 136 -rwxr-xr-x 1 root wheel 68613 Feb 7 17:47 > /var/tmp/pear-build-root/install-geoip-1.0.7/var/www/lib/php/modules/geoip.so > > Warning: opendir(/var/tmp/pear-build-root/install-geoip-1.0.7//var/www/pear): > failed to open dir: No such file or directory in PEAR/Builder.php on > line 202 > > Warning: opendir(/var/tmp/pear-build-root/install-geoip-1.0.7//var/www/pear): > failed to open dir: No such file or directory in > /var/www/pear/lib/PEAR/Builder.php on line 202 > > Build process completed successfully > install ok: channel://pecl.php.net/geoip-1.0.7 > # find / -name geoip.so > > > Nothing.. > > Please any help is appareciated. >
