Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@colin:~# chown -R colin:colin /usr/src/freeswitch
- root@colin:~# cd /usr/src/freeswitch/libs/esl
- root@colin:/usr/src/freeswitch/libs/esl# make perlmod
- 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'
- 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.
- /usr/bin/ld: cannot find -ldb
- collect2: ld returned 1 exit status
- make[1]: *** [ESL.so] Error 1
- make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
- make: *** [perlmod] Error 2
- root@colin:/usr/src/freeswitch/libs/esl# make perlmod
- 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'
- 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.
- /usr/bin/ld: cannot find -ldb
- collect2: ld returned 1 exit status
- make[1]: *** [ESL.so] Error 1
- make[1]: Leaving directory `/usr/src/freeswitch/libs/esl/perl'
- make: *** [perlmod] Error 2
- root@colin:/usr/src/freeswitch/libs/esl#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement