>Number: 684 >Category: os-qnx >Synopsis: broken compilation of utils from support directory >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache (Apache HTTP Project) >State: open >Class: mistaken >Submitter-Id: apache >Arrival-Date: Thu Jun 5 15:10:00 1997 >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.2 >Environment: QNX 4.23A Watcom C 10.6 >Description: Makefile generated for support direcrtory is not good for QNX.
It needs extra LIBS1 definition: LIBS1=-lunix and $(LIBS) must be added to htdigest target (like it is in htpasswd target). suEXEC wrapper needs extra include: <sys/types.h> and fake initgroups() definition (like it is in src directory), bacause QNX does not have it. Problems like above were solved for src directory, but not for support. >How-To-Repeat: Just type: cd support make :-) >Fix: Yes, I have fixed Makefile and suexec.c. diff -n output available too >Audit-Trail: >Unformatted:
