2
我有一個共享庫,我有一些功能。我想通過使用luajit獲取他們的簽名來訪問他們。如何在共享庫中使用Lua調用函數
我有一個libtest_c.so - >在/ usr/local/lib目錄
盧阿 - >在/ usr/local/bin目錄
要求( 「test_c」)
標準輸入:1:模塊 'test_c' 未找到:
no field package.preload['test_c']
no file './test_c.lua'
no file '/usr/local/share/luajit-2.0.4/test_c.lua'
no file '/usr/local/share/lua/5.1/test_c.lua'
no file '/usr/local/share/lua/5.1/test_c/init.lua'
no file './test_c.so'
no file '/usr/local/lib/lua/5.1/test_c.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
棧回溯: [C]:在FUNC重刑 '需要' 標準輸入:1:在主要大塊 [C]:使用在0x00404270
感謝的人,確實幫助 – panwar001