Hi: I´m trying to upgrade my postfix server from postfix 2.6.5 to postfix 2.7.2, however when run a "make" appears the following errors:
Undefined first referenced symbol in file dbm_dirfno ../../lib/libutil.a(dict_dbm.o) dbm_pagfno ../../lib/libutil.a(dict_dbm.o) ld: fatal: Symbol referencing errors. No output written to sendmail collect2: ld returned 1 exit status make: *** [sendmail] Error 1 make: *** [update] Error 1 My compilation options are: make makefiles CCARGS=' -DDEF_CONFIG_DIR=\"/etc/postfix\" -DHAS_DB -I/usr/local/BerkeleyDB.4.3/include -DHAS_SSL -I/usr/local/ssl/include -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/local/include/sasl ' AUXLIBS=" -R/usr/local/lib -L/usr/local/lib -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/local/lib/sasl/lib -L/usr/local/lib/sasl/lib -R/usr/local/BerkeleyDB.4.3/lib -L/usr/local/BerkeleyDB.4.3/lib -lssl -lcrypto -lsasl2 -ldb" Does any idea what happen? Cheers. Wilberth.