|
|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cosign install on rh linux 9
unless you want to use the friend functionality ( which i guess you
don't cos you are giving it bogus options ;) there is no need to enable
mysql. That said, the code it's dying on would be ifdef'd out. that
also said, i wonder why the code is dying. :)
And with that said I'll take a look at this on our RedHat 9 test box
here. :)
-Johanna
On Feb 18, 2004, at 5:02 PM, Darren Jacobs wrote:
Hi All,
I'm doing a cosign install on a RedHat 9 (2.4.20-19.9smp) and I'm
running into a problem. During the 'make everything' I get the
following error:
--
In function `main': /usr/local/src/cosign-1.5.0/cgi/cgi.c:374:
undefined reference to `crypt'
--
Now I've verified that crypt.h is on the system and I've tried passing
the '-lcrypt' argument onto the linker but no joy. Any suggestions?
This is the configure command I used:
./configure --enable-krb=/usr/kerberos
--enable-ssl=/usr/local/src/openssl-0.9.7a
--enable-mysql=/usr/bin/mysql --with-cosigndb=yyyy
--with-frienddbhost=fake.utoronto.ca --with-frienddblogin=zzzz
--with-frienddbpasswd=xxxxxx --with-cosignhost=fake.utoronto.ca
--with-apache-apxs=/usr/local/apache/bin/apxs
Cheers,
Darren....
|
|