![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
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....