XFileSharing Pro - Problem with Yum install process

Message
Author
beeman1212
Posts: 57
Joined: Feb 17, 2012 5:07 pm

Problem with Yum install process

#1 Postby beeman1212 » Jun 14, 2013 6:22 am

Hey guys, I'm moving my webserver to a different server so I have to reinstall everything.

I followed the install instructions and ran this yum install perl-libwww-perl.noarch perl-DBI perl-DBD-MySQL perl-GD

But I'm having problems installing perl-DBD-MySQL

yum install perl-DBD-MySQL

Outputs:

Code: Select all

Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.nl.webzilla.com
 * extras: mirror.nl.webzilla.com
 * updates: mirrors.supportex.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package perl-DBD-MySQL.x86_64 0:4.013-3.el6 will be installed
--> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: perl-DBD-MySQL-4.013-3.el6.x86_64
--> Processing Dependency: libmysqlclient.so.16()(64bit) for package: perl-DBD-MySQL-4.013-3.el6.x86_64
--> Finished Dependency Resolution
Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (base)
           Requires: libmysqlclient.so.16()(64bit)
Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (base)
           Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
I noticed that I have libmysqlclient.so.18, and not libmysqlclient.so.16. Does this mean I have to downgrade MySQL for XFS to run properly?

Server running on Centos 6.4 and have MySQL 5.5.31.

Any advice is appreciated. Thanks!

Internet Consumer
Posts: 148
Joined: May 28, 2013 1:51 am

#2 Postby Internet Consumer » Jun 22, 2013 9:30 am

Hi,

Not sure but you are updated on everything correct?

Reason is that you need this version which it said you dont libmysqlclient.so.16

filekrypt
Posts: 15
Joined: May 24, 2013 9:03 am

#3 Postby filekrypt » Jun 23, 2013 2:41 am

I installed all the perl stuff through MCPAN, maybe it's different/better?