wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.

Home Page:http://25thandclement.com/~william/projects/luaossl.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where defined,I don't know

gongcm opened this issue · comments

gongcm@DESKTOP-I9UN9MD:/mnt/c/Users/gongcm/Desktop/lua/libluaossl$ ldd -r _openssl.so
linux-vdso.so.1 (0x00007ffd8b1d5000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2868b2c000)
liblua5.1.so.0 => /lib/x86_64-linux-gnu/liblua5.1.so.0 (0x00007f2868afb000)
libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f2868825000)
libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f2868792000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2868643000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2868451000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2868b97000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2868449000)
undefined symbol: luaossl_rotate (./_openssl.so)
undefined symbol: luaossl_addlstring_53 (./_openssl.so)
undefined symbol: luaossl_addvalue_53 (./_openssl.so)
undefined symbol: luaosslL_checkstack_53 (./_openssl.so)
undefined symbol: luaossl_seti (./_openssl.so)
undefined symbol: luaossl_absindex (./_openssl.so)
undefined symbol: luaosslL_testudata (./_openssl.so)
undefined symbol: luaosslL_setmetatable (./_openssl.so)
undefined symbol: luaossl_rawsetp (./_openssl.so)
undefined symbol: luaossl_isinteger (./_openssl.so)
undefined symbol: luaossl_prepbufsize_53 (./_openssl.so)
undefined symbol: luaossl_buffinit_53 (./_openssl.so)
undefined symbol: luaossl_rawgetp (./_openssl.so)
undefined symbol: luaossl_compare (./_openssl.so)
undefined symbol: luaossl_tointegerx_53 (./_openssl.so)
undefined symbol: luaossl_pushresult_53 (./_openssl.so)
undefined symbol: luaosslL_len (./_openssl.so)
undefined symbol: luaossl_geti (./_openssl.so)

How did you build luaossl?