Closed harshawasthi90 closed 8 years ago
My module depends on libcurl. I compiled it registered it with server in configuration file, such that module is loaded on startup.
How can i link libcurl library..
You can follow by example toaster's Makefile. Then, specified LD_LIBRARY_PATH must be exporting where libcurl located in before server running.
it worked.. Thanks...
My module depends on libcurl. I compiled it registered it with server in configuration file, such that module is loaded on startup.
How can i link libcurl library..