我正在嘗試構建共享庫,以便在使用拉撒路的覆盆子pi(模型3B)上使用。經過一番困惑之後,我發現我原來的圖書館工作不正常,於是我轉向使用this例子的一個非常簡單的圖書館。 但即使這個簡單的庫不能正確編譯使用。當我嘗試在其他Lazarus計劃打開庫它給我的錯誤: <libName>: cannot open shared object file: No such file or directory
program
Enumeration;
uses
crt;
type
beverage = (coffee, tea, milk, water, coke, limejuice);
var
drink:beverage;
begin`enter code here`
writeln('Which drink do you want?');
我在vps服務器上運行我的應用程序時遇到問題。我在那裏Ubuntu。在我的個人電腦上,我也安裝了Ubuntu。在我的電腦我的應用程序運行和工作,但在服務器上我得到這個: An unhandled exception occurred at $080C9936 :
Exception : Unable to initialize OpenSSL library, please check your