Re: How can i compile nginx with specific lib linkage

2014-01-27 Thread humank
Maxim Dounin Wrote: --- > Hello! > > On Thu, Jan 23, 2014 at 11:35:44PM -0500, humank wrote: > > > 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

Re: How can i compile nginx with specific lib linkage

2014-01-24 Thread Maxim Dounin
Hello! On Thu, Jan 23, 2014 at 11:35:44PM -0500, humank wrote: > 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 " > u

How can i compile nginx with specific lib linkage

2014-01-23 Thread humank
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/confi