Notary

From Elch-Wiki
Revision as of 23:49, 23 February 2010 by Roman (talk | contribs) (Created page with ' == How to build a notary server on trash.net == Settings in ./do configure-ui: * additional_INCLUDE_DIR=/sw/include * additional_LIBRARIES=socket;resolv;rt * bdb_INCLUDE_DIR=/…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

How to build a notary server on trash.net

Settings in ./do configure-ui:

  • additional_INCLUDE_DIR=/sw/include
  • additional_LIBRARIES=socket;resolv;rt
  • bdb_INCLUDE_DIR=/sw/pkgs/db-4.8.26/include
  • bdb_LIBRARIES=/sw/pkgs/db-4.8.26/lib/libdb.a
  • crypto_INCLUDE_DIR=/sw/include
  • crypto_LIBRARIES=/sw/lib/libcrypto.a
  • openssl_INCLUDE_DIR=/sw/include
  • openssl_LIBRARIES=/sw/lib/libssl.a

Manuell gepatched:

  • common/server_common.h:
   + #include <stdint.h> auskommentiert
   + #include <sys/int_types.h> hinzugefügt
  • common/net_util.c:
   + #define gethostbyname2(host,family)  gethostbyname((host))   hinzugefügt