On Fri, 2009-10-16 at 11:10 -0400, Paul Mossman wrote:

> > For development builds, the best thing to do is to define at 
> > least these two environment variables before running 
> > 'configure' or running the make
> > (caveat: I don't use the EDE*, and can't comment on what it 
> > does about these things):
> > 
> > SIPX_INSTALLDIR=<your install root directory> 
> > SIPXPBXUSER=<your own username>
> 
> The EDE uses SIPXPBXUSER=`whoami` and --prefix=$FULL_INSTALL_PATH on the
> configure command-line.  Does that effectively accomplish what you
> recommend?

Yes, that's functionally equivalent.  The default prefix value (if no
switch is provided) is

 ${SIPX_INSTALLDIR:-/usr/local/sipx}

(that is, the value of the environment variable, and /usr/local/sipx if
the variable is not set).  So your method uses a different variable and
then explicitly overrides the default from the command line.  More steps
your way, but the same effect.

> > The above will allow even 'make install' to work with little 
> > change to your system.  The one exception, if I recall, is 
> > that you have to change the group ownership and permission on 
> > a couple of the apache installation directories so that you 
> > can write to them yourself (a one time operation);
> 
> I've never noticed any problem.  What's the symptom?

The installation of the apache configuration files fails.  It's possible
that you've worked around that in a different way (possibly without
realizing it), or that some part of the writing of these files has
changed and I failed to notice that my workarounds are no longer needed
(I only need to do it once per system setup, which is pretty
infrequent).



_______________________________________________
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/

Reply via email to