I have customized a new nginx add on module,and the module use an external lib ( mytest.so). The method i called in mytest.so is kimtest method. How can i configure the ./configure file and Makefile to prevent the error " undefined reference to `kimtest' "
Here is the configure file.. auto/configure --with-debug --with-ld-opt="-L/usr/local/lib64" --add-module=./src/my_nginx_module while configuring .. everything seems ok, no error occurs. but while making ... " undefined reference to `kimtest' " Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246770,246770#msg-246770 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
