This file is indexed.

/usr/share/doc/refdb/refdb-manual/ch02.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>Chapter 2. System requirements</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="pt01.html" title="Part I. Overview" /><link rel="prev" href="ch01s07.html" title="Credits" /><link rel="next" href="ch02s02.html" title="Libraries necessary to build and run refdb" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. System requirements</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s07.html">Prev</a> </td><th width="60%" align="center">Part I. Overview</th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a id="chapter-system-requirements"></a>Chapter 2. System requirements</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="ch02.html#sect1-sysreq-os">Operating system</a></span></dt><dt><span class="sect1"><a href="ch02s02.html">Libraries necessary to build and run refdb</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch02s02.html#idp63674128">System libraries</a></span></dt><dt><span class="sect2"><a href="ch02s02.html#idp63680624">Other libraries</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch02s03.html">Perl modules</a></span></dt><dt><span class="sect1"><a href="ch02s04.html">External applications</a></span></dt><dt><span class="sect1"><a href="ch02s05.html">Related Software</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sect1-sysreq-os"></a>Operating system</h2></div></div></div><p>refdb was designed to run on as many platforms as possible and has positively been seen running on the following operating systems:</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>GNU/Linux</p></li><li class="listitem"><p>FreeBSD</p></li><li class="listitem"><p>NetBSD</p></li><li class="listitem"><p>OSX</p></li><li class="listitem"><p>Solaris/SunOS</p></li><li class="listitem"><p>Windows/Cygwin</p></li></ul></div><p>Other Unix-like operating systems may work out of the box or with a minimum amount of tweaking. While this portability excludes fancy GUI bells and whistles, it makes it (most likely) possible to run refdb on the hardware and operating system that you happen to have. Both the clients and the application server should compile on all systems with a decent C compiler like <span class="application">gcc</span>. There should be no problems to run refdb on heterogenous networks. For Windows users the free Cygwin tools are recommended. <a class="ulink" href="http://www.cygwin.com" target="_top">Cygwin</a> is a POSIX layer on top of Win32 including a useful selection of the popular <a class="ulink" href="http://www.gnu.org" target="_top">GNU tools</a>.</p><p>To simplify the task of porting refdb to other operating systems the package uses <span class="application">autoconf</span> and <span class="application">automake</span>.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s07.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Credits </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Libraries necessary to build and run refdb</td></tr></table></div></body></html>