You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# echo " failed. See setup.log file for error messages." $2
# fi
#}
#
#echo > setup.log;
#echo -n "Installing Perl prerequisites ..."
#if [ -f bin/cpanm ]; then
# echo "Prerequisites installed, finished.";
# exit 0;
#fi
#
#if ! ( perl -MExtUtils::MakeMaker -e 1 >/dev/null 2>&1); then
# echo;
# echo "WARNING: Your Perl installation does not seem to include a complete set of core modules. Attempting to cope with this, but if installation fails please make sure that at least ExtUtils::MakeMaker is installed. For most users, the best way to do this is to use your system's package manager: apt, yum, fink, homebrew, or similar.";
#done_message "" "As a first troubleshooting step, make sure development libraries and header files for GD, Zlib, and libpng are installed and try again.";