On Wed, 2008-12-03 at 15:28 -0500, rabail javed wrote: > Thanks a lot Scott , Damian and Kevin, Your comments helped me a lot . > I have resolved the problem and I am able to compile sipXconfig > seperately . Actually the ../configure scripts doesnt check for the > following dependencies. > junit, ant-junit > ant-trax, ant-commons-logging > > Thats why I was able to execute the ../configure script but when i > tried to compiled sipXconfig , it failed. After that I installed all > the above dependencies and was able to compile sipXconfig > successfully. It would be great if "configure" script could be > modified to check for the above dependencies. > > I need your help in one more issue , I want to start sipXconfig but I > dont know how to start it independently . As I told I compiled > sipXconfig without the other components e.g sipxpbx, > sipxcommserverLib, sipXportLib etc . So after compiling sipXconfig, I > dont have any file generated in the /usr/local/sipx, not even the > sipXconfig.sh .Currently , its sipxpbx script which starts all the > services including sipXconfig but who actually generates all these > scripts and Can you tell me a way to start sipXconfig , keeping in > view I want to run sipxconfig independently. >
Did you set the --prefix when you did the build? I usually set mine (for dev builds) to /opt/sipx/ecs. Then do a make all install. This should install sipxconfig.sh in /opt/sipx/ecs/bin/ Kevin _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
