Am 29.11.2010 10:38, schrieb David Becker:
Am 26.11.2010 17:06, schrieb Douglas Hubler:
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/
Yes and yes.
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/
Okay, it even got worse, now SipX hangs on startup, creating an endless number of su instances and only proceeds with starting once a killall su is issued (still gives the Apache errors then).

My complete setup procedure consists of installing CentOS 5.5 without any options and then running these commands as root:

wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm

rpm -i epel-release-5-4.noarch.rpm

wget -P /etc/yum.repos.d http://download.sipfoundry.org/pub/sipXecs/sipxecs-centos-snapshot.repo

yum -y install gcc gcc-c++ autoconf automake libtool subversion doxygen \

rpm-build zip httpd-devel openssl-devel jpackage-utils which unzip \

pcre-devel expat-devel unixODBC-devel createrepo \

jakarta-commons-beanutils jakarta-commons-collections jakarta-commons-net \

ant log4j junit ant-commons-logging ant-junit ant-trax ant-nodeps \

mod_ssl postgresql-server libXp zlib-devel postgresql-devel ruby ruby-devel \

net-snmp-devel net-snmp-perl \

libpng-devel libart_lgpl-devel freetype freetype-devel oro scons \

redhat-rpm-config \

alsa-lib-devel curl-devel gnutls-devel lzo-devel gdbm-devel \

mysql-devel ncurses-devel python-devel perl-devel perl-ExtUtils-Embed termcap \

sipx-openfire \

cgicc-devel java-1.6.0-sun-devel ruby-dbi rubygems w3c-libwww-devel cppunit \

ruby-postgres xerces-c-devel jakarta-commons-net nsis sipx-freeswitch \

git ntp cppunit-devel bind dhcpd

gem install rake

gem install file-tail

git clone git://github.com/dhubler/sipxecs.git main

cd main

autoreconf -if

./configure --prefix=//usr/local/sipx SIPXPBXUSER=`whoami`/

make sipx && make sipx.install



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

Reply via email to