• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue geoip doesn't work in php 7.3.17 after updating plesk

python

Regular Pleskian
geoip was installed and working fine in version 7.2.30 php, when updating to version 7.3.17, plesk did not install geoip.

How can I keep geoip working in php 7.3?
 
Plesk doesn't ship php geoip module but you can compile it by yourself with the following steps:

# yum install geoip-devel plesk-php73-devel make gcc
# /opt/plesk/php/7.3/bin/pecl install http://pecl.php.net/get/geoip-1.1.1.tgz
# echo "extension=geoip.so" > /opt/plesk/php/7.3/etc/php.d/geoip.ini
# plesk bin php_handler --reread

and check that geoip module is loaded:

# /opt/plesk/php/7.3/bin/php -m | grep geoip
geoip
 
Hi... I am trying install GeoIP in my Plesk Obsidian without any success.
Try the steps above but I got:
ERROR: `/tmp/geoip/configure --with-php-config=/opt/plesk/php/8.1/bin/php-config' failed

I am approaching this the wrong way...
I am a newbie in plesk
 
Hi... I am trying install GeoIP in my Plesk Obsidian without any success.
Try the steps above but I got:
ERROR: `/tmp/geoip/configure --with-php-config=/opt/plesk/php/8.1/bin/php-config' failed

I am approaching this the wrong way...
I am a newbie in plesk
Looks like PHP8.1 is not supported by the latest geoip-1.1.1 - PECL :: Package :: geoip 1.1.1
There is only support for PHP7 is mentioned.
I can successfully compile this module for Plesk PHP7.4 but can't for PHP8.x
 
Back
Top