Re: [Lurker-users] buildling cvs
Brought to you by:
terpstra
|
From: Kevin B. <co...@co...> - 2003-04-12 13:18:45
|
"Wesley W. Terpstra" wrote: > > > On Thu, Apr 10, 2003 at 10:42:55PM -0400, Kevin Brosius wrote: > > I looked for libc-client, but I don't see it specifically at > > ftp://ftp.cac.washington.edu/imap/ . Has it been renamed or moved? > > To be honest; I am not really sure. > c-client is ancient and has been integrated in different ways to many > different platforms. I believe imap should be ok. > Seems to work fine... > > I've completed a compile now, but the link is failing like: > > > > gcc -g -O2 -Wall -o lurkerd config.o decode.o md5.o indexer.o > > summary.o mbox.o search.o service.o expiry.o main.o url.o mailto.o > > quote.o art.o ../common/libcommon.a ../libkap/libkap.a -L/usr/local/lib > > -lst -lm > > Seems to me you are missing a -lc-client on there. > The undefined references are all about c-client also. > > > But that looks like a problem with my configure changes to get > > libc-client to be recognized (no -lc-client on the link line:( ). I'll > > spend some more time getting this working. Suggestions welcome :) > > Try: > LIBS="-lc-client" ./configure .... > Yes, that was it. On SuSE I also needed "-lssl -lpam", similar to the previous post about RH. (But none of the kerberos parts.) > > Are you interested in autoconf patches if this can be made to work more > > cleanly on SuSE? > > Yes. > > --- > Wes I should be able to run lurkerd as a regular user, right? I had to give it permissions for the web directories, (everything is in group 'www'), and it runs okay, however when I try to use the web browser I see: ---- lurker - error rendering page: Unable to create cache file (index.html): Permission denied ---- This is in html mode, as with Mozilla I'm seeing the initial connect message about missing XSL support. ----- Your web browser does not appear to support XSL ----- Thank you, -- Kevin |