summaryrefslogtreecommitdiff
path: root/doc/9_00_q_and_a.adoc
diff options
context:
space:
mode:
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
+----
+