Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:     +
[[Category:ProductOpener]]
 +
== Issues on Mac ==
 +
Invalid version format (version required) at /Library/Perl/5.18/Module/Runtime.pm line 386.
 +
See:
 +
http://blogs.perl.org/users/ovid/2014/02/moose-dying-with-invalid-version-format-version-required.html
 +
 +
== Issues on Debian jessie ==
 +
== Issues (old) on Debian wheezy ==
 
=== Dotted fields in MongoDB ===
 
=== Dotted fields in MongoDB ===
   Line 172: Line 180:  
  apt-cache show tesseract-ocr | grep -i version
 
  apt-cache show tesseract-ocr | grep -i version
 
Version: 2.04-2+squeeze1
 
Version: 2.04-2+squeeze1
 +
</pre>
 +
 +
Solution:
 +
 +
In fact tesseract was just missing dictionaries for French "fra".
 +
 +
<pre>
 +
apt-get install tesseract-ocr-fra
 +
</pre>
 +
 +
 +
=== Apache 2.4 reverse proxy configure error "Bundled APR requested but not found" ===
 +
 +
<pre>
 +
configure: error: Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/.
 +
</pre>
 +
 +
Solution: install APR
 +
 +
<pre>
 
</pre>
 
</pre>
27

edits

Navigation menu