Changes between Version 20 and Version 21 of FAQ


Ignore:
Timestamp:
May 1, 2009, 11:56:30 AM (15 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v20 v21  
    33= How-To and FAQ =
    44
    5    * Q: While installing rasdaman I find out, during ''./configure'', that some further packages are required. Can you give a summary of these?
     5 * Q: While installing rasdaman I find out, during ''./configure'', that some further packages are required. Can you give a summary of these?
    66
    7      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, [http://packages.debian.org/en/lenny/libreadline5-dev libreadline-dev], [http://www.postgresql.org postgresql 8.3.x], [http://packages.debian.org/en/lenny/libecpg-dev libecpg-dev], [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter sun-java6-jdk], libtiff-dev, libjpeg-dev, [http://packages.debian.org/en/lenny/libhdf4g-dev libhdf4g-dev], [http://packages.debian.org/en/lenny/libpng12-dev libpng12-dev], [http://packages.debian.org/en/lenny/libnetpbm10-dev libnetpbm10-dev], libopenssl-devel''.
     7   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, [http://packages.debian.org/en/lenny/libreadline5-dev libreadline-dev], [http://www.postgresql.org postgresql 8.3.x], [http://packages.debian.org/en/lenny/libecpg-dev libecpg-dev], [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter sun-java6-jdk], libtiff-dev, libjpeg-dev, [http://packages.debian.org/en/lenny/libhdf4g-dev libhdf4g-dev], [http://packages.debian.org/en/lenny/libpng12-dev libpng12-dev], [http://packages.debian.org/en/lenny/libnetpbm10-dev libnetpbm10-dev], libopenssl-devel''.
    88
    9    * Q: Doing all the above, ''./configure'' complains about missing ''curses'' although ''ncurses'' is there.
     9 * Q: Doing all the above, ''./configure'' complains about missing ''curses'' although ''ncurses'' is there.
    1010
    11      A: You have run into a [http://bugs.gentoo.org/67481 bug in the ncurses package]; in /usr/lib, manually create symlinks
    12       * libcurses.a -> libncurses.a
    13       * libcurses.so -> libncurses.so
     11   A: You have run into a [http://bugs.gentoo.org/67481 bug in the ncurses package]; in /usr/lib, manually create symlinks ''libcurses.a -> libncurses.a'' and ''libcurses.so -> libncurses.so''.
    1412