Koozali.org: home of the SME Server

smeserver-xt_geoip problem

Offline toothandnail

  • ****
  • 141
  • +0/-0
smeserver-xt_geoip problem
« on: August 30, 2026, 10:56:33 AM »
Finally got 11rc1 installed and migrated from a 10.1 install. Its been running for a few days, and so far, just about everything seems to be working fine. Existing users migrated without problems, and all but one of the contribs I needed installed and working.

The only one I've hit problems with is the XT-geoip addon. Geoip installed without problems, and the migration pulled in the Maxmind login details. However, when I try to install the xt-geoip contrib, I get this error:

Code: [Select]
[root@goldie ~]# dnf --enablerepo=smecontribs install smeserver-xt_geoip
Last metadata expiration check: 2:00:30 ago on Sun 30 Aug 2026 07:34:31 BST.
Error:
 Problem: conflicting requests
  - nothing provides perl-Text-CSV_XS needed by smeserver-xt_geoip-1.3.1-36.el8.sme.noarch from smecontribs
  - nothing provides perl-Text-CSV_XS needed by smeserver-xt_geoip-1.3.1-37.el8.sme.noarch from smecontribs
  - nothing provides perl-Text-CSV_XS needed by smeserver-xt_geoip-1.3.1-38.el8.sme.noarch from smecontribs
(try to add '--skip-broken' to skip uninstallable packages)

I'm wondering if there is a repo that I should have enabled, or whether I've missed something else?

Offline bunkobugsy

  • *
  • 338
  • +4/-0
Re: smeserver-xt_geoip problem
« Reply #1 on: August 30, 2026, 08:42:51 PM »
try   dnf --enablerepo=* install smeserver-xt_geoip

Offline toothandnail

  • ****
  • 141
  • +0/-0
Re: smeserver-xt_geoip problem
« Reply #2 on: August 30, 2026, 09:50:50 PM »
try   dnf --enablerepo=* install smeserver-xt_geoip

Thanks. That did it. I was a bit wary about trying that.

Offline Jean-Philippe Pialasse

  • *
  • 3,013
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: smeserver-xt_geoip problem
« Reply #3 on: September 02, 2026, 04:56:59 AM »
you were lucky not to break anyrhing you should NEVER use --enablerepo=*. this enable dev repo and test repos with rom that might replace yours without any way back. 

the missing rom is in epel. 
you should enable epel.

--enablerepo=epel.

by default it is enable in sme11 unless you migrated from earlier version. where it wss disabled.