Changeset 101 for trunk/docs


Ignore:
Timestamp:
Apr 24, 2007, 10:57:49 AM (17 years ago)
Author:
rainer
Message:

Fix compile bug with --with-kcheck

Location:
trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r100 r101  
    1 2.3.3:
     12.3.4:
     2        * fixed compilation of kern_head (problem reported by S. Clormann)
     3        * more typos fixed (reported by John Horne)
     4
     52.3.3 (27-03-2007):
    26        * fixed typos in configure.ac and manual (reported by John Horne)
    37        * don't use mysql_options on x86_64, since libmysql is broken
  • trunk/docs/FAQ.html

    r91 r101  
    139139</ul>
    140140</div>
    141 <p><i>FAQ Revised: Monday 12 February 2007 23:06:43</i></p>
     141<p><i>FAQ Revised: Saturday 14 April 2007 17:05:58</i></p>
    142142<hr><h2>Table of Contents</h2>
    143143<dl>
     
    161161<li><a href="#Build and install8">2.9. What is sh_tiger1.s?</a></li>
    162162<li><a href="#Build and install9">2.10. Why does static compiling (<code>--enable-static</code>) on MaxOS X fail ?</a></li>
     163<li><a href="#Build and install10">2.11. Why does compiling with MySQL fail on Solaris ?</a></li>
    163164</ul></dd>
    164165<dt><b>3. File checking</b></dt>
     
    406407<a href="http://developer.apple.com/qa/qa2001/qa1118.html">Technical Q&A QA1118</a>.
    407408This is a MacOS X issue and not a bug in samhain.<br><br></dd>
     409<dt><b><a name="Build and install10">2.11. Why does compiling with MySQL fail on Solaris ?</a></b></dt>
     410<dd>The reason is often the shell script 'mysql_config' that comes as part
     411of MySQL. This script is intended to print appropriate compiler flags for
     412compiling applications that use MySQL. Unfortunately, since Sun compiles
     413MySQL with the Solaris compiler, this script outputs options for the Solaris
     414compiler (i.e. unsuitable for gcc). To solve this problem, you need to move
     415this script (i.e. 'mysql_config') out of your PATH before running
     416<tt>./configure</tt> (unless of course you are using the Solaris compiler
     417rather than gcc).<br><br></dd>
    408418</dl>
    409419<hr><h2>3. File checking</h2>
     
    469479as &quot;localhost&quot; to the server, thus the server
    470480needs to trust the client name
    471 as reported by the client itself, and suppress all eroors on resolving
     481as reported by the client itself, and suppress all errors on resolving
    472482this name to the apparent address. In the server configuration:
    473483
     
    587597     <p>
    588598     Alternatively, you can <code>scp</code> the database
    589      to the client, run <code>samhain -t update -l none</code> (you
     599     to the client, run <code>samhain -t update -l none --foreground</code>
     600     (you
    590601     need to avoid logging because otherwise you will get in conflict with
    591602     the running samhain daemon), and then <code>scp</code> the
Note: See TracChangeset for help on using the changeset viewer.