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.
> 

You should run (in your sipXconfig build directory):

make install

And it will install sipxconfig.sh in /usr/local/sipx/bin (in {prefix} bin}

The best strategy might be to write your own start-up script.
sipxconfig.sh is a good starting point: there should be only a couple of
places there that rely on things installed by other sipx RPMs.

You should be able to remove that dependency (you probably do not need a
script that checks the version number) or rely on your own implementation
(this is probably going to be a case with certificates for WEB server) if
you intend to use HTTPs.
D.

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to