- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to reconfigure and recomplie for a rpm install...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2002 06:11 PM
08-24-2002 06:11 PM
i found there is also SRPMS in redhat, it install the source, whether this kind can do that above destination?
fredeick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2002 01:34 AM
08-25-2002 01:34 AM
SolutionI would suggest you to go to http://freshmeat.net and type "rpm build". For example, if you are running KDE2, you can try krpmbuild.
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:22 PM
08-27-2002 09:22 PM
Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM
The 5 directories under that structure hold the following information:
BUILD Where re-built binary RPM's are stored
SOURCE Where the tar-ball of source for a given package lives
SPECS Specification files for Source RPM's.
SRPMS Source RPM's that are made using 'rpm -ba' or 'rpm -bs'.
Hope this helps a bit.. :P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 10:37 PM
08-27-2002 10:37 PM
Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM
Have a look at this link.
http://www-06.ibm.com/developerworks/library/l-rpm2/
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 11:04 PM
08-27-2002 11:04 PM
Re: how to reconfigure and recomplie for a rpm installation, what is use for SRPM
# rpm --rebuild xxxx.src.rpm
# rpm -ivh /usr/src/redhat/RPMS/i386/xxxx.i386.rpm
Good luck