Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'sys': 0.05; 'subject:code': 0.07; 'python': 0.08; 'am,': 0.12; 'subject:was': 0.15; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'openssl': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'admin': 0.18; 'subject:not': 0.21; 'header:In-Reply-To:1': 0.22; 'libraries': 0.24; 'code': 0.25; 'load': 0.26; 'server.': 0.27; 'version,': 0.28; 'version.': 0.28; 'problem': 0.29; 'environment': 0.30; 'fairly': 0.30; 'alongside': 0.30; 'over.': 0.30; 'servers.': 0.30; 'version': 0.31; "can't": 0.32; 'message-id:@gmail.com': 0.33; 'header:User-Agent:1': 0.33; 'instead': 0.33; 'to:addr :python-list': 0.33; 'convince': 0.34; 'install': 0.35; 'uses': 0.36; 'variables': 0.36; 'but': 0.37; 'received:org': 0.37; 'mike': 0.38; 'received:192': 0.38; 'either': 0.39; 'subject:: ': 0.39; 'might': 0.40; 'to:addr:python.org': 0.40; 'difference': 0.40; 'according': 0.60; 'difficult,': 0.84; 'subject::': 0.89; 'subject:found': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Fri, 13 Jan 2012 09:49:35 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: python-list@python.org Subject: Re: ERROR:root:code for hash md5 was not found References: <4F0D7274.9080905@gmail.com> <390272b8-a041-4ece-a414-13bc9c120f61@d10g2000vbh.googlegroups.com> <4f0e1b0a$0$29966$c3e8da3$5496439d@news.astraweb.com> <4f0fa650$0$29984$c3e8da3$5496439d@news.astraweb.com> <13ebaf39-49d6-48d9-8a32-deab1f6f6bab@iv6g2000pbc.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326475385 news.xs4all.nl 6990 [2001:888:2000:d::a6]:53267 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18929 On 01/13/2012 07:14 AM, mike wrote: > pysibelius is a lib that we use. > > I am not sure that is the problem since the python program works on > SuSE but not on RH server. And AFAIK > the only difference ( well that I can see) is the OpenSSL version. > > According to code it uses openssl: > > > > So I need to find a way to convince the linux sys admin to install > same version of openssl on both servers. Unfortunately that's going to be fairly difficult, as they would have to install a new version of openssl alongside the existing system version, which you can't just replace. Or it might be possible to copy the openssl libraries from SuSE over. Either way you will have to use the LD_LIBRARY_PATH or the LD_LIBRARY_PRELOAD environment variables to get PySibelius to load that version instead of the system one.