Hi,

a similar question to this has been asked before here, but for 3.0.0b and the 
proposed solutions do not seem to work for me.

First of all - what is --with-sql for? What do I need these SQL functions for? 
Or do I only loose some not so important extra-features? If so - which ones?

I'm on Ubuntu 9.10 and I'm failing to make:

/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  
-I/usr/include  -pthread  -g -O2 -Wreturn-type -Wmissing-prototypes 
-Wuninitialized -pthread -g -O2  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-pthread -g -O2  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT 
libpromises_la-cf_sql.lo -MD -MP -MF .deps/libpromises_la-cf_sql.Tpo -c -o 
libpromises_la-cf_sql.lo `test -f 'cf_sql.c' || echo './'`cf_sql.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include -pthread -g -O2 
-Wreturn-type -Wmissing-prototypes -Wuninitialized -pthread -g -O2 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -g -O2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -MT libpromises_la-cf_sql.lo -MD -MP -MF 
.deps/libpromises_la-cf_sql.Tpo -c cf_sql.c -o libpromises_la-cf_sql.o
cf_sql.c: In function ‘CfConnectDB’:
cf_sql.c:134: error: ‘CfdbConn’ has no member named ‘pq_conn’

after fixing the path to libpq-fe.h in the configure script from 
"pgsql/libpq-fe.h" to "postgresql/libpq-fe.h", it does indeed find it:

checking mysql/mysql.h usability... yes
checking mysql/mysql.h presence... yes
checking for mysql/mysql.h... yes
checking postgresql/libpq-fe.h usability... yes
checking postgresql/libpq-fe.h presence... yes
checking for postgresql/libpq-fe.h... yes
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no

In the other post, Mark mentioned that it is necessary to install cfengine 
2.2.8. Is this still true? Neither README nor INSTALL mention this anymore.

Anybody any ideas on how to proceed?

Thanks, and sorry if this is an obvious thing, but I'm a Sysadmin, not a 
developer.

Cheers,
Sven

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to