This Question is Answered

1 "correct" answer available (5 pts) 2 "helpful" answers available (1 pts)
2 Replies Last post: Feb 24, 2010 7:04 PM by abisht  
Click to view abisht's profile   6 posts since
Feb 23, 2010

Feb 23, 2010 12:19 PM

Unable to install OpenSBC


I am trying to install OpenSBC in Sun netra T5220 having a OS Sun OS 5.10. I am following this document "OpenSBC manual" by Joegen E. Baclor. I was able to compile the OpenSipStack with the following procedure in OpenSipStack with the following command line.

./configure

gmake bothnoshared

gmake bothnoshared CC=gcc.

It was compiled successfully.

The problem is that I am not able to install the OpenSBC. There is a step in manual "copy the binary to a folder and run OpenSBC". File "oss-application.conf.xml" is in the same directory. When I am giving the command ./opensbc -xc, it is giving me an error.

#./opensbc -xc

./opensbc : cannot execute

Please need your suggestion as I am stucked in this issue.

Click to view joegen's profile   519 posts since
Apr 28, 2007
1. Feb 24, 2010 6:27 PM in response to: abisht
Re: Unable to install OpenSBC
By any chance are you in the same folder as the binary when you executed ./opensbc? cannot execute almost seems like the file doesnt have the executable attribute set. Perhaps you named the foder opensbc as well? If you did, make sure you enter that directory first.