[lsst-dm-stack-users] Trying out the Anaconda python with a RHEL6 installation

Heather Kelly heather at slac.stanford.edu
Fri Jan 31 12:32:51 PST 2014


On 1/31/2014 3:10 PM, Kian-Tat Lim wrote:
> Heather,
>
>> activemq-cpp-library-3.5.0-src.tar.gz
>> tar zvxf activemq-cpp-library-3.5.0-src.tar.gz
>> tar: write error
>> Running automake.sh...
>> ./configure
>> --prefix=/opt/lsst/DMstack/Winter2013-v6_2/Linux64/external/activemqcpp/3.5.0+4
>> --with-apr=/opt/lsst/DMstack/Winter2013-v6_2/Linux64/external/apr/1.3.3+1 --with-apr-util=/opt/lsst/DMstack/Winter2013-v6_2/Linux64/external/apr/1.3.3+1
>> --enable-doxygen-man
>> /usr/bin/make
>> make ...
>> ./decaf/internal/net/ssl/openssl/OpenSSLParameters.h:49: error: ISO C++
>> forbids declaration of âSSL_CTXâ with no type
> 	Odd.  What version of openssl do you have installed?
>
> 	Do you have /usr/include/openssl/ssl.h and
> /usr/include/ssl/ossl_typ.h?  Does the latter contain typedefs for SSL
> and SSL_CTX?
>
> 	./configure is supposed to pick this stuff up automatically...
>

Looks to be:  openssl.x86_64                 
1.0.1e-16.el6_5.4                   @sl-security
I found 

/usr/include/openssl/ssl.h

but not /usr/include/ssl/ossl_typ.h

Meanwhile after installing openssl-devel..I tried a fresh build and got
beyond that problem apparently, but this time a new error:

/opt/lsst/anaconda/1.8.0/bin/curl -L
http://sw.lsstcorp.org/pkgs/external/pysqlite/2.6.3/sqlite.py > sqlite.py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time 
Current
                                 Dload  Upload   Total   Spent    Left 
Speed
100    31  100    31    0     0    408      0 --:--:-- --:--:--
--:--:--   418
sqlite.py
python setup.py install
--home=/opt/lsst/DMstack/Winter2013-v6_2/Linux64/external/pysqlite/2.6.3+3
Installing sqlite.py...
Emptying the build directory
Package pysqlite 2.6.3+3 installed successfully
Assigning Server Tag v6_1 to dependency pysqlite 2.6.3+3
Assigning Server Tag v6_2 to dependency pysqlite 2.6.3+3
Assigning Server Tag v6_3 to dependency pysqlite 2.6.3+3
Assigning Server Tag v7_1 to dependency pysqlite 2.6.3+3
Assigning Server Tag v7_2 to dependency pysqlite 2.6.3+3
eups distrib: No source is available for package python system

So it appears I'm now pointing at the DM python:

[heather at ccs Winter2013-v6_2]$ which python
/opt/lsst/DMstack/Winter2013-v6_2/Linux64/external/python/2.7.6+1/bin/python

rather than the Anaconda version I installed, and was in my PATH.  I
made a point of doing the manifest.remap step that Mario suggested.  Is
there something else that needs to happen beyond creating that file and
filling it with:
[heather at ccs Winter2013-v6_2]$ cat site/manifest.remap
python system
numpy system
scipy system
matplotlib system

Sorry,
Heather






More information about the dm-users mailing list