Changes between Version 25 and Version 26 of FAQ
- Timestamp:
- Aug 27, 2009, 5:11:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v25 v26 3 3 = How-To and FAQ = 4 4 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: Using ''automake'' I get an error message "directory should not contain /" - what can I do?''' 6 7 A: Probably you have an outdated automake version installed, we have seen such problems with 1.7.9. Upgrade to at least 1.10.1. 8 9 * '''Q: While installing rasdaman I find out, during ''./configure'', that some further packages are required. Can you give a summary of these?''' 6 10 7 11 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''. 8 12 9 * Q: Having done all the above, ''./configure'' complains about missing ''curses'' although ''ncurses'' is there.13 * '''Q: Having done all the above, ''./configure'' complains about missing ''curses'' although ''ncurses'' is there.''' 10 14 11 15 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''. 12 16 13 * Q: configure complains that some required files, like install-sh, cannot be found.17 * '''Q: configure complains that some required files, like install-sh, cannot be found.''' 14 18 15 19 A: retry configure after running … … 18 22 }}} 19 23 20 * Q: I get a link error, function ECPGget_connection cannot be found.24 * '''Q: I get a link error, function ECPGget_connection cannot be found.''' 21 25 22 26 A: What appears to have happened is that in PostgreSQL 8.3.0 they removed ECPGget_connection and they have reintroduced it by 8.3.7. So PostgreSQL versions 8.3.0 up to (but excluding) 8.3.7 cannot be used. 23 27 24 * Q: When running the script "create_db.sh", I get the following cryptic error message:28 * '''Q: When running the script "create_db.sh", I get the following cryptic error message:''' 25 29 {{{ Creating base RASBASE...Warning/error in AdminIf Connect: }}} 26 30