On Oct 12, 2006, at 6:34 AM, [EMAIL PROTECTED] wrote:
Undefined                       first referenced
symbol                             in file
std_syslog                          output.o
ntohl                               ../libclamav/.libs/libclamav.so
closelog                            output.o
.libs/clamscan: fatal error: Symbol referencing errors. No output written to .libs/clamscan
collect2: ld returned 1 exit status
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)

Would like to know how to resolve this.

On most platforms, all of the above symbols are in libc.a (or the .so shared equivalent). It's possible that "man 3 syslog" and "man 3 ntohl" will tell you which additional libraries you need to add to link successfully; perhaps your platform has a libsyslog.a or a librpc.a which are needed.

You could always ask SCO about this; doing something helpful to support an actual customer of theirs would probably be a novelty to them.

--
-Chuck

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to