testeador01 at gmail.com Guest
|
Posted: Sat Jan 24, 2009 10:20 am Post subject: [Freeswitch-users] My fs_cli stopped working, can you help |
|
|
Hi, thanks for the reply,
I tried it both with fs down and it didn't work, also when it was turned on, no results either.
Any other ideas please? i really wanna fix it without having to start from zero.
thank you very much
On the Freeswitch console i keep getting the message:
2009-01-24 10:03:23 [DEBUG] mod_event_socket.c:1791 listener_run() Connection Open from 127.0.0.1:54741
2009-01-24 10:03:23 [DEBUG] mod_event_socket.c:1914 listener_run() Session complete, waiting for children
2009-01-24 10:03:23 [DEBUG] mod_event_socket.c:1938 listener_run() Connection Closed
This is what i did in the other console:
-bash-3.2# cd /usr/src/freeswitch-1.0.2/libs/esl/
-bash-3.2# make clean
rm -f *.o src/*.o testclient testserver fs_cli libesl.a *~ src/*~ src/include/*~
-bash-3.2# make
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl.c -o src/esl.o
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl_event.c -o src/esl_event.o
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl_threadmutex.c -o src/esl_threadmutex.o
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -c src/esl_config.c -o src/esl_config.o
ar rcs libesl.a src/esl.o src/esl_event.o src/esl_threadmutex.o src/esl_config.o
ranlib libesl.a
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes fs_cli.c -o fs_cli -L. -L../../libs/libedit/src/.libs -lncurses -lpthread -lesl -ledit
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes testclient.c -o testclient -L. -lncurses -lpthread -lesl
cc -Isrc/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -O2 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes testserver.c -o testserver -L. -lncurses -lpthread -lesl
-bash-3.2# ./fs_cli
-bash-3.2# |
|