summaryrefslogtreecommitdiff
path: root/doc/9_00_q_and_a.adoc
diff options
context:
space:
mode:
authorPeter Reijnders <peter.reijnders@verpeteren.nl>2016-11-02 11:24:42 +0100
committerAdrian Thurston <thurston@colm.net>2016-12-19 10:25:04 -0500
commit16099cad79e0099f5e70218cca52fac0f0eb2485 (patch)
treeda66d91b2ac57498cb1028f298a4262f83b653ca /doc/9_00_q_and_a.adoc
parent091030d692c6ce9c72639b9f954d883a6482d4ad (diff)
downloadcolm-16099cad79e0099f5e70218cca52fac0f0eb2485.tar.gz
rough documentation outline
Diffstat (limited to 'doc/9_00_q_and_a.adoc')
-rw-r--r--doc/9_00_q_and_a.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/9_00_q_and_a.adoc b/doc/9_00_q_and_a.adoc
new file mode 100644
index 00000000..a143ab02
--- /dev/null
+++ b/doc/9_00_q_and_a.adoc
@@ -0,0 +1,17 @@
+Q and A
+=======
+
+== FAQ
+
+.Q: I get this error
+ error while loading shared libraries: libcolm-0.13.0.4.so: cannot open shared object file: No such file or directory
+
+*A*: You probably configured and installed colm with the '--prexix' argument
+You can find the dynamic library and symlink it to a familiar place.
+
+[source,bash]
+----
+sudo updatedb
+ln -s `locate libcolm-0.13.0.4.so` /usr/lib/libcolm-0.13.0.4.so
+----
+