-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Docker: otobo.CheckModules.pl complains about Apache::DBI #258
Labels
bug
Something isn't working as intended
Milestone
Comments
For 10.0.2 the plan is to add Apache::DBI again. |
bschmalhofer
added a commit
that referenced
this issue
Jul 27, 2020
Issue #258: for 10.0.2 keep Apache::DBI
Closing now. Apache::DBI can be removed when #320 is implemented. |
Reopening as there are two problems:
So the approach for rel-10_1 is to explicitly handle that case in |
bschmalhofer
added a commit
that referenced
this issue
Aug 17, 2020
Added missing modules Apache2::Reload and CGI::Apache to the bundled module list in the non-Docker case.
bschmalhofer
added a commit
that referenced
this issue
Aug 17, 2020
bschmalhofer
added a commit
that referenced
this issue
Aug 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the SupportData Frontend the CheckModules report is not green. This is probably due to Apache::DBI which is marked as a bundled module. In the docker image Apache::DBI has been explicitly excluded.
Proposed solution: Remove Apache::DBI from Kernel/cpan-lib altogether.
The text was updated successfully, but these errors were encountered: