/usr/share/doc/refdb/refdb-manual/ch02s02.html is in refdb-doc 1.0.2-3ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Libraries necessary to build and run refdb</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch02.html" title="Chapter 2. System requirements" /><link rel="prev" href="ch02.html" title="Chapter 2. System requirements" /><link rel="next" href="ch02s03.html" title="Perl modules" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Libraries necessary to build and run refdb</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. System requirements</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr /></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sect1-libraries"></a>Libraries necessary to build and run refdb</h2></div></div></div><p>The following libraries are required on your system:</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The version numbers in this list do not indicate that it is impossible to build refdb with any lower version number, except where indicated. The numbers just indicate the versions that were used successfully. Lower version numbers <span class="emphasis"><em>may</em></span> work, higher version numbers are assumed to work in all cases.</p><p>Some operating systems/distributions use separate packages for the run-time libraries and the development libraries. In order to build refdb from the sources and run the resulting applications, you need <span class="emphasis"><em>both</em></span> types of libraries.</p></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="idp63674128"></a>System libraries</h3></div></div></div><p>These libraries should be offered by all operating systems if they are required on that particular system.</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>libreadline (version 4.1 or later)</p></li><li class="listitem"><p>libz (version 1.1.3 or later; not required on systems using glibc)</p></li><li class="listitem"><p>libnsl, a standard library on Solaris, may be required on this platform.</p></li><li class="listitem"><p>libdl, required on all systems that do not include the dl* functions for dealing with dynamic libraries in the standard C library.</p></li><li class="listitem"><p>libiconv, required on all systems that do not include the character encoding conversion functions in the standard C library.</p></li></ul></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a id="idp63680624"></a>Other libraries</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="ulink" href="http://libdbi.sourceforge.net" target="_top">libdbi</a> (version 0.8.x) and <a class="ulink" href="http://libdbi-drivers.sourceforge.net" target="_top">libdbi-drivers</a> (version 0.8.x): a database abstraction layer framework and a set of database-specific drivers.</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>libdbi provides the framework for the separately available database drivers. refdb currently supports the MySQL, PostgreSQL, SQLite, and SQLite3 drivers. When configuring the libdbi-drivers source package, please make sure to understand that you have to request the drivers you want to build with the <code class="option">--with-mysql</code>, <code class="option">--with-pgsql</code>, <code class="option">--with-sqlite</code>, or <code class="option">--with-sqlite3</code> options (you can specify as many drivers as you see fit).</p></div></li><li class="listitem"><p><a class="ulink" href="http://www.sqlite.org" target="_top">SQLite</a> (version 2.8.x or 3.x.y): an embedded SQL engine which you can use instead of the external database servers MySQL or PostgreSQL.</p></li><li class="listitem"><p><a class="ulink" href="http://expat.sourceforge.net" target="_top">libexpat</a> (version 1.95.1): a XML parser library.</p></li><li class="listitem"><p><a class="ulink" href="http://www.ctan.org/tex-archive/biblio/bibtex/utils/btOOL/" target="_top">btparse</a> (version 0.34; only required if you want to build the BibTeX import filter): a bibtex parser library.</p></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. System requirements </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Perl modules</td></tr></table></div></body></html>
|