> That was in my last message, I had several questions and then > asked about where I stood, following the list input or Step #3. > > > i.e. How did you build your CentOS server? > > Using Centos5.2 Disk1 then updating and including dag repo.
Strange that so much was missing... The only package you must include during install is "Base" under "Base System". I don't suppose you de-selected it? See EDE Step 1. b. http://sipx-wiki.calivia.com/index.php/Express_Development_Environment_S etup#b._Change_the_packages_that_will_be_installed (The screenshot says Fedora, but it's basically the same under CentOS.) > > - The "svn co ..." should have run with no problem under the > > sipxchange user. > > Yes, it did. OK, just to confirm... Under the sipxchange user, you have a "WORKING" directory, which contains a "4.0" directory, which contains the source (from the svn co)? If so, then I think you are ready to continue. I'll consolidate, and be more clear this time: 1. The 4.0 branch sipXconfig does not run with OpenJDK Java, which the main branch EDE will have installed. So, switch to Sun Java: wget http://sipxecssw.org/pub/sipXecs/4.0.3/CentOS/5/i386/RPM/java-1.6.0-sun- 1.6.0.7-1jpp.i586.rpm sudo rpm -ihv java-1.6.0-sun-1.6.0.7-1jpp.i586.rpm sudo /usr/sbin/alternatives --set java /usr/lib/jvm/jre-1.6.0-sun/bin/java 2. Make the source code modifications as Woof advised. (The code will be in a "4.0" directory under WORKING.) 3. Build the RPMs (modified EDE Step #4), run this from the WORKING directory: wget http://sipxecs.sipfoundry.org/rep/sipXecs/main/extras/ede/ede_build_devu ser.sh chmod +x ede_build_devuser.sh ./ede_build_devuser.sh -r -i -c 4.0 4. You should then be able to find the mailboxmgr.cgi executable, run: find . -name mailboxmgr.cgi Let me know how it goes. -Paul [email protected] _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
