<?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: default directories in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136564#M8356</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;to find out where the files for a specific package are, use&lt;BR /&gt;&lt;BR /&gt;rpm -qi --filesbypkg rpmname.&lt;BR /&gt;&lt;BR /&gt;to remove, rpm -e rpmname.&lt;BR /&gt;&lt;BR /&gt;and since you are going to install your stuff in a new directory say, /usr/local, it doesnt matter if the old ones exist there.&lt;BR /&gt;&lt;BR /&gt;i am not sure if you will be able to remove openssl so easily since there are a hell lot of dependencies on it.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
    <pubDate>Thu, 04 Dec 2003 16:32:56 GMT</pubDate>
    <dc:creator>Balaji N</dc:creator>
    <dc:date>2003-12-04T16:32:56Z</dc:date>
    <item>
      <title>default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136557#M8349</link>
      <description>I have a few simple questions anybody but myself would know :)&lt;BR /&gt;&lt;BR /&gt;What is the default directory in Redhat 9.0 that apache is in? &lt;BR /&gt;&lt;BR /&gt;I do a "openssl version" and get OpenSSL 0.9.7a  ... But I'd like to update it to 0.9.7c .. So where is this old 7a version located by default? It tells me the version but not sure where it is. Thanks!</description>
      <pubDate>Thu, 04 Dec 2003 15:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136557#M8349</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-04T15:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136558#M8350</link>
      <description>/etc/httpd&lt;BR /&gt;&lt;BR /&gt;conf for configuration&lt;BR /&gt;logs for logs&lt;BR /&gt;&lt;BR /&gt;htdocs for docs&lt;BR /&gt;&lt;BR /&gt;This may be what you want.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Dec 2003 15:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136558#M8350</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-04T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136559#M8351</link>
      <description>I was looking through those. I was curious where it actually says "openssl 0.9.7a" and httpd-2.0.43 ... &lt;BR /&gt;&lt;BR /&gt;I want to install more updated versions of both in the directory /usr/src .... How do I remove the old versions the (httpd-2.0.43 and openssl 0.9.7a) ? Or do they automatically get overlooked if there's a higher version on the system?</description>
      <pubDate>Thu, 04 Dec 2003 15:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136559#M8351</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-04T15:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136560#M8352</link>
      <description>If you installed the products from rpms simply rpm again and all binaries will be replaced.  Configuration files will be left alone. This has been my experience in the past.&lt;BR /&gt;&lt;BR /&gt;Red Hat is not nearly as good about this as HP-UX is with Software Distributor.  Get a good backup in case I'm wrong(It happens quite often).  Its those roots drilling into mhy brain.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2003 15:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136560#M8352</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-04T15:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136561#M8353</link>
      <description>uh oh, actually i'm installing tar.gz files. Is this the same case? Overwrites them?</description>
      <pubDate>Thu, 04 Dec 2003 15:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136561#M8353</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-04T15:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136562#M8354</link>
      <description>Kyle,&lt;BR /&gt;&lt;BR /&gt;the command &lt;BR /&gt;#rpm -ql openssl&lt;BR /&gt;will show you all that has been installed when you used normal redhat install&lt;BR /&gt;&lt;BR /&gt;The command &lt;BR /&gt;#locate openssl&lt;BR /&gt;is also handy to find out where think are, or just cross check&lt;BR /&gt;&lt;BR /&gt;If you are installing using tar, you could do &lt;BR /&gt;a &lt;BR /&gt;# tar -tzvf opensslXXXtar.gz &amp;gt; list_openssl_files &lt;BR /&gt; &lt;BR /&gt;just so you are able to trouble shoot if need be after install&lt;BR /&gt;&lt;BR /&gt;I would also follow SEP advise and backup before install...&lt;BR /&gt;&lt;BR /&gt;and last but not least read the README and install , because often you have to taylor after install (like maybe correct path to openssl in httpd.conf etc).&lt;BR /&gt;&lt;BR /&gt;If you can find it try install the openssl 9.0.7.c using the rpm version instead of tar.gz as this normaly more ease.&lt;BR /&gt;&lt;BR /&gt;whatever you do enjoy.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Dec 2003 16:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136562#M8354</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-04T16:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136563#M8355</link>
      <description>The answer to your last question depends.&lt;BR /&gt;&lt;BR /&gt;You'll have to read the readme file.&lt;BR /&gt;&lt;BR /&gt;Some tar distributions will overwrite.  Some will make a new directory that includes the version number. Thats why the backup, especially of configuration files is critical.&lt;BR /&gt;&lt;BR /&gt;I'm sure thats not a satisfactory answer, but I've had it go both ways with tar file distributions.  Which is why I use depots in HP-UX and rpms in Linux.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Dec 2003 16:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136563#M8355</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-04T16:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136564#M8356</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;to find out where the files for a specific package are, use&lt;BR /&gt;&lt;BR /&gt;rpm -qi --filesbypkg rpmname.&lt;BR /&gt;&lt;BR /&gt;to remove, rpm -e rpmname.&lt;BR /&gt;&lt;BR /&gt;and since you are going to install your stuff in a new directory say, /usr/local, it doesnt matter if the old ones exist there.&lt;BR /&gt;&lt;BR /&gt;i am not sure if you will be able to remove openssl so easily since there are a hell lot of dependencies on it.&lt;BR /&gt;&lt;BR /&gt;-balaji</description>
      <pubDate>Thu, 04 Dec 2003 16:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136564#M8356</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-12-04T16:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136565#M8357</link>
      <description>Actually if it is a tar.gz there is a good chance that you actually got a source distribution, which would be installed using &lt;BR /&gt;configure&lt;BR /&gt;make&lt;BR /&gt;make test&lt;BR /&gt;make install&lt;BR /&gt;&lt;BR /&gt;Where to install can be set as a parameter to configure.&lt;BR /&gt;&lt;BR /&gt;Also check out the type command, which will tell you where in your path a particular program lives &lt;BR /&gt;&lt;BR /&gt;E.g.&lt;BR /&gt;&lt;BR /&gt;zinser@bibo:/public/www/vms/fun&amp;gt; openssl&lt;BR /&gt;OpenSSL&amp;gt; exit&lt;BR /&gt;zinser@bibo:/public/www/vms/fun&amp;gt; type openssl&lt;BR /&gt;openssl is hashed (/usr/bin/openssl)&lt;BR /&gt;zinser@bibo:/public/www/vms/fun&amp;gt; ls -l /usr/bin/openssl&lt;BR /&gt;-rwxr-xr-x    1 root     root      1128280 2003-03-25 09:29 /usr/bin/openssl&lt;BR /&gt;&lt;BR /&gt;YDMV (your directories might vary ;-)</description>
      <pubDate>Thu, 04 Dec 2003 23:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136565#M8357</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-04T23:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136566#M8358</link>
      <description>How does it work if you install a tar.gz but instead want the RPM. Once you get the RPM, what becomes of the tar.gz? Overwritten or it just sits there?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2003 07:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136566#M8358</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-05T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136567#M8359</link>
      <description>If you have installed the tar.gz and it work ! then you dont need to install the rpm version&lt;BR /&gt;&lt;BR /&gt;But is you try to install rpm afterward it will probably overwrite the file distributed by tar.gz ... , and rpm may also complain that this is already installed ( I am not sure of this because I think rpm only does a check on its own "database" to find out if something is already installed).&lt;BR /&gt;&lt;BR /&gt;If it work I would leave it at that!&lt;BR /&gt;&lt;BR /&gt;Does it work ?&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2003 07:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136567#M8359</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-05T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136568#M8360</link>
      <description>JP-&lt;BR /&gt;   I wanted to upgrade the OpenSSL to the 0.9.7c  instead of 0.9.7a to fix a bug. It game no errors when i did the make, make test, and make install. &lt;BR /&gt;&lt;BR /&gt;Yet, then I did the command "openssl version" and it listed the old version of ssl (openssl-0.9.7a), so apparently it didn't work or wasnt recognized. &lt;BR /&gt;&lt;BR /&gt;PS. I know what RPM is, what is SRPM?&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Kyle</description>
      <pubDate>Fri, 05 Dec 2003 08:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136568#M8360</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-05T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136569#M8361</link>
      <description>&lt;BR /&gt;what is SRPM? --&amp;gt; source rpm&lt;BR /&gt;rpm --&amp;gt; binary&lt;BR /&gt;&lt;BR /&gt;in the directory where you untar the tar.gz there usualy have some "readme or text file" that explains the step you need to perform to do the set up .. ? &lt;BR /&gt;&lt;BR /&gt;I would first check there like &lt;BR /&gt;&lt;BR /&gt;# cd to where you untar &lt;BR /&gt;# file *&lt;BR /&gt;read file that come out as text file &lt;BR /&gt;&lt;BR /&gt;try and correct if you find any thing&lt;BR /&gt;&lt;BR /&gt;and if all this fails try the rmp, as last resources.&lt;BR /&gt;&lt;BR /&gt;keep us inform, and if you need more reply now because I will be avaiable only for an other 1/2 hour&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Fri, 05 Dec 2003 08:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136569#M8361</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-05T08:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136570#M8362</link>
      <description>When i try to install the RPM of this bug fix for openssl it says it conflicts with files from the tar.gz file i had installed before. &lt;BR /&gt;&lt;BR /&gt;How do you weed out and remove or overwrite all these tar.gz files that are causing the conflict with the New rpm i want installed?</description>
      <pubDate>Fri, 05 Dec 2003 09:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136570#M8362</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-12-05T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136571#M8363</link>
      <description>When you install from source, you ultimately do a&lt;BR /&gt; 'make install'&lt;BR /&gt;to move the stuff to the final destination.&lt;BR /&gt; &lt;BR /&gt;But, the *default* install directory for openssl is&lt;BR /&gt; "/usr/local/ssl"&lt;BR /&gt;.&lt;BR /&gt;The install locations from RPMs are probably something like&lt;BR /&gt; "/usr/lib/ssl"&lt;BR /&gt;and&lt;BR /&gt; "/usr/bin/openssl"&lt;BR /&gt;.&lt;BR /&gt;So, your new openssl is probably in something like&lt;BR /&gt; '/usr/local/ssl/bin/openssl'&lt;BR /&gt;.&lt;BR /&gt;This can be a little gritty to work thru, sometimes, especially when you start building an app that uses SSL, like SSH.&lt;BR /&gt;&lt;BR /&gt;bv</description>
      <pubDate>Fri, 05 Dec 2003 16:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136571#M8363</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2003-12-05T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: default directories</title>
      <link>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136572#M8364</link>
      <description>Kyle,&lt;BR /&gt;&lt;BR /&gt;I have just return and picking up from here &lt;BR /&gt;&lt;BR /&gt;to install a binary rpm do  &lt;BR /&gt;&lt;BR /&gt;#rpm -Uvh 'name_of_soft'.rpm&lt;BR /&gt;&lt;BR /&gt;if this does not work because it still find old openssl file you can use the -f switch in the rpm command but ! Please Beware ! this is very brutal and does just that.."force install", and so you may end up with some messy files and link.&lt;BR /&gt;&lt;BR /&gt;I would consider the following senario (Please note and beware this will erase openssl from you system)&lt;BR /&gt;# rpm -e openssl &lt;BR /&gt; &lt;BR /&gt;after that install your 0.9.7.c.rpm&lt;BR /&gt; &lt;BR /&gt;#cd to the directory where you have copied your 0.9.7.c.rpm then &lt;BR /&gt; &lt;BR /&gt;# rpm -Uvh openssl.0.9.7.c.rpm&lt;BR /&gt;&lt;BR /&gt;hopefully the above should get rid of "old and tar mix" and install all new.&lt;BR /&gt;&lt;BR /&gt;In the time between the erase and the new version install application using openssl will or may behave strangely it would be best&lt;BR /&gt;to stop theses if this is critical for you &lt;BR /&gt;&lt;BR /&gt;This can be done by doing the following &lt;BR /&gt;&lt;BR /&gt;ex; (for stopping apache)&lt;BR /&gt;#service httpd stop&lt;BR /&gt;and to start then after install of new openssl do&lt;BR /&gt;#service http start&lt;BR /&gt;&lt;BR /&gt;after that test.&lt;BR /&gt;&lt;BR /&gt;I will be busy quite late so tell us how this when !&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2003 16:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/default-directories/m-p/3136572#M8364</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-05T16:53:16Z</dc:date>
    </item>
  </channel>
</rss>

