编译nginx + lua 模块出现 could not read symbols

错误显示为:

/lib64/libdl.so.2: could not read symbols: Invalid operation

解决方法在:

修改 objs/Makefile文件

objs/ngx_modules.o \
-Wl,-E -lpthread -lcrypt -L/usr/local/lua-5.1.4/lib/ -llua -lm -lpcr e -lcrypto -lcrypto -lz<strong> -ldl</strong>
加入<span style="color: #ff0000;"> -ldl</span>

发表评论

您的电子邮箱地址不会被公开。