Symptoms
If you see the below text while trying to use PhpMyAdmin, it most likely means that PhpMyAdmin was modified so much that the service cannot be used:
#ifndef _LINUX_IPSEC_H #define _LINUX_IPSEC_H /* The definitions, required to talk to KAME racoon IKE. */
#include #define IPSEC_PORT_ANY 0 #define IPSEC_ULPROTO_ANY 255 #define IPSEC_PROTO_ANY 255 enum {
IPSEC_MODE_ANY = 0, /* We do not support this for SA */ IPSEC_MODE_TRANSPORT = 1, IPSEC_MODE_TUNNEL = 2,
IPSEC_MODE_BEET = 3 }; enum { IPSEC_DIR_ANY = 0, IPSEC_DIR_INBOUND = 1, IPSEC_DIR_OUTBOUND = 2, IPSEC_DIR_FWD
= 3
Description
This error above is likely an indication that the RPM for PhpMyAdmin was modified and usually the safest way of resolving this issue is to reinstall the RPM for PhpMyAdmin.
For example, if you were to check the cPanel RPM's, it will show this RPM to be broken:
[0000-00-00 00:00:00 +1000] The following files were found to be altered from their original RPM:
[0000-00-00 00:00:00 +1000] cpanel-phpmyadmin,4.9.5,2.cp1186
Workaround
To resolve this, use the following command to reinstall the cPanel provided PhpMyAdmin RPM:
/usr/local/cpanel/scripts/check_cpanel_rpms --fix
Comments
0 comments
Article is closed for comments.