wiki:FAQ

Version 23 (modified by Peter Baumann, 15 years ago) ( diff )

How-To and FAQ

  • Q: While installing rasdaman I find out, during ./configure, that some further packages are required. Can you give a summary of these?

A: Besides the standard ones which should be available on any vanilla Linux, it is this list: g++ 4.x, make, git-core, autoconf, libtool, gawk, flex, bison, libreadline-dev, postgresql 8.3.x, libecpg-dev, sun-java6-jdk, libtiff-dev, libjpeg-dev, libhdf4g-dev, libpng12-dev, libnetpbm10-dev, libopenssl-devel.

  • Q: Having done all the above, ./configure complains about missing curses although ncurses is there.

A: You have run into a bug in the ncurses package; in /usr/lib, manually create symlinks libcurses.a → libncurses.a and libcurses.so → libncurses.so.

  • Q: configure complains that some required files, like install-sh, cannot be found.

A: retry configure after running

automake --add-missing

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.