After upgrading an openSUSE machine, the Bugzilla installation no longer works. Each run of the checksetup.pl crashes with "segmentation fault". After updating perl with cpan and some research the solution for the problem was very simple:
- Rename the lib folder in the Bugzilla directory
- Run ./install-modules --all
- Run ./checksetup.pl again
this got me up and running again – thank you!
Hello Fabian,
Given steps are working perfectly, many thanks!