Skip to content

无法运行 Bun #65

@lawrenceching

Description

@lawrenceching

Bun 是 JavaScript 热门的 Runtime 之一

安装后 Bun 无法运行并报如下错误:

hish:~/.bun/bin# ./bun --version
Error loading shared library libstdc++.so.6: No such file or directory (needed by ./bun)
Error loading shared library libgcc_s.so.1: No such file or directory (needed by ./bun)
Error relocating ./bun: _ZSt20__throw_length_errorPKc: symbol not found
Error relocating ./bun: __cxa_thread_atexit: symbol not found
Error relocating ./bun: _ZSt9terminatev: symbol not found
Error relocating ./bun: _ZSt15get_new_handlerv: symbol not found
Error relocating ./bun: _ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE: symbol not found
Error relocating ./bun: _ZSt13set_terminatePFvvE: symbol not found
Error relocating ./bun: _ZNSt18condition_variableC1Ev: symbol not found
Error relocating ./bun: _ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_: symbol not found
Error relocating ./bun: __cxa_guard_acquire: symbol not found
Error relocating ./bun: _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_: symbol not found
Error relocating ./bun: _ZSt25__throw_bad_function_callv: symbol not found
Error relocating ./bun: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE15_M_replace_coldEPcmPKcmm: symbol not found
Error relocating ./bun: _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base: symbol not found
Error relocating ./bun: _ZSt17__throw_bad_allocv: symbol not found
Error relocating ./bun: _ZNSt8__detail15_List_node_base9_M_unhookEv: symbol not found
Error relocating ./bun: _ZSt20__throw_system_errori: symbol not found
Error relocating ./bun: __cxa_pure_virtual: symbol not found
Error relocating ./bun: __cxa_guard_release: symbol not found
Error relocating ./bun: _ZNSt18condition_variable10notify_allEv: symbol not found
Error relocating ./bun: _ZSt28__throw_bad_array_new_lengthv: symbol not found
Error relocating ./bun: __cxa_demangle: symbol not found
Error relocating ./bun: _ZSt21__glibcxx_assert_failPKciS0_S0_: symbol not found
Error relocating ./bun: _ZNKSt8__detail20_Prime_rehash_policy14_M_need_rehashEmmm: symbol not found
Error relocating ./bun: _ZNSt19_Sp_make_shared_tag5_S_eqERKSt9type_info: symbol not found
Error relocating ./bun: _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc: symbol not found
Error relocating ./bun: _ZNSt18condition_variable10notify_oneEv: symbol not found
Error relocating ./bun: __dynamic_cast: symbol not found
Error relocating ./bun: _ZNSt18condition_variableD1Ev: symbol not found
Error relocating ./bun: _ZNSt8__detail15_List_node_base7_M_hookEPS0_: symbol not found
Error relocating ./bun: _ZSt24__throw_out_of_range_fmtPKcz: symbol not found
Error relocating ./bun: _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base: symbol not found
Error relocating ./bun: _ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_: symbol not found
Error relocating ./bun: _ZSt11_Hash_bytesPKvmm: symbol not found
Error relocating ./bun: __once_proxy: symbol not found
Error relocating ./bun: _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base: symbol not found
Error relocating ./bun: _ZSt19__throw_logic_errorPKc: symbol not found
Error relocating ./bun: __fixdfti: symbol not found
Error relocating ./bun: __floatuntidf: symbol not found
Error relocating ./bun: __modti3: symbol not found
Error relocating ./bun: __umodti3: symbol not found
Error relocating ./bun: __divtf3: symbol not found
Error relocating ./bun: __eqtf2: symbol not found
Error relocating ./bun: __netf2: symbol not found
Error relocating ./bun: __getf2: symbol not found
Error relocating ./bun: __gttf2: symbol not found
Error relocating ./bun: __letf2: symbol not found
Error relocating ./bun: __lttf2: symbol not found
Error relocating ./bun: __subtf3: symbol not found
Error relocating ./bun: __floatunsitf: symbol not found
Error relocating ./bun: __fixunstfdi: symbol not found
Error relocating ./bun: __extendsftf2: symbol not found
Error relocating ./bun: __extenddftf2: symbol not found
Error relocating ./bun: __trunctfsf2: symbol not found
Error relocating ./bun: _Unwind_Resume: symbol not found
Error relocating ./bun: _Unwind_GetIP: symbol not found
Error relocating ./bun: _Unwind_GetTextRelBase: symbol not found
Error relocating ./bun: _Unwind_GetDataRelBase: symbol not found
Error relocating ./bun: _Unwind_Backtrace: symbol not found
Error relocating ./bun: _Unwind_GetLanguageSpecificData: symbol not found
Error relocating ./bun: _Unwind_GetIPInfo: symbol not found
Error relocating ./bun: _Unwind_GetRegionStart: symbol not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions