I am trying to build my custom openemr image using this
But i am getting error
checking for stdint.h…yes
checking for unistd.h…yes
checking for lber ldap…no
configure: error: Package requirements (lber ldap) were not met:
No package ‘lber’ found
No package ‘ldap’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LDAP_CFLAGS
and LDAP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Also please guide me if there is other way to build custom image .
Thanks