I've started to get
'Unable to create LXR::Lang::Generic Lang object, Can't call method "getdecid" on an undefined value at lib/LXR/Lang/Generic.pm line 70.'
errors. Seems like the $index is not there, as the debug output of the parameters to getdecid are there alright.
Anyway, great tool and I'm desperate to make this work ...
Cheers
Pluto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your change to this_url to SERVER_ADDRESS will work, but essentially it indicates that your Apache is misconfigured. As the httpd.conf file says, ServerName *must* be set to a correct name that is DNS resolvable - or set it to your IP address. Setting it to a random name simply doesn't work - as you have discovered.
There are more sanity checks in the latest CVS version - have a try with it and see what it spits out at you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Salve,
I've started to get
'Unable to create LXR::Lang::Generic Lang object, Can't call method "getdecid" on an undefined value at lib/LXR/Lang/Generic.pm line 70.'
errors. Seems like the $index is not there, as the debug output of the parameters to getdecid are there alright.
Anyway, great tool and I'm desperate to make this work ...
Cheers
Pluto
I've installed it into userspace now, fresh tar, fresh lxr.conf. Made a new lxr.conf. Nearly the same values. Had a wrong swishdir.
Removed the 'a'.
Had to change the this_url to SERVER_ADDR again. Don't have DNS here.
Some change:
Netscape shows the pics, nice
Can surf the whole tree, all files are shown and html, pics and such are presented verbatime
All .c are shown with line numbers, great
genx generates loads of ctags error msgs. Installed ectags from ports. Not a single error anymore.
Summary: before you go 1.0, please fix the config, get in more sanity checks and more docu :)
Apart from this details, great tool! Thanks for this, will help me a lot!
Cheers,
pluto
Your change to this_url to SERVER_ADDRESS will work, but essentially it indicates that your Apache is misconfigured. As the httpd.conf file says, ServerName *must* be set to a correct name that is DNS resolvable - or set it to your IP address. Setting it to a random name simply doesn't work - as you have discovered.
There are more sanity checks in the latest CVS version - have a try with it and see what it spits out at you.
Salve Malcom,
you are right my apache is in a bad shape. It's a developer can and I don't care as long as it serves my purposes :)
One thing, when lxr encounters an .core he stops with an error message about an undefined value.
Cheers - Pluto