Tag Archives: NOKEY

./configue

By Adriano Schmidt

hello,

I’m trying install apache http server version 2.2.22.

I downloaded the file httpd-2.2.22.tar.bz2.

I unzipped this file..

When I type “./configure”, the following error occurs:

[root@SERVER_JBOSS_235 httpd-2.2.22]# ./configure –prefix=/opt/work/apache2.2.22
checking for chosen layout… Apache
checking for working mkdir -p… yes
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

Configuring Apache Portable Runtime library …

checking for APR… reconfig
configuring package in srclib/apr now
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
Configuring APR library
Platform: x86_64-unknown-linux-gnu
checking for working mkdir -p… yes
APR Version: 1.4.5
checking for chosen layout… apr
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: in `/opt/work/httpd-2.2.22/srclib/apr’:
configure: error: no acceptable C compiler found in $PATH
See `config.log’ for more details.
configure failed for srclib/apr
[root@SERVER_JBOSS_235 httpd-2.2.22]#

trying install the gcc (gcc-4.8.0-1.fc19.x86_64.rpm) the following error occurs:

[root@SERVER_JBOSS_235 installers]# rpm -ivh gcc-4.8.0-1.fc19.x86_64.rpm
warning: gcc-4.8.0-1.fc19.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID fb4b18e6
error: Failed dependencies:
binutils >= 2.20.51.0.2-12 is needed by gcc-4.8.0-1.fc19.x86_64
cpp = 4.8.0-1.fc19 is needed by gcc-4.8.0-1.fc19.x86_64
glibc-devel >= 2.2.90-12 is needed by gcc-4.8.0-1.fc19.x86_64
libc.so.6(GLIBC_2.11)(64bit) is needed by gcc-4.8.0-1.fc19.x86_64
libc.so.6(GLIBC_2.14)(64bit) is needed by gcc-4.8.0-1.fc19.x86_64
libc.so.6(GLIBC_2.7)(64bit) is needed by gcc-4.8.0-1.fc19.x86_64
libgcc >= 4.8.0-1.fc19 is needed by gcc-4.8.0-1.fc19.x86_64
libgmp.so.10()(64bit) is needed by gcc-4.8.0-1.fc19.x86_64
libgomp = 4.8.0-1.fc19 is needed by gcc-4.8.0-1.fc19.x86_64
libmpc.so.3()(64bit) is needed by gcc-4.8.0-1.fc19.x86_64
libmpfr.so.4()(64bit) is needed by gcc-4.8.0-1.fc19.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by gcc-4.8.0-1.fc19.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by gcc-4.8.0-1.fc19.x86_64

What can I do?

I’m using Red Hat Enterprise Linux 5.8.

Thanks!!
Adriano Schmidt

From: http://www.unix.com/unix-dummies-questions-answers/221113-configue.html

Issue with rpm package

By cyrus.ranjith

Hello

I have Storage foundation 6.0 version to install in redhat 6.0, so while trying to install one of the application it say to install some dependencies packages so when i try to install the dependencies again it ask for the dependencies so its a lengthy process i say. so now can i get the full package with dependencies …
if YES please send me the link

BELOW THE ERRORS ARE

[root@localhost ~]# rpm -ivh /root/Downloads/glibc-2.12-1.25.el6.i686.rpm
warning: /root/Downloads/glibc-2.12-1.25.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
error: Failed dependencies:
glibc-common = 2.12-1.25.el6 is needed by glibc-2.12-1.25.el6.i686
libfreebl3.so is needed by glibc-2.12-1.25.el6.i686
libfreebl3.so(NSSRAWHASH_3.12.3) is needed by glibc-2.12-1.25.el6.i686
[root@localhost ~]# rpm -ivh /root/Downloads/glibc-common-2.12-1.25.el6.i686.rpm
warning: /root/Downloads/glibc-common-2.12-1.25.el6.i686.rpm: Header V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
error: Failed dependencies:
glibc = 2.12-1.25.el6 is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6 is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6(GLIBC_2.0) is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6(GLIBC_2.1) is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6(GLIBC_2.1.1) is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6(GLIBC_2.10) is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6(GLIBC_2.2) is needed by glibc-common-2.12-1.25.el6.i686
libc.so.6(GLIBC_2.3) is needed by glibc-common-2.12-1.25.el6.i686
libdl.so.2 is needed by glibc-common-2.12-1.25.el6.i686
libdl.so.2(GLIBC_2.0) is needed by glibc-common-2.12-1.25.el6.i686
libdl.so.2(GLIBC_2.1) is needed by glibc-common-2.12-1.25.el6.i686

Source: FULL ARTICLE at The UNIX and Linux Forums