Re: [Lxr-general] newbie - can anyone provide the list of perl modules required ...
Brought to you by:
ajlittoz
From: Malcolm B. <ma...@br...> - 2003-05-01 21:34:06
|
Sharath Malladi wrote: >I am a newbie trying to use LXR. Does anyone have a >comprehensive list of perl modules to be installed >in order to use LXR. > > If you're using the 0.9 series, then the latest CVS code has a good list in the install docs - see http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/lxr/lxr/INSTALL?rev=1.9&content-type=text/vnd.viewcvs-markup The summary - you need the DBI modules and the right DBD one for your database e.g. DBD::Mysql, plus mod_perl. You'll want to be using perl 5.8.1 or so. Regards, Malcolm |