<?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: install program in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247580#M33414</link>
    <description>thx reply&lt;BR /&gt;&lt;BR /&gt;I try to run apt-get search , the below is the result , it means all installed , but I install compile the program , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;apt-cache search mysqlclient&lt;BR /&gt;libmysqlclient12 - mysql database client library&lt;BR /&gt;libmysqlclient10 - LGPL-licensed client library for MySQL databases&lt;BR /&gt;libmysqlclient10-dev - LGPL-licensed client development files for MySQL database&lt;BR /&gt;s&lt;BR /&gt;libmysqlclient14 - mysql database client library&lt;BR /&gt;libmysqlclient14-dev - mysql database development files&lt;BR /&gt;libmysqlclient12-dev - mysql database development files&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Aug 2008 01:02:21 GMT</pubDate>
    <dc:creator>haeman</dc:creator>
    <dc:date>2008-08-11T01:02:21Z</dc:date>
    <item>
      <title>install program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247577#M33411</link>
      <description>I have a debian server and want to compile the apache source , it pop the below error , if the gcc is installed and its path is set , the libc6-dev is also installed but still have the same error , what is the possible reason of the error ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Apache requires an ANSI C compiler , such as gcc&lt;BR /&gt;error output for sanity check&lt;BR /&gt;....&lt;BR /&gt;/usr/bin/ld: cannot find -lmysqlclient&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make ***dummy Error 1</description>
      <pubDate>Wed, 06 Aug 2008 22:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247577#M33411</guid>
      <dc:creator>desmondt</dc:creator>
      <dc:date>2008-08-06T22:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: install program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247578#M33412</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;check the environment&lt;BR /&gt;&lt;BR /&gt;LD_LIBRARY_PATH&lt;BR /&gt;PATH&lt;BR /&gt;&lt;BR /&gt;Things like this can cause this problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 07 Aug 2008 09:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247578#M33412</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-07T09:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: install program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247579#M33413</link>
      <description>Install the following libraries and headers: &lt;BR /&gt;&lt;BR /&gt;#apt-cache search mysqlclient&lt;BR /&gt;libmysqlclient15-dev - mysql database development files&lt;BR /&gt;libmysqlclient15off - mysql database client library&lt;BR /&gt;libmysqlclient12 - mysql database client library&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 07 Aug 2008 17:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247579#M33413</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-08-07T17:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: install program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247580#M33414</link>
      <description>thx reply&lt;BR /&gt;&lt;BR /&gt;I try to run apt-get search , the below is the result , it means all installed , but I install compile the program , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;apt-cache search mysqlclient&lt;BR /&gt;libmysqlclient12 - mysql database client library&lt;BR /&gt;libmysqlclient10 - LGPL-licensed client library for MySQL databases&lt;BR /&gt;libmysqlclient10-dev - LGPL-licensed client development files for MySQL database&lt;BR /&gt;s&lt;BR /&gt;libmysqlclient14 - mysql database client library&lt;BR /&gt;libmysqlclient14-dev - mysql database development files&lt;BR /&gt;libmysqlclient12-dev - mysql database development files&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Aug 2008 01:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247580#M33414</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-08-11T01:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: install program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247581#M33415</link>
      <description>'apt-cache search' output doesn't list all installed packages! it generates a list of _available_ packages, big difference.&lt;BR /&gt;&lt;BR /&gt;is there something wrong with apache included with debian? unless some very very specific uses you shouldn't bother with recompiling it again (and as it appears, you're not familiar with apt this could result in some hair-pulling situations).</description>
      <pubDate>Mon, 11 Aug 2008 08:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-program/m-p/4247581#M33415</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2008-08-11T08:27:42Z</dc:date>
    </item>
  </channel>
</rss>

