Cpanel upcp Yaml Syck problem

July 6, 2007

Some Cpanel systems miss Yaml::Syck package and /scripts/upcp display a bunch of errors. To fix this problem you may install YAML-Syck package by downloading tar package (at this time of writing the filename: YAML-Syck-0.91.tar.gz ) or you can always run perl Cpan shell to install it the easy way ;)

(login to root account and execute in shell:)

perl -MCPAN -e shell

install YAML::Syck

Enjoy ;)

Leave a Reply