BUG: configure --with-pgsql=DIR checking postgresql does not return results
broken configure checking for postgresql, using --with-pgsql=DIR option
not sure if the warning in configure.in:596 is important. but checking for
PostgreSQL does not return any result and hence the output merges with the next ANSI C header check.
please find the output from ./configure --with-pgsql=DIR below.
Something must be wrong in configure.in about checking postgresql.
...
configure.in:596: warning: underquoted definition of PGSQL_INC_CHK
...
checking for PostgreSQL... checking for ANSI C header files... (cached) yes
...
Environment
Motion version: |
3.2.9 |
ffmpeg version: |
|
Shared libraries: |
postgresql |
Server OS: |
|
--
JunqianXu - 25 Feb 2008
Follow up
Looks like --with-pgsql is broken, anyway could you tell how are you trying to link motion with postgres ?
Please attach config.log , ./configure output and anything that can help .
--
AngelCarpintero - 27 Feb 2008
Follow up
./configure output
log.do_configure.28564
config.log
config.log
btw, the env was set up for cross-compiling.
--
JunqianXu - 28 Feb 2008
Thanks , i'm going to update configure.in in trunk , following same way i did for mysql ( mysq-headers, mysql-libs ).
Update configure.in in trunk :
Added
--with-pgsql-lib
--with-pgsql-include
Removed
--with-pgsql
--
AngelCarpintero - 28 Feb 2008
Fix record
fixed in 3.2.10.1
--
AngelCarpintero - 20 Sep 2008