Andrej Ricnik-Bay wrote: > db_sql.o(.text+0xb45): In function `db_get_sql': > /usr/src/aide-0.11/src/db_sql.c:489: undefined reference to > `gcry_md_get_algo_dlen' > db_sql.o(.text+0xb71):/usr/src/aide-0.11/src/db_sql.c:494: undefined > reference to `gcry_md_get_algo_dlen' > db_sql.o(.text+0xb86):/usr/src/aide-0.11/src/db_sql.c:499: undefined > reference to `gcry_md_get_algo_dlen' > db_sql.o(.text+0xb9b):/usr/src/aide-0.11/src/db_sql.c:505: undefined > reference to `gcry_md_get_algo_dlen' > /usr/local/pgsql/lib/libpq.a(fe-misc.o)(.text+0xeba): In function > `pqSocketCheck': > > ... plus a couple more pages also with references to SSL > libs (stuff I have compile Postgres against, I assume?). > Does that mean that I'm meant to have all of postgres > statically linked to be able to get AIDE to work with it?
Yes. Aide is linked statically for security reasons. If you know what you are doing you can use the --disable-static configure option that is present in the CVS version. Sincerely, Richard van den Berg _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
