On Sat, 2003-04-12 at 01:41, Chan Min Wai wrote: > Hello, > > I'm trying to build SSL Layer for webmin usage. > What I found from the Page is that it user the same compliter to build > from source include, perl, openssl. > > Can anyone please help me that? > > Thank You This one's easy enough to fix, before you do a make to compile it, add -I/usr/kerberos/include to your CFLAGS either by editing the makefile or by doing: export CFLAGS=-I/usr/kerberos/include make The RedHat 9 headers need the Kerberos include file to compile against. -- Shawn <drevil@xxxxxxxxxxxx> http://www.warpcore.org/