...
This mini howto describes the steps I executed to re-compile a debug version of Freeswitch on an a CentOS 5 base ISO install of sipXecs.
...
_FS_EXEC="/usr/local/freeswitch/bin/freeswitch _
if [xecsdev: ! -x /usr/local/freeswitch/bin/freeswitch ]
echo "Error: FreeSWITCH executable is not at /usr/local/freeswitch/bin/freeswitch" >&2
...
_FS_EXEC="/usr/local/freeswitch_debug/bin/freeswitch _
if [xecsdev: ! -x /usr/local/freeswitch_debug/bin/freeswitch ]
echo "Error: FreeSWITCH executable is not at /usr/local/freeswitch_debug/bin/freeswitch" >&2
...