kinichiro / openntpd-portable

An updated portable build framework for OpenNTPD. This is a work in progress.
Other
0 stars 0 forks source link

ld: Unsatisfied symbol on hpux #4

Open kinichiro opened 9 years ago

kinichiro commented 9 years ago

try https://github.com/kinichiro/openntpd-portable/tree/build_hpux , and encountered.

  CCLD     ntpd
ld: Unsatisfied symbol "vsyslog" in file ntpd-log.o
ld: Unsatisfied symbol "SHA512Update" in file ../compat/.libs/libcompat.a[getentropy_hpux.o]
ld: Unsatisfied symbol "SHA512Final" in file ../compat/.libs/libcompat.a[getentropy_hpux.o]
ld: Unsatisfied symbol "SHA512Init" in file ../compat/.libs/libcompat.a[getentropy_hpux.o]
ld: Unsatisfied symbol "strsignal" in file ntpd-ntpd.o
5 errors.
*** Error exit code 1
kinichiro commented 9 years ago

3 SHA512* are resolved by adding sha2.c. vsyslog() and strsignal() should be added.