Advertisement
inquba

Untitled

May 4th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. I try to make perlmod-install but errors goes....
  2. could someone tell how to fix it ?
  3.  
  4. thanks in advance
  5.  
  6.  
  7.  
  8. colin@colin:~$ cd /usr/src/freeswitch/libs/esl
  9. colin@colin:/usr/src/freeswitch/libs/esl$ make perlmod-install
  10. 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
  11. make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
  12. make[1]: Nothing to be done for `all'.
  13. make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
  14. make -C perl install
  15. make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
  16. install -m 755 ESL.so /usr/local/share/perl/5.10.1
  17. install: cannot create regular file `/usr/local/share/perl/5.10.1': No such file or directory
  18. make[1]: *** [install] Error 1
  19. make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
  20. make: *** [perlmod-install] Error 2
  21. colin@colin:/usr/src/freeswitch/libs/esl$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement