Changes between Version 44 and Version 45 of FAQ


Ignore:
Timestamp:
Sep 4, 2010, 3:47:19 PM (14 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v44 v45  
    2525 * '''Q: configure complains that some required files, like install-sh, cannot be found.'''
    2626
    27     A: retry ./configure after running
     27    A: retry {{{./configure}}} after running
    2828{{{
    2929automake --add-missing
    3030}}}
     31
     32 * '''Q: I get C++ compilation errors.'''
     33
     34   A: Make sure you use the proper compiler version (see [wiki:Requirements]). GNU folks have a relaxed view on backwards compatibility even with minor release changes, and we have experienced problems related to this in the past.
     35
     36=== PostgreSQL ===
    3137
    3238 * '''Q: I get a link error, function ECPGget_connection cannot be found.'''
     
    3743
    3844   A: You need to include a different JDBC postgresql driver (as a JAR) in the libraries folder and update the Makefile as needed. Then you can try out another PostgreSQL version, it may or may not work. Let us know your experiences to update this information!
    39 
    40  * '''Q: I get C++ compilation errors.'''
    41 
    42    A: Make sure you use the proper compiler version (see [wiki:Requirements]). GNU folks have a relaxed view on backwards compatibility even with minor release changes, and we have experienced such problems indeed.
    4345
    4446 * '''Q: When running the script "create_db.sh", I get the following cryptic error message: ''Creating base RASBASE...Warning/error in AdminIf Connect: SQLSTATE: 08001 SQLCODE: -402'' '''