zeutro / openabe

The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++
http://www.zeutro.com
GNU Affero General Public License v3.0
262 stars 71 forks source link

I've issue with "glob" is not exported by the File::Glob module #78

Open stoic-vishnu opened 10 months ago

stoic-vishnu commented 10 months ago

I'm downloading the OPENABE in Windows. I've error when I've make command after . ./env in installing libopenabe-1.0.0

image

I even changed from if $^O ne "VMS", 'File::Glob' => qw/glob/; to use if $^O ne "VMS", 'File::Glob' => qw/:glob/; in configure file

But the error not solved any one ple help me