I want to install a
new version of php on Solaris
for testing in a user-directory.
I'm looking for the settings
for "configure",
to install a complete independend
instance of php in a
different (user-)directory.
An existing installation
of php may not be changed !!
I think i have to do it by specify
these settings
--prefix=PREFIX, --exec-prefix=EPREFIX
--bindir=DIR, --sbindir=DIR
--libexecdir=DIR, --datadir=DIR
As example, all the files should be installed in
"/users/joerg/my_php_version406"
So "make install" should use these directorie and don't change an existing
older php-version. Does anyone know the settings
Thanks
Joerg
PS:
(I only want to use the cgi-version,
and doing the testing in commandline,
so Apache is not needed)