-
lxr.linux.no is running from the LXRng code base. I'm able to reproduce the problem, and will take a look.
2009-09-16 08:05:50 UTC by argggh
-
lxr.linux.no is not run by the admins of this project, and is
currently running an old version of the LXR (v0.3.1 I believe).
Since we don't have access to this system we cannot fix this problem.
The 0.3.x releases are not being maintained any more, so please
try the new 0.9.x releases to see if your problem goes away.
2009-09-16 08:01:18 UTC by mbox
-
Opening the link on the same page works fine.
2009-09-15 21:40:28 UTC by nobody
-
I forgot to mention that I am using FireFox 3.0.14 and I do right-click on the search result and open it in a new tab.
2009-09-15 21:40:12 UTC by nobody
-
I do select 2.6.16.16 kernel and search for a symbol then I will get a search result. But when I click on the link the page opened is related to the latest linux kernel 2.6.31.
2009-09-15 21:38:00 UTC by nobody
-
Hi,
Yes, good point. The CVS version has now been fixed and generally improved (I hope), so the next version will have INSTALL instructions that make more sense.
The CVS instructions will work for 0.9.6 as well, so you can use them immediately.
2009-07-31 21:11:57 UTC by mbox
-
Try using 0.9.6 - there have been a TON of fixes and changes since 0.9.5 that are in the new release. I've successfully used it for swish-e and glimpse.
2009-07-31 19:57:15 UTC by mbox
-
With 0.9.5 I always get zero results when I click on an identifier or do a search for an identifier. Works OK when CGI is used.
I see these messages in /var/log/httpd/error_log using mod_perl (Alias in httpd.conf and .htaccess is .htaccess-apache2):
[Tue Jul 28 23:32:47 2009] warning: LXR::Index::Mysql, line 175: DBD::mysql::st execute failed: Unknown column 'r.release' in 'where clause' at...
2009-07-29 04:12:42 UTC by gd-smith
-
Got it to work by not using mod_perl: Use ScriptAlias in httpd.conf and .htaccess.cgi for .htaccess. It appears there is still something wrong with the "release" table column or something based on these error.log messages when using mod-perl:
[Tue Jul 28 23:32:47 2009] warning: LXR::Index::Mysql, line 175: DBD::mysql::st execute failed: Unknown column 'r.release' in 'where clause'...
2009-07-29 04:04:00 UTC by gd-smith
-
"For Apache2, there's a clever variant to not clobber your system's
Perl installation with foreign modules documented below in the Apache2
section."
Don't see anything about this referenced in the INSTALL file ???.
2009-07-29 02:56:21 UTC by gd-smith