|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Barney Desmond (barneydesmond
gmail.com)
Date: Mon Jun 01 2009 - 11:12:50 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2009/6/2 Just E. Mail <justemail
imwell-usa.com>:
> -------------
> [root
rs1 Desktop]# rpm -Uvh postfix-2.6.1-1.src.rpm
>
> warning: postfix-2.6.1-1.src.rpm: Header V3 DSA signature: NOKEY, key ID
> e9198f3d
> error: cannot create %sourcedir /usr/src/redhat/SOURCES
> -------------
>
> In the past few days, I have downloaded this file and successfully compiled
> it with links to other applications and completed the installation. Today, I
> started out with a freshly installed LINUX CentOS 5.3 machine and got the
> above error message.
A fresh installation, there's your problem. You'll find that's two
separate issues there, try reading the second one. The warning is just
that, a warning.
[root
rei tmp]# cd /tmp/
[root
rei tmp]# wget -q
http://ftp.wl0.org/official/2.6/SRPMS/postfix-2.6.1-1.src.rpm
[root
rei tmp]# rpm -Uvh postfix-2.6.1-1.src.rpm
warning: postfix-2.6.1-1.src.rpm: Header V3 DSA signature: NOKEY, key
ID e9198f3d
error: cannot create %sourcedir /usr/src/redhat/SOURCES
[root
rei tmp]# ls -lh /usr/src/
total 8.0K
drwxr-xr-x 5 root root 4.0K May 28 12:06 kernels
[root
rei tmp]# mkdir -p /usr/src/redhat/SOURCES
[root
rei tmp]# rpm -Uvh postfix-2.6.1-1.src.rpm
warning: postfix-2.6.1-1.src.rpm: Header V3 DSA signature: NOKEY, key
ID e9198f3d
1:postfix warning: user sjmudd does not exist - using root
warning: group sjmudd does not exist - using root
warning: user sjmudd does not exist - using root
warning: group sjmudd does not exist - using root
warning: user sjmudd does not exist - using root
<LOTS MORE OF THIS>
########################################### [100%]
[root
rei tmp]# ls -lh /usr/src/redhat/
total 16K
drwxr-xr-x 2 root root 4.0K Jun 2 02:07 SOURCES
drwxr-xr-x 2 root root 4.0K Jun 2 02:07 SPECS
Yeah, this makes more sense if you've dealt with RPM packaging before,
there's a handful of directories in a structure that relate to it.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]