Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 8092ed20821fac5ed4b1a593fb4ef021 > files > 84

lib64cddb-devel-1.3.2-5.x86_64.rpm


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <title>CDDB server access library (libcddb)</title>
    <link href="libcddb.css" rel="stylesheet" type="text/css">
  </head>

  <body>

    <table class="menu">
      <tbody>
        <tr class="menu">
          <td class="menu"><a class="menu" href="index.html">Libcddb home</a></td>
          <td class="menu"><a class="menu"  href="download.html">Download</a></td>
          <td class="menu"><a class="menu"  href="faq.html">FAQ</a></td>
          <td class="menu"><a class="menu"  href="tutorial.html">Tutorial</a></td>
          <td class="menu"><a class="menu"  href="API/index.html">API Documentation</a></td>
          <td class="menu"><a class="menu"  href="links.html">Links</a></td>
          <td class="menu"><a class="menu"  href="contact.html">Contact Info</a></td>
        </tr>
      </tbody>
    </table>

<table class="section1"><tr><td><a name="section1">1 Frequently Asked Questions</a></td><td class="sectionnav"><a href="#section2"><img class="sectionimg" src="images/arrow_dn.png"></a>&nbsp<a href="#section0"><img class="sectionimg" src="images/arrow_up.png"></a></td></tr></table>
    <dl>
      <dt><b>Q</b>: Does libcddb work on Win32 ?</dt>
      <dd>
        <b>Answer</b>: Yes.  I got it working on <a
        href="http://www.cygwin.com">Cygwin</a> after recreating the
        automake/autoconf/libtool environment.  You can easily do this
        by downloading the
        <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/%2acheckout%2a/libcddb/libcddb/bootstrap">bootstrap</a>
        script from CVS, putting it into the libcddb source directory
        and executing it.  When this is done you can perform the usual
        steps of running the <code>configure</code> script and then
        executing <code>make</code>.
      </dd>
      <dt><b>Q</b>: Unable to load libcddb shared library ?</dt>
      <dd>
        <b>Symptom</b>: You get an error message like:
<pre class="example"><code>error while loading shared libraries: libcddb.so.0:
cannot open shared object file: No such file or directory</code></pre>        when running a program that uses libcddb.
        <br>
        <b>Solution</b>: You will have to run the <code>ldconfig</code>
        program to update the dynamic linker settings.  Make sure you
        have administrative rights before running <code>ldconfig</code>.
      </dd>
    </dl>


    <table class="status">
      <tbody>
        <tr>
          <td id="sflogo">
            <a href="http://sourceforge.net">
              <img src="http://sourceforge.net/sflogo.php?group_id=65237&type=1"
                   width="88" height="31" border="0" alt="SourceForge.net Logo"/>
            </a>
          </td>
          <td id="sflogo">
            <a href="http://sourceforge.net/donate/index.php?group_id=65237">
              <img src="http://images.sourceforge.net/images/project-support.jpg"
                   width="88" height="32" border="0"
                   alt="Support This Project"/>
            </a>
          </td>
          <td>
            <address><a href="mailto:airborne@advalvas.be"></a></address>
            Last modified: Sun Oct 15 14:49:16 CEST 2006

          </td>
        </tr>
      </tbody>
    </table>
  </body>
</html>