[Freeswitch-users] phpmod fails to make

2009-11-20 Thread Costa Zikalala
I've been trying to make phpmod without any success. I've even tried to ./configure --with-php and it did't help. I've just upgraded to latest svn and am running FS on FC11. I keep getting this error message: make: php-config: Command not found g++-Wno-unused-label -Wno-unused-function -c

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Brian West
I'm going to guess you did cd libs/esl/php then typed make.. move up one dir first then type make phpmod.. but you seem to be missing all the php dev headers. /b On Nov 20, 2009, at 11:51 AM, Costa Zikalala wrote: I've been trying to make phpmod without any success. I've even tried to

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Raymond Chandler
try installing php-devel -Ray On Nov 20, 2009, at 12:51 PM, Costa Zikalala wrote: I've been trying to make phpmod without any success. I've even tried to ./configure --with-php and it did't help. I've just upgraded to latest svn and am running FS on FC11. I keep getting this error

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Michael Collins
On Fri, Nov 20, 2009 at 9:51 AM, Costa Zikalala costa.zikal...@gmail.comwrote: I've been trying to make phpmod without any success. I've even tried to ./configure --with-php and it did't help. I've just upgraded to latest svn and am running FS on FC11. I keep getting this error message:

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Costa Zikalala
Thanks for quick responses guys, yes I was doing it under the php directory. I've now also installed php-devel, and am now getting this error: make[1]: Entering directory `/home/Costa/freeswitch-1.0.4/libs/esl/php' g++ -shared -Xlinker -x esl_wrap.o ../libesl.a -lcrypt -lcrypt -ledit -lncurses

Re: [Freeswitch-users] phpmod fails to make

2009-11-20 Thread Raymond Chandler
you need additional libs... editline-devel or something similar. alternatively, you can remove them in the Makefile -Ray On Nov 20, 2009, at 1:50 PM, Costa Zikalala wrote: Thanks for quick responses guys, yes I was doing it under the php directory. I've now also installed php-devel, and