From: SourceForge.net <no...@so...> - 2006-01-31 11:32:08
|
Patches item #1420380, was opened at 2006-01-31 03:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1420380&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: Bugfix Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: 0.9.4: Unexpected returnvalue 16777215 from Glimpse Initial Comment: On a Suse 9.3 system with apache2-2.0.53-9.7.rpm and apache2-mod_perl-2.0.0-4.rpm the LXR 0.9.4 general search configured to use glimpse returns with the error: Unexpected returnvalue 16777215 from Glimpse Search failed I found a bug in the search perl script causing this problem. The patch is attached. For you reference I list the apache configuration and the change to .htaccess I used to get lxr working with apache2. .htaccess: 15c15,16 < PerlResponseHandler ModPerl::Registry::handler --- > PerlHandler Apache::Registry > PerlSetEnv PERL5LIB lib 17c18 < PerlOptions +ParseHeaders --- > PerlSendHeader On /etc/apache2/conf.d/mod_perl.conf PerlSwitches -T PerlSwitches -I/srv/www/lxr-0.9.4/lib -I/srv/www/lxr-0.9.4 /etc/apache2/mod_perl-startup.pl # enable if the mod_perl 1.0 compatibility is needed use Apache::compat (); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1420380&group_id=27350 |