MarketData FAQs and "How to" articles

b2b_bovespa_decoder returns error: "Delay loading pacp library failed"

The b2b_bovespa_decoder application finishes with the error:

Error: Delay loading pacp library failed. Operation not permitted. (Error code = 1)

Root cause

The dependency of libpcap-dev is missing 

Solution:

Install the development package for libpcap.

# yum install libpcap-dev