> Has anyone had any luck getting apache 1.2.4 to compile? if so what did it
> take?
If you're seeing complaints regarding RLIMIT_CPU, RLIMIT_FSIZE, etc...
Locate the following within apache-1.2.4/src/conf.h:
#elif DEFINED(LINUX)
#if LINUX > 1
#define HAVE_SHMGET
#define HAVE_SYS_RESOURCE_H
typedef int rlim_t;
#endif
Comment out "#define HAVE_SYS_RESOURCE_H". You'll get a number of
warnings, which are supposedly harmless. Apache-1.3b3 compiles much
cleaner under linux-axp, though I still had to make the above
modifications to conf.h.
Aa.
-- To unsubscribe: send e-mail to axp-list-request@redhat.com with 'unsubscribe' as the subject. Do not send it to axp-list@redhat.com
Copyright © 1995-1997 Red Hat Software. Legal notices