Re: [Lurker-users] c-client problems
Brought to you by:
terpstra
|
From: Wesley W. T. <we...@te...> - 2002-10-08 09:58:50
|
On Tue, Oct 08, 2002 at 03:09:38AM +0000, nathan swenson wrote: > This isn't directly related to lurker as software, but it is related to m= e=20 > being able to use it. >=20 > configure is failing on the c-client lib test. I'm running (as root): >=20 > /configure --with-urldir=3D"/lurker" --with-wwwdir=3D/var/www/html/lurker= =20 > --with-cclientdir=3D/usr/local >=20 > I've got all the prereqs installed. I've got imapd installed. I've tried = it=20 > from RPM, SRPM, and source. I've tried many variations of compile options= =20 > for imap (lnx, lnp, lrh, slx, w/and w/o SSL), and I always get some=20 > variation of the same error. >=20 > /configure fails with: > checking for the c-client library... no > configure: error: This requires libc-client to build >=20 > and in config.log I have this mess (or something like it) > configure:4816: checking for the c-client library > configure:4867: gcc -o conftest -g -O2 conftest.c -L/usr/local/lib=20 > -lc-client > >&5 > /usr/local/lib/libc-client.a(osdep.o): In function `checkpw': > /home/nswenson/libs/imap-2002.RC7/c-client/osdep.c:124: undefined referen= ce=20 > to ` > pam_start' > .. Ok, redhat imap is strange. I have a report from=20 "Mpu Gondrong" <wa...@se...> of a way to get it to work: | env LIBS=3D"-lpam -lgssapi_krb5 -lssl" LDFLAGS=3D-L/usr/kerberos/lib |=20 | Note, first make symlink 'c-client -> imap' in /usr/include.=20 I do not know why redhat choose to use different link options and naming conventions than other distributions. I do hope to replace libc-client some day... but for now I am stuck with it. --=20 Wesley W. Terpstra <we...@te...> |