You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@znep.com> on 1997/04/24 20:50:02 UTC

Re: config/477: warning about a missing 'regex.h' (fwd)

The following reply was made to PR config/477; it has been noted by GNATS.

From: Marc Slemko <ma...@znep.com>
To: apbugs@apache.org
Subject: Re: config/477: warning about a missing 'regex.h' (fwd)
Date: Thu, 24 Apr 1997 12:31:18 -0600 (MDT)

 
 ---------- Forwarded message ----------
 Date: Thu, 24 Apr 1997 13:34:47 -0400
 From: "Kevin C. Rea" <ke...@lucent.com>
 To: 'Marc Slemko' <ma...@znep.com>
 Subject: RE: config/477: warning about a missing 'regex.h'
 
 Marc:
 
 	I tried pointing the cc to the local regex.h under "regex/regex.h"  It took that however I got a bunch of warnings and two errors:
 
 (example warning)	w "mod_usertrack.c",L275/C26(#553): word | Conversion of type `char *' to type `unsigned char *' is not ANSI-compliant.
 	
 (errors)			line 997 of "util.c" and line 980 of "util.c" <- I changed these to "unsigned", I hope this is O.K.
 	
 I fixed the two errors above by changing the function to from "const char" to "unsigned" - this took care of the errors. So once the compilation was complete, the linker bombed with the following error:
 
 cc    -o httpd alloc.o http_main.o http_core.o http_config.o http_request.o  http_log.o htt
 p_protocol.o rfc1413.o util.o util_script.o modules.o buff.o md5c.o util_md5.o explain.o http_bprin
 tf.o util_date.o util_snprintf.o mod_mime.o  mod_access.o  mod_auth.o  mod_negotiation.o  mod_inclu
 de.o  mod_dir.o  mod_cgi.o  mod_userdir.o  mod_alias.o  mod_env.o  mod_log_config.o  mod_asis.o  mo
 d_imap.o  mod_actions.o  mod_browser.o  mod_status.o  mod_info.o  mod_auth_anon.o  mod_usertrack.o
  "IBS -lsocket -lnsl -lc" -lsocket -lnsl -lc
 ld: IBS -lsocket -lnsl -lc: fatal error: cannot open file - No such file or directory
 *** Error code 1 (bu21)
 
 make: fatal error.
 
 Help Marc!
 
 Kevin C. Rea
 Software\*NET Development Technologist
 Lucent Technologies - Bell Laboratories
 technologist@lucent.com
 
 
 
 
 -----Original Message-----
 From:	Marc Slemko [SMTP:marcs@znep.com]
 Sent:	Thursday, April 24, 1997 12:30 PM
 To:	Kevin Rea
 Cc:	apbugs@apache.org
 Subject:	Re: config/477: warning about a missing 'regex.h'
 
 On Thu, 24 Apr 1997, Kevin Rea wrote:
 
 > uname -a output >> cbnws1 cbnws1 4.0 3.0 4850 386/486/MC
 > NCR High Performance C Compiler R1.0c
 > >Description:
 > warning about a missing 'regex.h' during make
 
 Is this just a warning or an error?  ie. does it compile and work ok
 otherwise?
 
 Does setting WANTHSREGEX to yes in Configuration help?