dave-theunsub / clamtk

An easy to use, light-weight, on-demand virus scanner for Linux systems
https://gitlab.com/dave_m/clamtk/wikis/home
Other
352 stars 44 forks source link

clamtk will not install on CentOS 6.3 64-bit #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
attempt to install (as root) clamtk after installing all Perl dependencies:

[root]# rpm -ivh clamtk-5.10-1.el6.noarch.rpm

What is the expected output?

successful installation of RPM.

What do you see instead?

error: Failed dependencies:
        perl(Glib) is needed by clamtk-5.10-1.el6.noarch
        perl(Gtk2) is needed by clamtk-5.10-1.el6.noarch
        perl(Gtk2) >= 1.248 is needed by clamtk-5.10-1.el6.noarch
        perl(IO::Socket::SSL) is needed by clamtk-5.10-1.el6.noarch
        perl(JSON) is needed by clamtk-5.10-1.el6.noarch
        perl(Locale::gettext) is needed by clamtk-5.10-1.el6.noarch
        perl(Text::CSV) is needed by clamtk-5.10-1.el6.noarch

What version of the product are you using?

clamtk-5.10

On what operating system?

CentOS 6.3 64-bit

Please provide any additional information below.

Perl dependencies are installed...

[root]# perl -e "use Glib;"
[root]# perl -e "use Gtk2;"
[root]# perl -e "use IO::Socket::SSL;"
[root]# perl -e "use JSON;"
[root]# perl -e "use Locale::gettext;"
[root]# perl -e "use Text::CSV;"

Original issue reported on code.google.com by tespos58...@yahoo.com on 29 Oct 2014 at 7:03

GoogleCodeExporter commented 9 years ago
Hi,

Can you try "yum install clamtk-5.10-1.el6.noarch.rpm" please?

How did you install the dependencies?

Thanks,
Dave M

Original comment by dave.n...@gmail.com on 29 Oct 2014 at 9:06

GoogleCodeExporter commented 9 years ago
Tried yum install clamtk-5.10-1.el6.noarch.rpm

Got :
 Finished Dependency Resolution
Error: Package: perl-Glib-1.223-1.el5.1.x86_64 (epel)
           Requires: perl(:MODULE_COMPAT_5.8.8)
Error: Package: clamtk-5.10-1.el6.noarch (/clamtk-5.10-1.el6.noarch)
           Requires: perl(Locale::gettext)
Error: Package: perl-JSON-2.17-1.el5.noarch (epel)
           Requires: perl(:MODULE_COMPAT_5.8.8)
Error: Package: perl-Text-CSV-1.10-3.el5.noarch (epel)
           Requires: perl(:MODULE_COMPAT_5.8.8)
Error: Package: clamtk-5.10-1.el6.noarch (/clamtk-5.10-1.el6.noarch)
           Requires: perl(Gtk2) >= 1.248
Error: Package: clamtk-5.10-1.el6.noarch (/clamtk-5.10-1.el6.noarch)
           Requires: perl(Gtk2)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Original comment by tespos58...@yahoo.com on 30 Oct 2014 at 2:22

GoogleCodeExporter commented 9 years ago
That's weird:

Error: Package: perl-Glib-1.223-1.el5.1.x86_64 (epel)
perl-Text-CSV-1.10-3.el5.noarch (epel)

Why do these have .el5 in them?  Do you have epel for 5 or 6 installed?

Original comment by dave.n...@gmail.com on 30 Oct 2014 at 9:48

GoogleCodeExporter commented 9 years ago
Looks like a library mismatch of some kind.  Closing.

Original comment by dave.n...@gmail.com on 9 Nov 2014 at 10:37