-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 4.0.0alpha3
-
Component/s: Proxy (P), Server (S)
-
None
-
Environment: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
-