Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.0.0alpha3
-
Fix Version/s: 4.0.0alpha5, 4.0 (plan)
-
Component/s: Proxy (P), Server (S)
-
Labels:None
-
Environment:NetBSD 7.11 x64
-
Team:Team C
-
Sprint:Sprint 30
-
Story Points:0.25
Description
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
Attachments
Issue Links
- part of
-
ZBXNEXT-4391 Get information about svn last-changed-revision for each build
-
- Open
-