Error: Failed to spawn GNU rlog SUSE GFORGE cvsweb (FIXED!)

Ivan Linhares ivanrolim at yahoo.com.br
Thu Jul 27 11:41:49 UTC 2006


I've installed CVSWEB but this error kept occuring: thanks God it had a solution :)
 ------------------
 " Status: 500 Internal Error
 Error: Failed to spawn GNU rlog on "/cvs/repos/crypt/intro.txt,v".
 
 Did you set the @command_path in your configuration file correctly? (Currently: "/usr/local/bin") "
 ------------------
 Don't lose your time trying to find 'RLOG' (a tar file), or just editing . /usr/lib/gforge/plugins/scmcvs/cgi-bin/cvsweb and putting a comment like this on line 2620:
 -----------------
 #if ($linesread == 0) {
   #fatal('500 Internal Error',
   #        'Failed to spawn GNU rlog on <em>"%s"</em>.<br /><br />Did you set the <b><code>@command_path</code></b> in your configuration file correctly? (Currently: "<code>%s</code>")',
   #        htmlquote(join(', ', @files)), join(':', @command_path));
   #}
 ----------------
 Since it will keep giving you messages like 'there are files, but none matches the current tag'. And dont try to create new tags! Its just a MISLEADING message!
 
 You can find RPMs somewhere, but its almost impossible to install one for SUSE. If even so, it is a kit of header files, not a executable which gives you CVS logs, as you might suppose. 
 
 RLOG depends on C++, so on SUSE you will have to install gcc-c++ and libstdc++-devel files. You can add them using YAST, but Forget it. As I've said before, the problem will go on, because RLOG itself is already implemented in GFORGE functions (and using RCS) . 
 
 In a fresh installation of SUSE (and others, like Debian) you will just need RCS. THIS is important. Check and Re-check if it is already in the system. Tons of problems arise because of this. Now the best thing to do is to improve CVSWEB :) CvsGraph is still difficult to configure in GFORGE if the person doesnt know how to understand the source of HTML output and understand the functionality of cvsweb :). Worse if its 'cutted out' from the original distribution for usage with systems like GFORGE. That's it!
 
 		
---------------------------------
 Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!


More information about the freebsd-cvsweb mailing list