cost 293 ms
為什么我不能在此 C 結構聲明中使用“BIGNUM”?

[英]Why can't I use `BIGNUM` in this C struct declaration?

我正在試驗一些 ~2005 C 代碼(我認為使用 OpenSSL 0.9.8),我嘗試在 Ubuntu 22.04 上使用 OpenSSL 3.0.2 make它。 最小示例:#include <openssl/bn.h> struct fraction { BIGNUM n ...

無法在 Ubuntu 中安裝 Rstudio“依賴性不滿足:libssl1.0.0|libssl1.0.2|libssl1.1”

[英]Can´t install Rstudio in Ubuntu "Dependency is not satisfiable: libssl1.0.0|libssl1.0.2|libssl1.1"

有人有同樣的問題嗎? 我正在嘗試安裝 Rstudio,所以下載了當前版本,我得到了以下信息: 值得一提的是,之前我下載了好幾個Rstudio的版本所以改名為rstudio-new 我已經嘗試過 sudo apt-get update 和 sudo apt get-install(libssl 版本 ...

Ubuntu安裝libssl-dev和libssl1.0-dev報錯

[英]Error in installing libssl-dev and libssl1.0-dev in Ubuntu

我正在嘗試通過以下命令在 Ubuntu 18.04 中安裝 libssl-dev 和 libssl1.0-dev: 我收到以下 output: 我該如何解決這些錯誤? ...

在 ubuntu 22.x 上安裝 mongodb 時出錯

[英]Getting error installing mongodb on ubuntu 22.x

以下軟件包具有未滿足的依賴關系: mongodb-org-mongos: Depends: libssl1.1 (>= 1.1.1) 但不可安裝 mongodb-org-server: Depends: libssl1.1 (>= 1.1.1) 但它不可安裝 E:無法糾正問題,您持有損壞 ...

spl-token create-token 創建令牌失敗

[英]spl-token create-token failed to create token

我正在嘗試使用 Linode 網站創建我的第一個令牌 我創建了一個 Linux 機器 Ubuntu 最新版本,我按照一些步驟創建我的令牌 我為此使用了 Solana 區塊鏈,我到達了我們創建令牌的部分 '''spl-token 創建令牌''' 但我收到一個錯誤:spl-token:加載共享庫時出錯: ...

Heroku 堆棧 22 不可用

[英]Heroku stack 22 not usable

我的應用程序在堆棧 20 上運行良好,但是當我升級到堆棧 22 時,我得到“找不到可用的 libssl 版本”。 我正在使用 .net 核心 5,這可能意味着我需要 libssl。 但是,如何將它安裝到 Heroku 計算機上? ...

spl-token:加載共享庫時出錯:libssl.so.1.1:無法打開共享 object 文件:沒有這樣的文件或目錄

[英]spl-token: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

我在我的 aws 實例上遇到問題,在使用任何 arg 運行 spl-token 后,我收到以下錯誤spl-token: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No su ...

Python 在 Ubuntu 22.04 上找不到 libssl

[英]libssl not found by Python on Ubuntu 22.04

正如標題所說,我剛剛升級到 Ubuntu 22.04 LTS,我之前的工作設置現在ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory when started Jupyter, a ...

Delphi Android 應用程序:無法加載 SSL 庫

[英]Delphi Android app: Could not load SSL Library

我正在 Delphi 中開發一個 Android 32 位應用程序。 我需要在我的應用程序中使用 OpenSSL 庫才能連接到 MQTT 代理。 我正在使用 OpenSSL 1.0.2t armeabi-v7a libcrypto.a和libssl.a static 庫。 通過 Delphi 的部署 ...

未加載庫:嘗試運行 rails 服務器並連接到 mysql 時的 libssl.1.1.dylib (LoadError)

[英]Library not loaded: libssl.1.1.dylib (LoadError) when trying to run rails server and connect to mysql

最近我將我的 MacOS 更新到了 Monterey 12.3,其中包括對 xcode 的更新。 之后,我無法運行我一直在處理的 rails 應用程序。 當我嘗試啟動服務器時,我不斷收到此錯誤。 我嘗試過以不同的方式安裝和刪除 mysql。 兩者都使用來自 mysql 網站的 brew inst ...

Ubuntu 21.10 上的 libssl1.1 依賴沖突

[英]libssl1.1 dependency conflict on Ubuntu 21.10

我是 ubuntu 的新手,我正在嘗試安裝 nodejs npm 但我收到錯誤消息: 以下軟件包具有未滿足的依賴關系: libssl-dev:依賴:libssl1.1 (= 1.1.1l-1ubuntu1) 但要安裝 1.1.1l-1ubuntu1.1 E:無法糾正問題,您持有損壞的軟件包。 我試圖 ...

使用不同的 OpenSSL evp.h 函數,相同輸入的不同 hash 值

[英]Different hash values for identical input using different OpenSSL evp.h functions

使用以下代碼,為什么會得到不同的 hash 值? 使用 gcc 在 Ubuntu 20.04 LTS 上編譯 Output: 當我將字符串粘貼到在線工具中時,例如https://emn178.github.io/online-tools/sha256.html ,“正確的” hash 似乎是第一個 ...

無法安裝 ruby​​,因為缺少 libssl1.0-dev 和 libssl-dev 但是也無法安裝它們

[英]Cannot install ruby because missing libssl1.0-dev and libssl-dev however cannot install them either

TLDR 我無法安裝 ruby​​,因為出現錯誤:缺少 libssl-dev 和 libssl1.0-dev 完整錯誤如下: 我不能簡單地安裝 libssl-dev 或 libssl1.0-dev,因為當我執行相同的錯誤時會彈出! 我該如何解決? 我非常接近剛剛更新到 ...

Ubuntu 16.04 上的 php 和 libssl1.1 安裝損壞

[英]Broken php and libssl1.1 installation on Ubuntu 16.04

我一直在使用 Ubuntu 16.04。 最近我用我的 PHP 安裝做了一些實驗,恐怕我把東西弄壞了。 我試過了 但它顯示了依賴關系並損壞了 package 錯誤 在此之后,我跑了 響應是 似乎缺少依賴libssl1.1所以我嘗試手動安裝它 這是回應 我有點卡在這一點上。 我是否永遠破壞了我的操作系 ...

“../MacOS/Python 正在以不安全的方式加載 libcrypto” 在 MAC m1 bigsur 上加載 libssl 時出現問題

[英]"../MacOS/Python is loading libcrypto in an unsafe way" issues loading libssl on MAC m1 bigsur

正如標題所示,我在運行python-bitcoinlib 示例代碼時遇到問題。 當我第一次運行時,我收到一條權限被拒絕的消息。 我以 root 身份運行它,得到以下信息: 我用 brew 卸載libssl並重新安裝,但我仍然遇到同樣的問題。 還有其他人遇到此錯誤嗎? ...

在 Windows 10 中使用 PostGreSQL libpq 執行 C 程序時出錯。(libssl-1_1-x64.dll 和不存在的 Avast 防病毒軟件)

[英]Error when executing C program using PostGreSQL libpq in Windows 10. (libssl-1_1-x64.dll and non-existent Avast antivirus)

我有一個 C 程序(在 VisualStudio 2019 中編譯和構建),我想將其連接到 PostGreSQL DB。 我包含了 libpq 頭文件,將 DLL 放在正確的位置等。編譯和構建操作完成,沒有錯誤。 但是,當我嘗試執行此函數時,出現錯誤。 在調試模式下,我可以在調試控制台中看到這個 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM