Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I try to make perlmod-install but errors goes....
- could someone tell how to fix it ?
- thanks in advance
- colin@colin:~$ cd /usr/src/freeswitch/libs/esl
- colin@colin:/usr/src/freeswitch/libs/esl$ make perlmod-install
- 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
- make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
- make -C perl install
- make[1]: Entering directory `/usr/src/freeswitch/libs/esl/perl'
- install -m 755 ESL.so /usr/local/share/perl/5.10.1
- install: cannot create regular file `/usr/local/share/perl/5.10.1': No such file or directory
- make[1]: *** [install] Error 1
- make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
- make: *** [perlmod-install] Error 2
- colin@colin:/usr/src/freeswitch/libs/esl$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement