Re: [Lapackpp-devel] HELP for lapack++ source rpm installation
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-02-27 08:52:40
|
Hi, jian Xu schrieb: > Hi Christian, > Under FC4, when I am a superuser and type > rpm -i lapackpp-2.4.7-1.src.rpm > > It responsed by: > warning: user stimming does not exist - using root > warning: user stimming does not exist - using root > > Then it stopped. Could you tell me how to avoid this? Thanks. I don't think the message here is a problem, as it says "warning" and not "error". If rpm stops because of an error, it clearly says "error". I rather think you are surprised that installing a src.rpm doesn't do more action? Is it that? In that case, please read the documentation of rpm concerning source rpms; you probably need to do "rpm -i lapackpp-2.4.7.src.rpm" and *then* "rpmbuild -ba lapackpp-2.4.7". Only the latter command will actually do a lot of action. And *then*, when you got the message "wrote blabla.rpm", you still need to "rpm -i blabla.rpm". RTFM. Really. Previously you said you couldn't install the rpm. Did you mean you couldn't install the binary rpm? Or did you mean you couldn't install the source rpm? Again, if you refer to your above message then this clearly is *not* an error. Christian > > Jian > > > On 2/26/06, Christian Stimming <sti...@tu...> wrote: > >>Am Sonntag, 26. Februar 2006 05:01 schrieb jian Xu: >> >>>Hi Christian, >>>Thank you very much for your help. It's working on my windows now! >>>Thanks a lot! >> >>Nice to hear. >> >> >>>However, I cannot get the .rpm work on my Fedora Core 4. When I type >>>rpm -i xxxx.rpm, it said "user Stimming doesn't exist" 8-), and then >>>exit. Could you tell me how to install in that case? Thank you >>>again. >> >>1. Please tell me the exact error message. >>2. Install from source rpm and/or the .tar.gz package. Instructions from >>source rpm are in the "rpm" man page. >> >>Christian |