Re: [Lxr-general] LXR on openSUSE 11.2 - Please help
Brought to you by:
ajlittoz
From: Tharindu R. B. <bth...@gm...> - 2010-07-01 13:51:58
|
I have installed LXR on my openSUSE laptop and successfully built database with MySQL. U have configured Apache & now can browse the code ... but unfortuantely i got following issues ... I got source output as follows ... (lot of span class='reserved') e.g. 047 <span class='reserved'>structspan> mlx4_ib_ucontext { 048 <span class='reserved'>structspan> ib_ucontext ibucontext; 049 <span class='reserved'>structspan> mlx4_uar uar; 050 <span class='reserved'>structspan> list_head db_page_list; 051 <span class='reserved'>structspan> mutex db_page_mutex; 052 }; 053 When i click any identifier ... My apache log shows following errors ... [Thu Jul 01 13:57:11 2010] [warn] -T switch is ignored, enable with 'PerlSwitches -T' in httpd.conf\n [Thu Jul 01 13:57:11 2010] [error] Global symbol "$release" requires explicit package name at /usr/local/lxr/ident line 52.\nGlobal symbol "$release" requires explicit package name at /usr/local/lxr/ident line 89.\n Please help. |