Changes between Initial Version and Version 2 of Ticket #16629


Ignore:
Timestamp:
Sep 23, 2008, 8:42:33 PM (16 years ago)
Author:
blb@…
Comment:

Looks like ${prefix} isn't enough for configure to find the databases, so probably need deeper paths...though /opt/local/var/macports/software is not a good choice.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16629

    • Property Owner changed from macports-tickets@… to macsforever2000@…
  • Ticket #16629 – Description

    initial v2  
    11when installaing bacula with postgresql or mysql we've got the error below :
    2 
     2{{{
    33checking for PostgreSQL support... no
    44configure: error: Invalid PostgreSQL directory /opt/local - unable to find libpq-fe.h under /opt/local
    55
    66Error: Status 1 encountered during processing.
    7 
     7}}}
    88
    99even if postgresql installed properly and the "missing" file is in the include directory :
    10 
     10{{{
    1111find /opt/local/ -name libpq-fe.h
    1212/opt/local//include/postgresql83/libpq-fe.h
     
    1414find: /opt/local//var/db/mysql5: Permission denied
    1515/opt/local//var/macports/software/postgresql83/8.3.3_0/opt/local/include/postgresql83/libpq-fe.h
    16 
     16}}}
    1717
    1818--