Trying to install mailman on SCO 5.04 with the developer package and a gcc.
Can someone tell me what this means and what the next steps are to fix it? It looks like some symbol is undefined, but it doesn't say whose symbol it should be or where to go to add it.
gcc -DSCRIPT="\"admin\"" -I. -DCGI_GID=28 -g -O2
-DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DSTDC_HEADERS=1 -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VPRINTF=1 common.o -o admin ./cgi-wrapper.c Undefined first referenced symbol in file std_syslog common.o openlog common.o closelog common.o admin: fatal error: Symbol referencing errors. No output written to admin *** Error code 1 (bu21) *** Error code 1 (bu21)
"MC" == Merrill Cook <mcook@unidial.com> writes:
MC> Trying to install mailman on SCO 5.04 with the developer
MC> package and a gcc.
MC> Can someone tell me what this means and what the next steps
MC> are to fix it? It looks like some symbol is undefined, but it
MC> doesn't say whose symbol it should be or where to go to add
MC> it.
MC> gcc -DSCRIPT="\"admin\"" -I. -DCGI_GID=28 -g -O2
MC> -DHAVE_STRERROR=1 -DHAVE_SETREGID=1 -DSTDC_HEADERS=1
MC> -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=gid_t -DHAVE_VPRINTF=1
MC> common.o -o admin ./cgi-wrapper.c Undefined first referenced
MC> symbol in file std_syslog common.o openlog common.o closelog
MC> common.o admin: fatal error: Symbol referencing errors. No
MC> output written to admin *** Error code 1 (bu21) *** Error code
MC> 1 (bu21)
This could mean that the syslog functions are not in libc on SCO 5.04. I don't have access to this OS so I can't check this. If you can figure out what library has the syslog functions, we can craft an autoconf test for this.
-Barry
participants (2)
-
Barry A. Warsaw -
Merrill Cook