-
Incident report
-
Resolution: Fixed
-
Trivial
-
4.0.0alpha3
-
None
-
NetBSD 7.11 x64
-
Sprint 30
-
0.25
When we compile zabbix from svn on NetBSD, we get the error:
make dbschema cd database/ibm_db2 && make data.sql && make schema.sql `data.sql' is up to date. ../../create/bin/gen_schema.pl ibm_db2 > schema.sql sh: ../../create/bin/gen_schema.pl: not found *** Error code 127 Stop. make[1]: stopped in /home/mvekslers/workspace/trunk/database/ibm_db2 *** Error code 1
The problem connected with default path to 'perl'.
Possible solution for all perl scripts is first string as:
#!/usr/bin/env perl
- part of
-
ZBXNEXT-4391 Get information about svn last-changed-revision for each build
- Open