<?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: how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649100#M20117</link>
    <description>To upgrade a package installed via rpm, you need the updated rpm package, and use the command rpm -Uvh apache-version.rpm.&lt;BR /&gt;&lt;BR /&gt;If you install from the source, can't be managed via rpm commands, and will install in another location unless you specify the --prefix option.&lt;BR /&gt;&lt;BR /&gt;If you want to update from the source, you need to save the configuration files, remove the rpm package and its dependencies, install the source and restore the configuration files.</description>
    <pubDate>Thu, 13 Oct 2005 14:32:32 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-10-13T14:32:32Z</dc:date>
    <item>
      <title>how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649099#M20116</link>
      <description>Dear Experts &lt;BR /&gt;I have download the latest version from httpd.apache.org(httpd-2.0.54.tar.bz2), to upgrade httpd-2.0.52-9.ent.&lt;BR /&gt;But when I unzip/untar&lt;BR /&gt;./configure&lt;BR /&gt;make &lt;BR /&gt;make install&lt;BR /&gt;didnt upgrade the httpd-2.0.52-9.ent but simply installs a separate apache server, &lt;BR /&gt;i.e&lt;BR /&gt;# rpm -q httpd&lt;BR /&gt;httpd-2.0.52-9.ent&lt;BR /&gt;and the new versions is also available under /usr/local/apache2/&lt;BR /&gt;how to upgrade then ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 13:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649099#M20116</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-10-13T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649100#M20117</link>
      <description>To upgrade a package installed via rpm, you need the updated rpm package, and use the command rpm -Uvh apache-version.rpm.&lt;BR /&gt;&lt;BR /&gt;If you install from the source, can't be managed via rpm commands, and will install in another location unless you specify the --prefix option.&lt;BR /&gt;&lt;BR /&gt;If you want to update from the source, you need to save the configuration files, remove the rpm package and its dependencies, install the source and restore the configuration files.</description>
      <pubDate>Thu, 13 Oct 2005 14:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649100#M20117</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-13T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649101#M20118</link>
      <description>See also this thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=958413" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=958413&lt;/A&gt;</description>
      <pubDate>Thu, 13 Oct 2005 14:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649101#M20118</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-13T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649102#M20119</link>
      <description>What has happened is not a bad thing.&lt;BR /&gt;&lt;BR /&gt;Right, to upgrade rpm you should get and use rpm.&lt;BR /&gt;&lt;BR /&gt;But you can now test this new webserver to see if it works as planned.&lt;BR /&gt;&lt;BR /&gt;I do recommend getting an rpm.&lt;BR /&gt;&lt;BR /&gt;But when you are all done, if you like this better, you can remove the rpm server and the only webserver left will be this nice new one you installed.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 13 Oct 2005 16:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649102#M20119</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-13T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649103#M20120</link>
      <description>you can always roll your own RPM, compiling the software yourself and making a package out of it. there are tools to help you with that, i would recommend 'checkinstall'&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://checkinstall.izto.org/" target="_blank"&gt;http://checkinstall.izto.org/&lt;/A&gt;</description>
      <pubDate>Fri, 14 Oct 2005 01:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649103#M20120</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-10-14T01:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to upgrade from httpd-2.0.52-9.ent to httpd-2.0.54.tar.bz2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649104#M20121</link>
      <description>Thanks for the HELP ;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 14 Oct 2005 13:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-upgrade-from-httpd-2-0-52-9-ent-to-httpd-2-0-54-tar-bz2/m-p/3649104#M20121</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-10-14T13:21:45Z</dc:date>
    </item>
  </channel>
</rss>

