On 6/17/20 7:20 PM, PGNet Dev wrote:
> to 9.16.4, with my usual build config, including
> 
>       --with-lmdb=/usr/local/lmdb \
> 
> where,
> 
>       tree /usr/local/lmdb
>               /usr/local/lmdb
>               ├── bin
>               │   ├── mdb_copy
>               │   ├── mdb_drop
>               │   ├── mdb_dump
>               │   ├── mdb_load
>               │   └── mdb_stat
>               ├── include
> !!            │   └── lmdb.h
>               ├── lib
>               ├── lib64
>               │   ├── liblmdb.a
>               │   └── liblmdb.so
>               ├── man
>               └── share
>                   └── man
>                       └── man1
>                           ├── mdb_copy.1
>                           ├── mdb_drop.1
>                           ├── mdb_dump.1
>                           ├── mdb_load.1
>                           └── mdb_stat.1
> 

I notice, now, after configure,


egrep "^LMDB" Makefile
  LMDB_CFLAGS = -I/usr/local/lmdb/include
  LMDB_LIBS = -L/usr/local/lmdb/lib none required


which certainly isn't correct.

checking further ...
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to