Author Topic: Missing packages for CentOS 6  (Read 7863 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Missing packages for CentOS 6
« on: February 22, 2017, 10:02:59 PM »
I'm new to CWP and learning to find my way.

In an other topic,Error Denied Php Switcher, I received a tip from "TheRavenKing" to install additional packages and scrutenize my logs for errors.

Code: [Select]
yum install ed re2c
Additionally I found this one shtool:
Code: [Select]
yum install shtool --enablerepo epel
When I find more I'll update this post.

I hope you, more experienced CWP users, have additions and perhaps tips and tricks to share.
Any way I hope this thread could become a good starting point for other newbies.


Edit: Please advise. Would installing php-soap fix this?
Code: [Select]
configure: WARNING: unrecognized options: --enable-soapsI suppose it would, but for all php versions?
Confusion!! Shouldn't it be --enable-soap instead of enable-soaps. Bug in setup script?
« Last Edit: February 22, 2017, 10:19:12 PM by karel »
Hobby home server with CentOS 7 + CWP (NAT-ed Mod enabled).

Offline
*
Re: Missing packages for CentOS 6
« Reply #1 on: March 04, 2017, 09:23:56 AM »
Can't seem to find an edit button to add to my previous post. :-\

In the log report (send by mail) I found in the section "Daily MySQL Backup":
Code: [Select]
warning: /var/tmp/rpm-tmp.xxxxxx: Header V4 DSA/SHA1 Signature, key ID xxxxxx: NOKEY
error: Failed dependencies:
perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.16-1.noarch

I hope
Code: [Select]
yum install perl-DBD-MySQL solves this problem. I'll know more tomorrow.
Hobby home server with CentOS 7 + CWP (NAT-ed Mod enabled).

Offline
*
Re: Missing packages for CentOS 6
« Reply #2 on: March 05, 2017, 10:43:50 AM »
Well it solved the problem, but created a new one.

Code: [Select]
DBI connect(';;mysql_read_default_group=client','',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at /usr/bin/pt-show-grants line 1338
Searching cwp forum for answers, but found no answers only that more users have this problem.

Checked permissions on pt-show-grants file (755), that looks ok to me.
Executing pt-show-grants as root is showing no error.
Hobby home server with CentOS 7 + CWP (NAT-ed Mod enabled).