<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RPM install in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137246#M8379</link>
    <description>Martin.&lt;BR /&gt; &lt;BR /&gt;I always build from source.  I always install the smallest linux I can and then build the rest  just as I like it from source.  However, I don't think Kyle is really up for that just now and rpm installs are just the thing.&lt;BR /&gt; &lt;BR /&gt;Many years ago, before "./configure" made life so easy, I spent three days (took two days off work) without sleep building ImageMagick.  Life is much easier now but sadly doesn't have the same sense of achievemnet :)</description>
    <pubDate>Sun, 07 Dec 2003 14:35:08 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2003-12-07T14:35:08Z</dc:date>
    <item>
      <title>RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137240#M8373</link>
      <description>I downloaded a RPM from the Redhat site and put it in a directory "/usr/src".&lt;BR /&gt;&lt;BR /&gt;I went to that directory and tried to install the RPM "rpm -i openssl-0.9.7a-20.src.rpm" and after a split second nothing happened. &lt;BR /&gt;&lt;BR /&gt;Am I not understanding something?</description>
      <pubDate>Fri, 05 Dec 2003 08:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137240#M8373</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-05T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137241#M8374</link>
      <description>You are aware that this looks like a source rpm?  This will produce source code that you will then have to build with all the attentant issues that could unfold.&lt;BR /&gt; &lt;BR /&gt;I suspect you need to find the openssl rpm that doesn't have a ".src" in there somewhere.  On the other hand I don't actually use rpm's so my info might be out of date.&lt;BR /&gt; &lt;BR /&gt;Just as a matter of interest what actually happens when nothing happens?  Does it hang or do you just get the prompt back?.  I f I remember correctly, rpms and source rpms don't actually say anything if they work properly.</description>
      <pubDate>Fri, 05 Dec 2003 08:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137241#M8374</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-05T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137242#M8375</link>
      <description>Mark, i just get the prompt back right away....I guess i'll remove it and look for one without a source rpm. Thanks.</description>
      <pubDate>Fri, 05 Dec 2003 09:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137242#M8375</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-05T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137243#M8376</link>
      <description>hey&lt;BR /&gt;is it a source rpm? then install the source rpm.&lt;BR /&gt;&lt;BR /&gt;rpm -Uvh *.src.rpm&lt;BR /&gt;&lt;BR /&gt;it will get installed in /usr/src.&lt;BR /&gt;&lt;BR /&gt;and there will be a spec file (dont remeber the exact directory) somewhere in /usr/src/build or ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;go to that directory and run&lt;BR /&gt;&lt;BR /&gt;rpmbuild -bb specfile.&lt;BR /&gt;&lt;BR /&gt;this will generate a binary rpm.&lt;BR /&gt;&lt;BR /&gt;once this is done, &lt;BR /&gt;&lt;BR /&gt;just run &lt;BR /&gt;&lt;BR /&gt;rpm -Uvh *.rpm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please note that to build, you need to have all the dependencies and most of the *devel* rpms.&lt;BR /&gt;&lt;BR /&gt;cheerio&lt;BR /&gt;-balaji</description>
      <pubDate>Fri, 05 Dec 2003 13:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137243#M8376</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-12-05T13:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137244#M8377</link>
      <description>kyle,&lt;BR /&gt;&lt;BR /&gt;I read this reply now but I have answered this in the following link&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=292708" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=292708&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;please follow up to there&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Fri, 05 Dec 2003 16:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137244#M8377</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-05T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137245#M8378</link>
      <description>Hello Mark,&lt;BR /&gt;&lt;BR /&gt;could you elaborate a bit why you consider building from sources to be a problem? For me this is actually on of the features of Linux that makes it attractive. No critizism intended here, I am just curious.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Fri, 05 Dec 2003 17:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137245#M8378</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-05T17:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137246#M8379</link>
      <description>Martin.&lt;BR /&gt; &lt;BR /&gt;I always build from source.  I always install the smallest linux I can and then build the rest  just as I like it from source.  However, I don't think Kyle is really up for that just now and rpm installs are just the thing.&lt;BR /&gt; &lt;BR /&gt;Many years ago, before "./configure" made life so easy, I spent three days (took two days off work) without sleep building ImageMagick.  Life is much easier now but sadly doesn't have the same sense of achievemnet :)</description>
      <pubDate>Sun, 07 Dec 2003 14:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137246#M8379</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-07T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137247#M8380</link>
      <description>Hello Mark,&lt;BR /&gt;&lt;BR /&gt;I agree going with RPMs does make sense if you do not have too much experience yet.&lt;BR /&gt;&lt;BR /&gt;As it happens streamlining the build of ImageMagick on a non-Unix platform is one of my next projects ;-) I do anticipate more than 3 days...&lt;BR /&gt;&lt;BR /&gt;All the best, Martin</description>
      <pubDate>Sun, 07 Dec 2003 15:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137247#M8380</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-07T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: RPM install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137248#M8381</link>
      <description>Just got back to work from the weekend. Thanks for the replies, they should help. Yes I agree, I don't have alot of experience yet so RPM should be good. Thanks to all!&lt;BR /&gt;&lt;BR /&gt;kyle</description>
      <pubDate>Mon, 08 Dec 2003 07:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install/m-p/3137248#M8381</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-08T07:34:31Z</dc:date>
    </item>
  </channel>
</rss>

