Re: [Lxr-general] installation problems
Brought to you by:
ajlittoz
From: Joseph W. <jwi...@ou...> - 2001-11-23 15:35:41
|
On Thu, 2001-11-22 at 15:58, Rui Miguel Seabra wrote: > Hello, > > I'm having some installation problems with lxr 0.9... > > After some looking at the code, I found that to use lxr as a cgi > (instead of mod_perl) I only needed to remove some HTTP code OK that was > in a methond in Common.pm. > > ./genxref --url=https://info.srv/cvs/lxr --allversion > > The above generated no errors, but also no output message. AFAIK, from my experiences, this is due to a bug in how genxref uses the CVS backend. I had this problem as well, and had to specify at least one version to generate references on. I believe this is due to the fact that $LXR::Common::pathname is, in fact, empty at this point. I haven't had a chance to look into this more, but if you find a solution, please keep us posted! <snip> --Joseph Wilhelm |