Error Occuring: Value for SASL_DB_PATH_ATTR for cyrus-sasl with lmdb

34 Views Asked by At

While I was building cyrus-sasl with lmdb and open-ssl for windows (as recommend by it Installation guide), I'm encountering some linking error, especially for building sasldb.lib in visual studio 2022, I have properly linked the path for lmdb, open-ssl and gssapi as well. But, the problem occurs for for building sasldb.lib.

This is the setup for the project property for sasldb solution. I'm currently using latest Window SDK for this build-up.

enter image description here

This is the include directory setup of sasldb solution.

enter image description here

This is the directory where all the necessary include header for lmdb is present ( just for reference )

enter image description here

This is library directory setup for sasldb solution.

enter image description here

This the necessary directory for all the library header for lmdb present.

enter image description here

I have also specified the name of lmdbd.lib for to used in the property of sasldb solution.

enter image description here

This is the section of code which is creating the problem.

enter image description here

The error log for this build-up.

enter image description here

Can anybody advice me on this ? This is the only problem I am facing while building up. I'm kind of new at this. I'm trying to use it for building libVNC C library, which I'm using for my project.

Edit: Sorry for earlier. I didn't give the details about the problem I was facing.

0

There are 0 best solutions below