Re: configure problems again
Philip S Tellis <[email protected]> Fri, 20 Feb 2004 18:14:07 +0530 (IST)
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
Sometime on Feb 18, Prabesh Devkota assembled some asciibets to say: > I tried the source file for the ayttm and got these warnings. I noticed > after this that there was X-Chat installed on the computer > > [root@student4-315 other]# rpm -Uvh ayttm-0.4.6-1.src.rpm > warning: user philip does not exist - using root Um, one doesn't do rpm -Uvh on source rpms, one does a rpm --rebuild for that. -Uvh is used for binary rpms. You will need a C compiler (that's how one translates C source code (which is what you have) to a binary (which is what you want). Alternately, you could download the binary rpm and do a rpm -Uvh on it. -- Numeric stability is probably not all that important when you're guessing.