inquba

Untitled

May 4th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ok all dependencies for make perlmode is done but error when did make perlmod-install here the log
  2.  
  3.  
  4. colin@colin:~$ cd /usr/src/freeswitch/libs/esl
  5. colin@colin:/usr/src/freeswitch/libs/esl$ make perlmod
  6. make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -O2" CXXFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC" CXX_CFLAGS="" -C perl
  7. make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
  8. g++ -shared -Xlinker -x esl_wrap.o perlxsi.o ../libesl.a -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/perl/5.10/CORE -lperl -ldl -lm -lpthread -lc -lcrypt -lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt -o ESL.so -L.
  9. make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
  10. colin@colin:/usr/src/freeswitch/libs/esl$ make perlmod-install
  11. make MYLIB="../libesl.a" SOLINK="-shared -Xlinker -x" CFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC -O2" CXXFLAGS="-I/usr/src/freeswitch/libs/esl/src/include -DHAVE_EDITLINE -g -ggdb -I../../libs/libedit/src/ -fPIC" CXX_CFLAGS="" -C perl
  12. make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
  13. make[1]: Nothing to be done for `all'.
  14. make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
  15. make -C perl install
  16. make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
  17. install -m 755 ESL.so /usr/local/share/perl/5.10.1
  18. install: cannot create regular file `/usr/local/share/perl/5.10.1': No such file or directory
  19. make[1]: *** [install] Error 1
  20. make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
  21. make: *** [perlmod-install] Error 2
  22. colin@colin:/usr/src/freeswitch/libs/esl$
Advertisement
Add Comment
Please, Sign In to add comment