Hi, I am trying to install VCL with the script but error is raised. I am installing on clean CentOS 7.
My steps are : Install not included dependency *[root@sdn-vclweb vcl]# yum install bzip2* *[root@sdn-vclweb vcl]# wget https://www.apache.org/dist/vcl/2.4.2 <https://www.apache.org/dist/vcl/2.4.2>*/vcl-install.sh.sha1 *[root@sdn-vclweb vcl]# sha1sum -c vcl-install.sh.sha1* vcl-install.sh: La suma coincide (sum is ok) *[root@sdn-vclweb vcl]# gpg --import KEYS* gpg: clave A46C4CA1: "Matt Hogstrom <[email protected]>" sin cambios gpg: clave B2FAB885: "Aaron Peeler <[email protected]>" sin cambios gpg: clave B5F246C3: "Josh Thompson (ASF Master Key) <[email protected]>" sin cambios gpg: clave E7E1C859: "Josh Thompson (CODE SIGNING KEY) <[email protected]>" sin cambios gpg: Cantidad total procesada: 4 gpg: sin cambios: 4 *[root@sdn-vclweb vcl]# gpg --verify vcl-install.sh.asc* gpg: Firmado el jue 16 abr 2015 07:27:28 CST usando clave RSA ID E7E1C859 gpg: Firma correcta de "Josh Thompson (CODE SIGNING KEY) < [email protected]>" gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza! gpg: No hay indicios de que la firma pertenezca al propietario. (Warning: this key is not certificated by AC) (There is no indication that the signature belongs to the owner.) Huellas dactilares de la clave primaria: 2347 0E42 6D15 01D9 210C 0459 48D9 F397 E7E1 C859 *[root@sdn-vclweb vcl]# bash vcl-install.sh -d -w --dbhost <myip> --dbpass <password> --webhost sdn-vclweb.dev.ci.ucr.ac.cr <http://sdn-vclweb.dev.ci.ucr.ac.cr> --mnhost sdn-vclnode.dev.ci.ucr.ac.cr <http://sdn-vclnode.dev.ci.ucr.ac.cr> --mnip <myip> --adminpass <password>* This script will exit if any existing parts of VCL are found. If they exist, you must manually clean them up before using this script to install VCL. Checking for existing VCL components... no existing VCL components found ------------------------------------------------------------------------------------------ Installing Linux packages... El paquete openssh-clients-6.6.1p1-25.el7_2.x86_64 ya se encuentra instalado con su versión más reciente El paquete wget-1.14-10.el7_0.1.x86_64 ya se encuentra instalado con su versión más reciente ------------------------------------------------------------------------------------------ archive for 2.4.2 found at /home/cigestion/vcl/apache-VCL-2.4.2.tar.bz2 Downloading sha1 file for 2.4.2... validating apache-VCL-2.4.2.tar.bz2 apache-VCL-2.4.2.tar.bz2: La suma coincide Downloading GPG file for 2.4.2... Downloading KEYS file for ASF VCL... Importing KEYS... validating apache-VCL-2.4.2.tar.bz2... failed to validate apache-VCL-2.4.2.tar.bz2; correct any errors listed above and try again I think gpg is not returning 0 so script failed. -- "La utopía sirve para caminar" Fernando Birri
