| Message: 90826 |
 |
BY: Vincent Fourmond (fourmond) DATE: 2009-10-08 19:38 SUBJECT: RE: Problem installing ctioga Hello,
It looks like ctioga is trying to install itself into the directory from which you are installing, which surely does not help at all. I don't understand how that happens, if truth be told -- or maybe... Try to replace the contents of INSTALL with:
#!/bin/sh
ruby extconf2.rb
make install EXEC_INSTALL_DIR=/usr/local/bin
If you haven't started to use ctioga yet, you might want to give a try to ctioga2. It does not yet have all the functionalities of ctioga yet (though it has quite a few more too), but it should install better, I think. (http://ctioga2.rubyforge.org).
In any case, I hope you'll enjoy ! | |