Thread: [Lxr-dev] [ lxr-Bugs-506845 ] missing variable in lxr.conf
Brought to you by:
ajlittoz
|
From: <no...@so...> - 2002-01-22 07:43:31
|
Bugs item #506845, was opened at 2002-01-21 23:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=506845&group_id=27350 Category: Browsing Group: v0.9 Status: Open Resolution: None Priority: 5 Submitted By: Anton Todorov (antod) Assigned to: Nobody/Anonymous (nobody) Summary: missing variable in lxr.conf Initial Comment: Hi, I am using lxr in plain file mode, mysql as database. When I enabled glimpse support in configuration found that is missing variable "dbdir" in lxr.conf file. So find and search modules do not work. I look in lxr v0.3 configuration file and found what is the right value for this variable andd add it in baseurl configuration section of lxr.conf. Now find and search modules are working fine. Here is the added line to lxr.conf: 'dbdir' => '/path/to/glimpse/database', ($v is defined variable in the same configuration block) Best Regards, Anton Todorov ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=506845&group_id=27350 |
|
From: <no...@so...> - 2002-01-23 08:16:38
|
Bugs item #506845, was opened at 2002-01-21 23:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=506845&group_id=27350 Category: Browsing Group: v0.9 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Anton Todorov (antod) Assigned to: Nobody/Anonymous (nobody) Summary: missing variable in lxr.conf Initial Comment: Hi, I am using lxr in plain file mode, mysql as database. When I enabled glimpse support in configuration found that is missing variable "dbdir" in lxr.conf file. So find and search modules do not work. I look in lxr v0.3 configuration file and found what is the right value for this variable andd add it in baseurl configuration section of lxr.conf. Now find and search modules are working fine. Here is the added line to lxr.conf: 'dbdir' => '/path/to/glimpse/database', ($v is defined variable in the same configuration block) Best Regards, Anton Todorov ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=506845&group_id=27350 |
|
From: Christian R. R. <ki...@as...> - 2002-01-30 03:37:02
|
On Wed, 23 Jan 2002 no...@so... wrote: > I am using lxr in plain file mode, mysql as database. > When I enabled glimpse support in configuration found that is > missing variable "dbdir" in lxr.conf file. So find and search There are a lot of problems with the stock lxr.conf file sent out. I am planning on creating a new template to make installation easier; is this being done already or should I contribute? Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL |
|
From: Malcolm B. <ma...@br...> - 2002-01-30 06:58:40
|
Christian Robottom Reis wrote: >There are a lot of problems with the stock lxr.conf file sent out. I am >planning on creating a new template to make installation easier; is this >being done already or should I contribute? > Check the latest version from CVS - this has many of the problems people have mentioned addressed, as well as fuller explanations of what the various values do/mean. If once you've looked at it you think you can improve it further then please do - I'd like LXR to be as easy to install as possible. Malcolm |
|
From: Christian R. R. <ki...@as...> - 2002-01-31 18:55:28
|
On Wed, 30 Jan 2002, Malcolm Box wrote: > Check the latest version from CVS - this has many of the problems people > have mentioned addressed, as well as fuller explanations of what the > various values do/mean. If once you've looked at it you think you can > improve it further then please do - I'd like LXR to be as easy to > install as possible. Thanks. Please note that the fact that 0.9 has a broken lxr.conf has been a major issue for many installations, including gnome.org and oeone.com as well as my work for mozilla.org. Perhaps the tarball could include that file (without changing anything else) if another release is far-off? I'm discussing a re-merge with the other mozilla webtools hackers. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 272 3330 | NMFL |
|
From: Malcolm B. <ma...@br...> - 2002-02-02 15:31:03
|
Hi Christian, Christian Robottom Reis wrote: > > Thanks. Please note that the fact that 0.9 has a broken lxr.conf has been > a major issue for many installations, including gnome.org and oeone.com > as well as my work for mozilla.org. Perhaps the tarball could include that > file (without changing anything else) if another release is far-off? Another release is not far off, though I cannot guarantee that the next release will be any more problem free than 0.9! If this sort of thing is a major problem for various installations, perhaps we should talk about how to make things easier for them. Obviously I'm keen to have places like gnome.org using the latest lxr, but I wasn't aware that these sites were even thinking about deploying recent lxr versions. > I'm discussing a re-merge with the other mozilla webtools hackers. Excellent, let me know if there's things we can do to make lxr fit in well. Malcolm |