From bb527b6ed173f0585ae6bd3e38aa8333833583bc Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sat, 16 Feb 2013 01:03:43 +0100 Subject: [PATCH] Updated 64 bit Linux prebuilt of PCRE based on NickyP's work in Kokua. Hopefully fixes startup crash on some distros --- indra/newview/viewer_manifest.py | 1 + install.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index b563ff97d..46488413c 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -861,6 +861,7 @@ class Linux_x86_64Manifest(LinuxManifest): self.path("libexpat.so*") self.path("libglod.so") self.path("libhunspell-1.3.so*") + self.path("libpcre.so.3"); self.path("libminizip.so.1.2.3", "libminizip.so"); self.path("libssl.so*") self.path("libuuid.so*") diff --git a/install.xml b/install.xml index 9633411ec..97874a4b9 100644 --- a/install.xml +++ b/install.xml @@ -1082,9 +1082,9 @@ linux64 md5sum - be0a9c92b5ab7d6761574b61685d6300 + 272bd861a7ff9f77e6908064cf52e4cf url - https://bitbucket.org/Siana/singularityviewer/downloads/pcre-7.6-linux-x86_64-20120715.tar.bz2 + https://bitbucket.org/SingularityViewer/libraries/downloads/pcre-7.6-linux64-20130216.tar.bz2