Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

DSO support routines:dlfcn_load:could not load the shared library

未关闭
#831 5 条评论 9 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
25/100
Issue 类型
缺陷
描述清晰度
需要澄清
活跃度
停滞
技术栈
javascript, nodejs
领域
backend, security

调研方向

该报告仅通过 internal/crypto/sig.js、jwa/index.js、jws/lib/sign-stream.js 和 jsonwebtoken/sign.js 提供了 Node.js crypto 堆栈跟踪。首先确定 Node.js 和 OpenSSL 的版本,并重现签名调用;该 issue 未提供测试、预期行为或明确定义的完成条件。

由索引模型根据 Issue 内容生成。

描述

Error: error:25066067:DSO support routines:dlfcn_load:could not load the shared library
at Sign.sign (internal/crypto/sig.js:110:29)
at Object.sign (/home/sanonichan/projetos/botpag/py-jwt-test/node_modules/jwa/index.js:152:45)
at Object.jwsSign [as sign] (/home/sanonichan/projetos/botpag/py-jwt-test/node_modules/jws/lib/sign-stream.js:32:24)
at Object.module.exports [as sign] (/home/sanonichan/projetos/botpag/py-jwt-test/node_modules/jsonwebtoken/sign.js:204:16)
at Object.checkAcess3 (/home/sanonichan/projetos/botpag/py-jwt-test/parcelamento.module.js:156:37)
at async /home/sanonichan/projetos/botpag/py-jwt-test/parcelamento.module.js:200:5 {
opensslErrorStack: [
'error:0E076071:configuration file routines:module_run:unknown module name',
'error:0E07506E:configuration file routines:module_load_dso:error loading dso',
'error:25070067:DSO support routines:DSO_load:could not load the shared library'
],
library: 'DSO support routines',
function: 'dlfcn_load',
reason: 'could not load the shared library',
code: 'ERR_OSSL_DSO_COULD_NOT_LOAD_THE_SHARED_LIBRARY'
}

主要语言
JavaScript
星标
18.2k
派生
1.3k
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

auth0/node-jsonwebtoken 的其他 Issue

查看 auth0/node-jsonwebtoken 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。