We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When running report-parser.pl on a debian 12 base image I got an error with missing JSON in @INC
report-parser.pl
missing JSON in @INC
To Reproduce Steps to reproduce the behavior:
php:8.3-apache
open-report-parser
README.md
report-parser.pl -i --info
Expected behavior No error message and report-parser able to parse emails
Software Version [X] Version 0 Alpha 5 [] Version 0 Alpha 4 [] Version 0 Alpha 3 [] Version 0 Alpha 2
Server (please complete the following information):
Additional context
You can fix the problem adding libjson-perl in the dependencies! You only need to patch README.md
libjson-perl
The text was updated successfully, but these errors were encountered:
Please see my dockerfile for open-report-parser and open-dmarc-analyzer for a reference docker file (I intend to publish the image to docker hub but still need to improve it a bit I think)
Sorry, something went wrong.
userjack6880
No branches or pull requests
Describe the bug
When running
report-parser.pl
on a debian 12 base image I got an error withmissing JSON in @INC
To Reproduce
Steps to reproduce the behavior:
php:8.3-apache
(debian 12 based) and copyopen-report-parser
with dependencies listed in theREADME.md
report-parser.pl -i --info
Expected behavior
No error message and report-parser able to parse emails
Software Version
[X] Version 0 Alpha 5
[] Version 0 Alpha 4
[] Version 0 Alpha 3
[] Version 0 Alpha 2
Server (please complete the following information):
Additional context
You can fix the problem adding
libjson-perl
in the dependencies! You only need to patchREADME.md
The text was updated successfully, but these errors were encountered: