Commit Graph

5 Commits

Author SHA1 Message Date
Justin M. Seger
94930e2200 Mark BROKEN for ELF:
gcc  -O -pipe -DUSE_SYSCONF -I. -I/usr/local/include -DMODIFY -DWEB500GW_DEBUG -DSUPPORT_OLD_URLS  -DWEB500GWDIR=\"/usr/local/etc/web500gw\" -DLDAPVERSION=33  -DLDAP_DEBUG  -fpcc-struct-return -fwritable-strings -c gwversion.c
gcc  -o web500gw web500gw.o read.o search.o modify.o add.o navigation.o util.o  web_util.o dir_util.o ldap2html.o messages.o init.o config.o  detach.o setproctitle.o gwversion.o  -L/usr/local/lib -lldap -llber
util.o: In function `find_access':
util.o(.text+0x91a): undefined reference to `re_comp'
util.o(.text+0x927): undefined reference to `re_exec'
util.o: In function `find_language':
util.o(.text+0x96a): undefined reference to `re_comp'
util.o(.text+0x977): undefined reference to `re_exec'
util.o: In function `find_browser':
util.o(.text+0xd2e): undefined reference to `re_comp'
util.o(.text+0xd3b): undefined reference to `re_exec'
*** Error code 1
1998-10-15 02:08:17 +00:00
Steve Price
a45fe7d24f Allow this to run standalone or from inetd.
PR:		7663
Submitted by:	maintainer
1998-08-24 01:26:33 +00:00
Tim Vanderhoek
bf7d58180e Wwwaste the manpages. 1998-08-19 20:55:56 +00:00
Satoshi Asami
26a93bb456 You don't need to use "+=" for a variable only defined once.... 1998-07-31 21:34:38 +00:00
Jacques Vidrine
ad9176e5cf HTTP gateway to LDAP-based directories.
PR:		ports/7447
Submitted by:	Brent J. Nordquist <bjn@visi.com>
1998-07-31 18:47:37 +00:00