Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-08-09 14:42:08 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-08-09 14:43:12 (GMT)
commitf5bf08e8250b78fa72fb296480bc84c0a262508a (patch)
treef243e78a4c02a566f5b83759a16ba8907550adde
parentcdcf2717fe4bdd42cdbb632c51b0b371e2e3352f (diff)
au#1588: Fix the VNC-Server crash.
-rw-r--r--config/dextrose3-common.ini2
-rw-r--r--modules/base/kspost.10.core.inc5
2 files changed, 7 insertions, 0 deletions
diff --git a/config/dextrose3-common.ini b/config/dextrose3-common.ini
index 80e8e70..236ec86 100644
--- a/config/dextrose3-common.ini
+++ b/config/dextrose3-common.ini
@@ -44,6 +44,8 @@ dx3_common_packages_add=
telepathy-sofiasip,
x11vnc,
httpd,
+; au#1588: need "openssl-devel" package, for "libcrypto.so".
+ openssl-devel,
; accessibility packages
; Already added as dependencies for sugar-control-accessibility
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index aefe98b..d3324d9 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -268,3 +268,8 @@ if [ ! -d "/home/olpc/Documents" ]; then
xdg-user-dirs-update
chmod -R 0777 /home/olpc/Documents
fi
+
+
+# au#1588: Need to make soft-links, to join library-versions.
+ln -s /usr/lib/libssl.so.10 /usr/lib/libssl.so.8
+ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.8