Changes between Initial Version and Version 1 of Ticket #121


Ignore:
Timestamp:
08/18/07 20:32:30 (17 years ago)
Author:
Malte Marquarding
Comment:

Not really a bug, but on many systems you need to install development packages as well as runtime packages to build from source. This shoudl be needed for all external packages needed by asap (e.g. boost)

e.g. for redhat python and python-devel or debian python and python-dev

I don't know about SuSE, but it should be something similar.

Cheers, Malte.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #121

    • Property Owner changed from Malte Marquarding to Malte Marquarding
    • Property Status changed from new to assigned
    • Property Summary changed from installtion problem on SuSE10.1 to installation problem on SuSE10.1
  • Ticket #121 – Description

    initial v1  
    11Hi,
    22
    3   I'm trying to install ASAP from source on a SuSE10.1 box.  Following the instructions, I've installed numpy, matplotlib, rpfits, wcslib, casacore by hand and a number of other packages thru YAST2 (blas, scons lapack, ipython, boost, python-numeric-ext, pyhton-tk, python-gtk, inaddition to python).  But when it come to install asas-2.2.0, it complains not finding python2.4 C library:
    4 
    5 #scon mode=release libtype=static casacoreroot=/usr/local
     3  I'm trying to install ASAP from source on a SuSE10.1 box.  Following the instructions, I've installed numpy, matplotlib, rpfits, wcslib, casacore by hand and a number of other packages thru YAST2 (blas, scons lapack, ipython, boost, python-numeric-ext, python-tk, python-gtk, in addition to python).  But when it come to install asap-2.2.0, it complains not finding python2.4 C library:
     4{{{
     5#scons mode=release libtype=static casacoreroot=/usr/local
    66scons: Reading Sconscript files...
    77Checking for main() in C++ library casa_casa... yes
     
    99Cheking for main() in C library python2.4... no
    1010#
    11 
     11}}}
    1212I'm not much of a python person.  Could you tell me what it is looking for?  Thanks.