[rrd-users] Make just stops when compiling on Solaris 10 x86
Alex van den Bogaerdt
alex at ergens.op.het.net
Wed Jan 24 17:37:54 CET 2007
On Wed, Jan 24, 2007 at 03:54:17PM +0000, Jonathan Armitage wrote:
> The make just stops at this point:
>
> ...
> make install-data-hook
> cd /usr/local/rrdtool-1.2.18/share/doc/rrdtool-1.2.18/html && rm -f
> index.html && ln -s rrdtool.html index.html
> 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.
Not a solution, but a suggestion to aid debugging:
Could it be that 'sed' doesn't get any input, in other words
it is waiting for the user to type instead of getting something
via input redirection?
To test: type "hello<enter><ctrl-D>" at this point. You won't
get a usable cgi-demo.cgi but perhaps the process continues.
--
Alex van den Bogaerdt
http://www.vandenbogaerdt.nl/rrdtool/
More information about the rrd-users
mailing list