[rrd-users] Make just stops when compiling on Solaris 10 x86
Kiss Gabor (Bitman)
kissg at ssg.ki.iif.hu
Wed Jan 24 17:24:57 CET 2007
> Making install in examples
> sed 's,@''exec_prefix@,/usr/local/rrdtool-1.2.18,' > cgi-demo.cgi
>
> and I have to Ctrl-C to regain control of the terminal. The file
> cgi-demo.cgi has been created but is empty.
It seems that sed has no input file specified therefore it reads stdin.
Quick and dirty hack:
Ctrl-D would shutdown sed gracefully and allow make to continue.
Gabor
More information about the rrd-users
mailing list