On Fri, Nov 26, 2010 at 6:45 AM, David Becker <[email protected]> wrote: > Am 26.11.2010 09:41, schrieb David Becker: >> Am 24.11.2010 13:24, schrieb David Becker: >>> Am 24.11.2010 13:23, schrieb Douglas Hubler: >>>> On Wed, Nov 24, 2010 at 7:09 AM, David Becker >>>> <[email protected]> wrote: >>>>> Am 24.11.2010 13:02, schrieb Douglas Hubler: >>>>>> Having source and rpm install on a system is not supported. Any reason >>>>>> u need this >>>>>> >>>>>> >>>>> I followed the instructions in >>>>> http://sipx-wiki.calivia.com/index.php/Setting_up_a_development_environment >>>>> for CentOS and the yum install commands installed sipx. >>>> where does it say install sipxecs? you do install sipx-openfire >>>> _______________________________________________ >>>> sipx-dev mailing list >>>> [email protected] >>>> List Archive: http://list.sipfoundry.org/archive/sipx-dev/ >>> I guess it's a dependency of some package or something but whenever I >>> run that command it installs sipx fully. >>> _______________________________________________ >>> sipx-dev mailing list >>> [email protected] >>> List Archive: http://list.sipfoundry.org/archive/sipx-dev/ >> Okay, sipx-jasperreports-deps is listed in the Wiki, that's obsoleted by >> sipxconfig so yum downloads the entirety of SipX. I'll try running >> without that. >> _______________________________________________ >> sipx-dev mailing list >> [email protected] >> List Archive: http://list.sipfoundry.org/archive/sipx-dev/ > It compiles but still won't run, the ssl-keystore and some httpd configs > are missing (note that I am running this as root): > > httpd: Syntax error on line 1087 of > /usr/local/sipx/etc/sipxpbx/httpd.conf: Could not open configuration > file /usr/local/sipx/etc/sipxpbx/httpd-sipxchange-common.conf: No such > file or directory > /usr/local/sipx/libexec/sipXecs/setup.d/011_sipx-config-httpd-access: > line 20: /usr/local/sipx/etc/sipxpbx/httpd-sipxchange-common.conf: Keine > Berechtigung (Permission Denied) > /usr/local/sipx/libexec/sipXecs/setup.d/012_sipx-config-vxml-domain: > line 22: /usr/local/sipx/share/www/doc/vm_vxml/root.vxml: Keine > Berechtigung (Permission Denied) > Exception in thread "main" java.io.FileNotFoundException: > /usr/local/sipx/etc/sipxpbx/ssl/ssl-web.keystore (Permission denied) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:179) > at java.io.FileOutputStream.<init>(FileOutputStream.java:131) > at > org.sipfoundry.commons.sipkeystorebuilder.sipkeystorebuilder.main(Unknown > Source) > sipXpbx: > sipXpbx: sipXpbx configuration problems found: > sipXpbx: > sipXpbx: Check Apache configuration > sipXpbx: httpd: Syntax error on line 1087 of > /usr/local/sipx/etc/sipxpbx/httpd.conf: Could not open configuration > file /usr/local/sipx/etc/sipxpbx/httpd-sipxchange-common.conf: No such > file or directory > sipXpbx:
2 things 1.) Did you specify SIPXPBXUSER=`whoami` in your call to ./configure? 2.) Did you run after install:? sudo /usr/local/sipx/etc/init.d/sipxecs-setup If you did not, you really need to delete all of /usr/local/sipx/* and start over on build. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
