RVsitebuilder Installation stuck at download packages from search.cpan.org
Updated at 2025-10-30 08:58:08
Posted in
(Primary)Installation Troubleshooting,
The problem is on cPanel version is out of date, it’s still trying to detect file search.cpan.org which doesn't exist.
This case you'll need to update cpan in your server by this guide:
http://perltricks.com/article/44/2013/10/20/Find-CPAN-mirrors-and-configure-the-local-CPAN-mirror-list
Edit file
/root/.cpan/CPAN/MyConfig.pm
Or
/usr/share/perl5/CPAN/Config.pm
Change urllist
to be
'urllist' => [
q[http://httpupdate3.cpanel.net/CPAN/],
q[http://httpupdate23.cpanel.net/CPAN/],
q[http://mirrors.servercentral.net/CPAN/],
q[ftp://cpan.cse.msu.edu/]
],
After that, install RVsitebuilder (V6) again.
Posts in Category
-
Setup RVsitebuilder 6 error "databasename is already existed"
Admin Updated on 2025-10-30 08:58:10
-
Update RVsitebuilder 6 Error 500 in Setup process (in WHM)
Admin Updated on 2025-10-30 08:58:10
-
Setup RVsitebuilder 6 in WHM never completes, problem on ioncube loader
Admin Updated on 2025-10-30 08:58:10
-
How to increase upload_max_filesize, post_max_size over 105M (in WHM).
Admin Updated on 2025-10-30 08:58:10
-
Publish website gets stuck on Copying files. MySQL [Warning] Aborted connection and error reading communication packets.
Admin Updated on 2025-10-30 08:58:09
Admin