Shivakeerthi wrote: > I am adding the new snmp 'sipXagentX' directory under > WORKING/main/ directory. To integrate sipXagentx directory > into the sipXecs, I have modified the files to include it in > the build. Please check the snmp-agentx.patch attachment. > > After adding sipXagentX directory under WORKING/main/, I have > to compile and install the code with the build. So I followed > the step which is mentioned in the express development > Environment setup > http://sipx-wiki.calivia.com/index.php/Express_Development_Env > ironment_Setup > > To re-run autoreconf and configure, then re-compile and > re-install sipXecs (without erasing your data): > > ./bin_ede/full_conf_build
You've made "AC_CONFIG_SUBDIRS(sipXagentX)" in configure.ac conditional upon the --enable-agentx flag. Remove this, and simply have the component build and install if the prerequisites are found. (See sipXopenfire for example. It has the same issue.) Then re-run ./bin_ede/full_conf_build. Note that this script calls "configure" and unless you made a local modification, it didn't include the --enable-agentx flag. I think that would cause the problem you saw. -Paul [email protected] > After running the above command I am getting the following error > > make[2]: Leaving directory > `/home/scs6/WORKING/BUILD/sipXtools/preflight' > make[2]: Entering directory `/home/scs6/WORKING/BUILD/sipXtools' > make[3]: Entering directory `/home/scs6/WORKING/BUILD/sipXtools' > make[3]: Nothing to be done for `install-exec-am'. > make install-data-hook > make[4]: Entering directory `/home/scs6/WORKING/BUILD/sipXtools' > make[4]: Nothing to be done for `install-data-hook'. > make[4]: Leaving directory `/home/scs6/WORKING/BUILD/sipXtools' > make[3]: Leaving directory `/home/scs6/WORKING/BUILD/sipXtools' > make[2]: Leaving directory `/home/scs6/WORKING/BUILD/sipXtools' > make[1]: Leaving directory `/home/scs6/WORKING/BUILD/sipXtools' > Making all install in sipXagentX > make: *** sipXagentX: No such file or directory. Stop. > make: *** [recurse] Error 1 > "ERROR: make failed!" > [s...@scs6 WORKING]$ > > Please let me know how can I resolve this problem. > > Thanks, > Shivakeerthi > > > > > > -----Original Message----- > From: Mossman, Paul (CAR:9D30) > Sent: Wednesday, November 11, 2009 8:13 PM > To: Basappa Vamadevappa, Shivakeerthi (AMR:7809); > [email protected] > Subject: RE: [sipX-dev] EDE new directory error > > Shivakeerthi wrote: > > I have added new directory in my local sipX EDE. To install the new > > directory files in EDE, I have done the following steps > > > > #autoreconf -if > > #./configure > > #make recurse TARGETS="all install" > > I don't follow. What do you mean by new directory? Source > code, build, install? > > > -Paul > [email protected] > _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
