Ticket #86 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

Varnish requires cc at run time!?

Reported by: Thias Owned by: phk
Priority: normal Milestone:
Component: varnishd Version: 1.0
Severity: normal Keywords:
Cc: matthias@…

Description

When trying to run "service varnish start" on a system with no C compiler, I get this :

sh: cc: command not found
tee: standard output: Broken pipe
tee: write error
pclose=32512
Internal error: GCC returned 0x7f00

Why is varnishd trying to run "cc" at runtime? This seems wrong.

Change History

Changed 3 years ago by phk

  • status changed from new to closed
  • resolution set to invalid

The VCL code is compiled to .c code by the varnish manager process and it calls on the sytems C-compiler to compile that to object code.

Works as designed and intended.

Note: See TracTickets for help on using tickets.