Lo que pasa es que en un ambiente de pruebas estoy instalando un producto certificado en RH5 (sixtcl)
Para ello debo de contar con RH5 y PostgreSQL, por ser ambiente de pruebas no tengo una subscripción. El hecho es que cuando quiero instalar el PostgreSQL sale el siguiente mensaje: [r...@centinela postgresql-8.4.3]# ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking which template to use... linux checking whether to build with 64-bit integer date/time support... yes checking whether NLS is wanted... no checking for default port number... 5432 checking for block size... 8kB checking for segment size... 1GB checking for WAL block size... 8kB checking for WAL segment size... 16MB checking for gcc... no checking for cc... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. [r...@centinela postgresql-8.4.3]# rpm -qa | grep gcc libgcc-4.1.2-44.el5 compat-libgcc-296-2.96-138 libgcc-4.1.2-44.el5 Chequeando en internet, me orientan a instalar un compilador C, C++ con el paquete gcc*, he descargado uno reciente de la ruta ftp://ftp.gnu.org/gnu/gcc/ pero siempre indica Failed dependencies. [r...@centinela Server]# rpm -ivh gcc-c++-4.1.2-48.el5.x86_64.rpm warning: gcc-c++-4.1.2-48.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897 error: Failed dependencies: gcc = 4.1.2-48.el5 is needed by gcc-c++-4.1.2-48.el5.x86_64 libstdc++ = 4.1.2-48.el5 is needed by gcc-c++-4.1.2-48.el5.x86_64 libstdc++-devel = 4.1.2-48.el5 is needed by gcc-c++-4.1.2-48.el5.x86_64 Pf, Help. Saludos EV De: [email protected] [mailto:[email protected]] En nombre de cesar luis molina Enviado el: miércoles, 19 de mayo de 2010 02:33 p.m. Para: [email protected] Asunto: Re: [l-plug] Compilador para Red Hat - ¿ El 19 de mayo de 2010 13:41, Vasquez Leon Edwin <[email protected]> escribió: Muchachos una consulta, estoy tratando de instalar el Postgres SQL v8 El software es PostgreSQL no Postgres SQL. ¿podrias colocar el link del tarball que intentas compilar? Sugiero que como primera alternativa instales un .rpm, puedes encontrar una a de lo que buscas en: http://mirror.netlinux.cl/centos/5.5/os/x86_64/CentOS/ , y me indica un mensaje que debo de tener el compilador C. Estoy intentando instalar el compilador gcc-4-4, no entiendo, tienes instalado el compilador o aún no? desde donde estas tratando de instalar el gcc-4.4? y cuando corro el comando #configure , sale el sigt. Mensaje. Y en el config.log, indica el mismo error. Es un RH5 de 64bits. Si tuvieran algún sugerencia al respecto de cómo solucionar este problemita, le estoy muy agradecido comentarlo. Creo que uno de los beneficios de RHEL (sin animos de entrar a distrowar) es que tienes los binarios empaquetados para que no estes compilando a mano, si no puedes pagar la suscripción puedes usar CentOS. Saludos Gracias again. [r...@centinela gcc-4.4.4]# configure -bash: configure: command not found [r...@centinela gcc-4.4.4]# ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: in `/opt/sw/rh5/Server/gcc-4.4.4': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. [r...@centinela gcc-4.4.4]# Config.log configure:3265: error: in `/opt/sw/rh5/Server/gcc-4.4.4': configure:3268: error: no acceptable C compiler found in $PATH See `config.log' for more details. Saludos EV _______________________________________________ Lista de correo Linux-plug Temática: Discusión general sobre Linux Peruvian Linux User Group (http://www.linux.org.pe) Participa suscribiéndote y escribiendo a: [email protected] Para darte de alta, de baja o hacer ajustes a tu suscripción visita: http://voip2.voip.net.pe/mailman/listinfo/linux-plug IMPORTANTE: Reglas y recomendaciones http://www.linux.org.pe/listas/reglas.php http://www.linux.org.pe/listas/comportamiento.php http://www.linux.org.pe/listas/recomendaciones.php -- Cesar Luis M. +511 989042055 dantrix2006(arroba)gmail.com FLISOL 2010: http://flisol.pe http://www.installfest.net/FLISOL2010/Peru
_______________________________________________ Lista de correo Linux-plug Temática: Discusión general sobre Linux Peruvian Linux User Group (http://www.linux.org.pe) Participa suscribiéndote y escribiendo a: [email protected] Para darte de alta, de baja o hacer ajustes a tu suscripción visita: http://voip2.voip.net.pe/mailman/listinfo/linux-plug IMPORTANTE: Reglas y recomendaciones http://www.linux.org.pe/listas/reglas.php http://www.linux.org.pe/listas/comportamiento.php http://www.linux.org.pe/listas/recomendaciones.php
