The open of the database asks for 'r+b' (read/write) permissions when the mmap only requires READ permissions. Modify the open of the database to be 'rb' instead so that it will work fine.
I have made this modification and things are working fine so far.
The open of the database asks for 'r+b' (read/write) permissions when the mmap only requires READ permissions. Modify the open of the database to be 'rb' instead so that it will work fine.
I have made this modification and things are working fine so far.