GBHosts

Member
Apr 8, 2007
12
0
151
Hiya Folks,

Im having problems with a server as apparently its hacking other peoples computers using a rogue worm or so i seems.

I am trying to package accounts using ssh as i cannot gain access to cPanel or WHM.

A new hard disk has been installed at hda3

All my old websites are on that disk.

When i tried to SSH package account using cpanel it came up with this:

Can't locate YAML/Syck.pm in @INC (@INC contains: /scripts /usr/local/cpanel /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at cPScript/CachedDataStore.pm line 11.
BEGIN failed--compilation aborted at cPScript/CachedDataStore.pm line 11.
Compilation failed in require at cPScript/Limits.pm line 7.
BEGIN failed--compilation aborted at cPScript/Limits.pm line 7.
Compilation failed in require at ./pkgacct line 14.
BEGIN failed--compilation aborted at ./pkgacct line 14.
What can i do to backup my files?

I have tried almost everything but im at my wits end.

Please help me.
 

jpetersen

Well-Known Member
Dec 31, 2006
113
5
168
Looks like you're missing the YAML::Syck perl module:

Code:
Can't locate [b]YAML/Syck.pm[/b] in @INC
There are multiple ways to install perl modules, and on cPanel servers the easiest way is via /scripts/realperlinstaller <module>

For example, running this command, as root, should install the module you need:

/scripts/realperlinstaller YAML::Syck