This file is indexed.

/usr/share/bibledit-gtk/site/gtk/installation/technicalities/configure-source.html is in bibledit-gtk-data 4.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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>
    <link href="../../../bibledit.css" rel="stylesheet" type="text/css" /><!-- 

Copyright (©) 2003-2011 Teus Benschop and Contributors to the Wiki.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License" in the file FDL.

-->
    <title></title>
  </head>
  <body>
    <div id="menu">
      <ul>
        <li>
          <a href="../../../home.html">1 Bibledit</a>
        </li>
        <li>
          <a href="../technicalities.html">Technicalities</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>Configure source
        </li>
        <li>
          <a href="compile-from-source.html">Install bibledit from source</a>
        </li>
        <li>
          <a href="install-opensuse-packages.html">Install openSUSE packages</a>
        </li>
        <li>
          <a href="install-optional-components.html">Install optional components</a>
        </li>
        <li>
          <a href="macintosh.html">Macintosh</a>
        </li>
        <li>
          <a href="run-bibledit.html">Run Bibledit</a>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Configure source
      </h1>
      <h2>
        <a name="TOC-Introduction" href="" id="TOC-Introduction"></a>Introduction
      </h2>When installing Bibledit from source, at one stage you run:<font face="'courier new', monospace">./configure</font>If your system has been prepared for bibledit installation, then all should go well. There should be no error messages.
      <h2>
        <a name="TOC-MySQL-database" href="" id="TOC-MySQL-database"></a>MySQL database
      </h2>If there is an error regarding the MySQL database, check whether this database has been installed and is running.If the above is the case, and there is still an error, then it could be related to the password to access the database.When Bibledit gets configured, it has a default password of "root" for the database root user. On your system the value is probably different.You can pass the root password of the database to the configure script:./configure --with-mysql-root-password=mysecretThe above uses password "mysecret".
      <h2>
        <a name="TOC-Web-server" href="" id="TOC-Web-server"></a>Web server
      </h2>Bibledit has been tested with the Apache web server. The ./configure script is capable of finding the web server document root on several distributions. If you like to use a special location for the document root, you can pass that to the ./configure script:./configure --with-web-document-root=/home/joe/publicThe above changes the web server document root for Bibledit to /home/joe/public.
    </div>
  </body>
</html>