2005-11-12 21:27:19 +00:00
|
|
|
|
2006-01-13 13:17:09 +00:00
|
|
|
|
2005-11-12 21:27:19 +00:00
|
|
|
APR (> make apr)
|
|
|
|
it will and download and build and install apr if needed but remember to make sure
|
|
|
|
/usr/local/apr/lib is in the LD_LIBRARY_PATH that's up to you
|
|
|
|
|
|
|
|
|
|
|
|
cp modules.conf.in modules.conf and edit to taste
|
|
|
|
|
|
|
|
if you want sip:
|
|
|
|
make sure mod_exosip is uncommeted in modules.conf
|
|
|
|
make common
|
|
|
|
make exosip
|
|
|
|
|
|
|
|
|
|
|
|
make; make install
|
|
|
|
|
|
|
|
|