•
Instalando CF8: The installer was unable to determine if libstdc++.so.5 is available.
Muchos programas comerciales requieren de la librería libstdc++.so.5, como por ejemplo NetBackup o ColdFusion.
Por ejemplo, en el caso de ColdFusion 8 se queja con este mensaje:
Pre-Installation Check ---------------------- The installer has found the following errors/warnings: Warning: Standard C++ Library The installer was unable to determine if libstdc++.so.5 is available. The library is necessary for C++ custom tags, webservices and some cfimage functionality to work properly. For more information see the installation manual at http://www.adobe.com/go/livedocs_cf8docs Press <enter> to continue with the installer:
En CentOS, Fedora, RHEL o similares, simplemente podemos instalar el paquete con el siguiente comando:
yum install compat-libstdc++-33 -y
Relacionados
Imprimir
Deja un comentario: