At 2:20 PM -0800 1/9/03, Todd wrote:

 I am trying to install qpopper4.0.4 on SCO unix 5.04
  Can anyone help point me in the right direction to fix the following error
 when I run "make"?

  symbol                             in file
 htonl                               scram.o
 h_errno                             pop_init.o
 setupterm                           /lib/libprot.so
 ceil                                /lib/libprot.so
 std_syslog                          pop_log.o
 gethostbyname                       pop_init.o
 inet_ntoa                           pop_init.o
 gethostname                         pop_init.o
 log                                 /lib/libprot.so
 ntohl                               hmac.o
 ntohs                               pop_init.o
 gethostbyaddr                       pop_init.o
A lot of these look like networking calls, which may be in an unusual library on SCO 5.04. Can you try 'nm' on a few libraries and see if they are there? For example, try
libc
libnsl
libsocket
libnet

If the function is in the library, 'nm' prints 'T'.

Someone more familiar with SCO may be able to provide a much better answer.

configure.in may need to be updated.

Reply via email to