Download and Install libsdb version 0.6.2 on Mac OS X
Wednesday the 3rd of December, 2008

    version 0.6.2

      View the most recent changes for the libsdb port at: libsdb.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for libsdb.
      The raw portfile for libsdb 0.6.2 is located here:
      http://libsdb.darwinports.com/dports/databases/libsdb/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/libsdb
      Google
      Web Darwinports.com



      # $Id: Portfile 30223 2007-10-22 22:46:02Z jmpp macports.org $

      PortSystem 1.0

      Name: libsdb
      Version: 0.6.2
      Category: databases
      Platform: darwin
      Maintainers: nomaintainer
      Description: Simple database library
      Long Description: This is libsdb, the simple database library, which provides a way to support multiple database management systems in an application with negligeable overhead, in terms of code as well as system resources.

      Homepage: http://siag.nu/libsdb/
      master_sites ftp://siag.nu/pub/libsdb/ http://siag.nu/pub/libsdb/ freebsd
      distname sdb-${version}
      checksums md5 c21c26ac071612f19db84e438fd4677d

      pre-destroot {
      reinplace "s|^install:|install: dummy|g" ${worksrcpath}/Makefile
      system "touch ${worksrcpath}/dummy"
      }
      destroot.destdir PREFIX=${destroot}${prefix} MANDIR=${destroot}${prefix}/share/man CC=true

      platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/libsdb
      % sudo port install libsdb
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching libsdb
      ---> Verifying checksum for libsdb
      ---> Extracting libsdb
      ---> Configuring libsdb
      ---> Building libsdb with target all
      ---> Staging libsdb into destroot
      ---> Installing libsdb
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using libsdb with these commands:
      %  man libsdb
      % apropos libsdb
      % which libsdb
      % locate libsdb

     Where to find more information:

    Darwin Ports



    Lightbox this page.