psi-4ward / docker-powerdns

PowerDNS Docker Image based on Alpine
107 stars 110 forks source link

Error when try add zone #16

Closed dawidryba closed 5 years ago

dawidryba commented 5 years ago

Hello i have problem with add zone.

docker exec -it docker_pdns_1 pdnsutil --help


Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options19options_descriptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjj: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options13variables_mapC1Ev: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options30positional_options_description3addEPKci: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options6detail7cmdline22set_positional_optionsERKNS0_30positional_options_descriptionE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options6detail7cmdline27get_canonical_option_prefixEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options19options_description11add_optionsEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options29options_description_easy_initclEPKcPKNS0_14value_semanticES3_: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options5storeERKNS0_20basic_parsed_optionsIcEERNS0_13variables_mapEb: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options6detail7cmdlineC2ERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22abstract_variables_mapixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options8validateERNS_3anyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEPS9_i: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options6detail7cmdline23set_options_descriptionERKNS0_19options_descriptionE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options11to_internalERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options6detail7cmdline3runEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options30positional_options_descriptionC1Ev: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_optionslsERSoRKNS0_19options_descriptionE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options29options_description_easy_initclEPKcS3_: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options29options_description_easy_initclEPKcPKNS0_14value_semanticE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options6notifyERNS0_13variables_mapE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options20invalid_option_valueC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name4whatEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name4whatEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name4whatEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name4whatEv: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name23substitute_placeholdersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name23substitute_placeholdersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name23substitute_placeholdersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options22error_with_option_name23substitute_placeholdersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZTIN5boost15program_options22error_with_option_nameE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZTIN5boost15program_options29value_semantic_codecvt_helperIcEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZTIN5boost15program_options29value_semantic_codecvt_helperIcEE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options29value_semantic_codecvt_helperIcE5parseERNS_3anyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEb: symbol not found
Error relocating /usr/bin/pdnsutil: _ZNK5boost15program_options29value_semantic_codecvt_helperIcE5parseERNS_3anyERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEb: symbol not found
Error relocating /usr/bin/pdnsutil: _ZTVN5boost15program_options22error_with_option_nameE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options19options_description21m_default_line_lengthE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZTVN5boost15program_options13variables_mapE: symbol not found
Error relocating /usr/bin/pdnsutil: _ZN5boost15program_options3argB5cxx11E: symbol not found```
psi-4ward commented 5 years ago

Please check if its fixed for you