|
|
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
Hi Johanna,
I've tried using :
'configure --enable-krb=/usr/kerberos' and 'configure
--enable-krb=/usr/kerberos --enable-mysql=no'
and I've gotten the same error message about crypt (In function `main':
/usr/local/src/cosign-1.5.0/cgi/cgi.c:374: undefined reference to
`crypt') as I did with :
'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'
Anything else I can try?
Regards,
Darren...
johanna bromberg craig wrote:
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
|
|