Update the Dependencies
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 523
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 9
Description
Greetings
I tried to build and install Apache Age on AlmaLinux 9, but it failed with:
`Can't locate FindBin.pm in @INC (you may need to install the FindBin module) (@INC contains: ./tools/ /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ./tools/gen_keywordlist.pl line 59.
BEGIN failed--compilation aborted at ./tools/gen_keywordlist.pl line 59.
make: *** [Makefile:149: src/include/parser/cypher_kwlist_d.h] Error 2
`
This is due to a missing Perl library `perl-FindBin` which isn't listed in the dependencies. After installing the `perl-FindBin` module, the build completed successfully.
This issue may affect anyone building Apache Age on Linux distros based on RHEL.
Contributor guide
Assessment
This issue has not been assessed yet.