View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Tables and stsdas Installation

bruzzone wrote on Feb 02, 2009

Hello, I have installed tables39.tar.gz and stsdas39.tar.gz on ubuntu 8.10 along with iraf 2.14.
I followed the installation guide, (it has an installation example), using the redhat binaries, since I couldn't find for generic linux.
After all the steps taken, when testing tables
imtab devpix$[250,*] pix_table.fits colname='flux' pname='pos'

I receive the following error message:

ERROR: Cannot open connected subprocess (./xttools.e)

also for tstat pix_table.fits
When checking tables.summ I found

! grep -v ':$' spool | grep -v '^xc' | grep -v '^ar' | grep -v '^check file'
===================== LIB =========================

!date
Mon Jan 26 17:12:56 UYST 2009
------------------------ DISPLAY --------------------------
warning: library `libdisplay.a' not found
Subdirectory lib/display is up to date
ranlib ../bin/libdisplay.a
Updated 70 files in libdisplay.a
------------------------ GFLIB --------------------------
warning: library `libgflib.a' not found
ranlib ../bin/libgflib.a
Updated 32 files in libgflib.a
------------------------ GILIB --------------------------
warning: library `libgilib.a' not found
ranlib ../bin/libgilib.a
Updated 27 files in libgilib.a
------------------------ STXTOOLS --------------------------
warning: library `libstxtools.a' not found
ranlib ../bin/libstxtools.a
Updated 58 files in libstxtools.a
------------------------ TBTABLES --------------------------
warning: library `libtbtables.a' not found
generic -k -p generic/ -t bcsird tcsrdary.gx
NOTE: CFITSIO will be used for FITS tables.
NOTE: CFITSIO does not support IRAF networking.

I have edited de extern.pkg as in the example
(except using /iraf/extern/tables/ for the reset field) , the libtbtables.a is actually at bin.redhat/ and also at /tables/lib/

Note, at the mkpkg tables
no error messages
then at mkpkg -p tables updtate >& spool I get
ERROR, it woulld overwrite spool file (sort of )

Thank you in advance
seba

Mike Fitzpatrick wrote on Feb 02, 2009

If you're on Ubuntu, the binaries need to be in the package 'bin.linux' directory. You can use Redhat binaries, just don't actually put them in a bin.redhat directory, they won't be found (that's what 'cannot open connected subprocess' is telling you).

-Mike

bruzzone wrote on Feb 02, 2009

Excelent!
I moved those files to the bin.linux directories(stsdas and tables)!
Thank you for your support.
Best wishes!
:D

Last post on Feb 02, 2009