Operating System - HP-UX
1820644 Members
2004 Online
109626 Solutions
New Discussion

Compile postfix with berkleydb and cyrus sasl

 
SOLVED
Go to solution
uxbeginner22
Trusted Contributor

Compile postfix with berkleydb and cyrus sasl

I have BerkleyDB and cyrus sasl from  here http://hpux.connect.org.uk/

i use those lines for compile postfix

 

 

make makefiles \
  CCARGS="-DUSE_SASL_AUTH -DUSE_TLS -DHAS_DB -DUSE_CYRUS_SASL -I/usr/local/include -I/usr/local/include/sasl" \
  CPPFLAGS='-I/usr/local/include'
  AUXLIBS="-L/usr/local/lib -ldb -lssl -lcrypto -lsasl2" \
  DEBUG=""

 

 

 

but give me this error

ld: Unsatisfied symbol "db_create" in file ../../lib/libutil.a[dict_db.o]
ld: Unsatisfied symbol "db_version" in file ../../lib/libutil.a[dict_db.o]

 

Any suggestion?

Thanks

 

 

P.S. This thread has been moved from General to HP-UX > languages. - Hp forum Moderator

 

 

1 REPLY 1
uxbeginner22
Trusted Contributor
Solution

Re: Compile postfix with berkleydb and cyrus sasl

Solution found,compiled another db version by myself.

Recompile postfix work fine