LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How To Install Rpm Files (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-rpm-files-149187/)

cmd 02-22-2004 12:31 PM

How To Install Rpm Files
 
Hi, im using RH 9 and i need to know how to install lmule .rpm , if anybody know please help me , thanks

Mara 02-22-2004 12:32 PM

rpm -i filename

Tinkster 02-22-2004 12:33 PM

man rpm

man: Always the first source of information

Search : VERY potent!

If all else fails: Google


Cheers,
Tink

cmd 02-22-2004 12:41 PM

thanks for the help, this is what it says..
with normal login:
rpm -i lmule-1.2.1-1.src.rpm
error: cannot write to %sourcedir /usr/src/redhat/SOURCES

su root:

rpm -i lmule-1.2.1-1.src.rpm
warning: user andi does not exist - using root
warning: user andi does not exist - using root


what should i do?

Mara 02-22-2004 12:58 PM

It's .src.rpm, the installation is different. You need to build it first. The command to do it will be
rpmbuild --rebuild lmule-1.2.1-1.src.rpm
Then you can find the freshe rpm in /usr/src/RPM/RPMS/yourarchitecuture/ and install as in my previous post.

cmd 02-22-2004 01:14 PM

configure: error:
Please check that wx-config is in path, the directory
where wxWindows libraries are installed (returned by
'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWindows is version 2.4.0 or above.
Or this might also be a bug in our configure. Please try again
with --with-wx-config=/usr/bin/wx-config
(replace /usr/bin/wx-config with a valid path to your wx-config)

error: Bad exit status from /var/tmp/rpm-tmp.70895 (%build)


RPM build errors:
user andi does not exist - using root
user andi does not exist - using root
Bad exit status from /var/tmp/rpm-tmp.70895 (%build)


grr

vincebs 02-22-2004 01:15 PM

Download the wxGTK and libwxGTK packages and install them first.


All times are GMT -5. The time now is 03:17 PM.