Hi guys!
I'm havin trouble installing the GeoIP
I did:
Code:
# pecl install geoip
# downloading geoip-1.0.7.tgz ...
# Starting to download geoip-1.0.7.tgz (9,416 bytes)
# .....done: 9,416 bytes
# 3 source files, building
# running: phpize
# sh: phpize: command not found
# ERROR: `phpize' failed
If I do:
Code:
# yum install php-develI get:
Code:
--> Running transaction check
---> Package php-devel.i386 0:5.1.6-27.el5_5.3 set to be updated
--> Processing Dependency: php = 5.1.6-27.el5_5.3 for package: php-devel
--> Finished Dependency Resolution
php-devel-5.1.6-27.el5_5.3.i386 from base has depsolving problems
--> Missing Dependency: php = 5.1.6-27.el5_5.3 is needed by package php-devel-5.1.6-27.el5_5.3.i386 (base)
Error: Missing Dependency: php = 5.1.6-27.el5_5.3 is needed by package php-devel-5.1.6-27.el5_5.3.i386 (base)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
Code:
#php -v
PHP 5.3.6 (cli) (built: Mar 19 2011 08:30:07)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
Can anyone tell me how I move on...I'm googling since hours
I'm havin trouble installing the GeoIP
I did:
Code:
# pecl install geoip
# downloading geoip-1.0.7.tgz ...
# Starting to download geoip-1.0.7.tgz (9,416 bytes)
# .....done: 9,416 bytes
# 3 source files, building
# running: phpize
# sh: phpize: command not found
# ERROR: `phpize' failed
If I do:
Code:
# yum install php-develI get:
Code:
--> Running transaction check
---> Package php-devel.i386 0:5.1.6-27.el5_5.3 set to be updated
--> Processing Dependency: php = 5.1.6-27.el5_5.3 for package: php-devel
--> Finished Dependency Resolution
php-devel-5.1.6-27.el5_5.3.i386 from base has depsolving problems
--> Missing Dependency: php = 5.1.6-27.el5_5.3 is needed by package php-devel-5.1.6-27.el5_5.3.i386 (base)
Error: Missing Dependency: php = 5.1.6-27.el5_5.3 is needed by package php-devel-5.1.6-27.el5_5.3.i386 (base)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
Code:
#php -v
PHP 5.3.6 (cli) (built: Mar 19 2011 08:30:07)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
Can anyone tell me how I move on...I'm googling since hours