On Tue, 22 Jan 2008, Harald Schneider wrote: > Gotit! Must have been my fault due to some additional linebreak. The > correct modification in the makefile is: > > CFLAGS := $(CFLAGS) -I. -I/usr/kerberos/include -D__UNIX__ -D__LINUX__ > -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAS_S > > ... written in a single line. > > Pls include "-I/usr/kerberos/include" in the standard Linux makefile, > because this seems to be some problem on many Red Hat systems.
That's not correct. This is a RH OpenSSL build breakage. If OpenSSL needs an external include, it should include it in its include list. This does not happen in other boxes, so I think RH broke something in OpenSSL (or it's using a broken version of OpenSSL). - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
