View previous topic :: View next topic |
Author |
Message |
tina at a2unlimited.com Guest
|
Posted: Sat Sep 05, 2009 7:19 am Post subject: [Freeswitch-users] Monitoring FreeSWITCH Events via Telnet s |
|
|
Thank you for the guidance towards the ESL lib, but I'm encountering some problems.
----> make perlmod
When I attempt to execute the make perlmod, I currently get the following error:
/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
make[1]: *** [ESL.so] Error 1
Prior to this, I encountered a similar error (cannot find -lgdbm) where I had to
create a link to fix:
libgdbm.so -> /usr/lib64/libgdbm.so.2.0.0
I'm suspecting that my installation of Perl is not looking in the lib64 directory
as it should?
Unfortunately my Perl skills are not sufficient to be hacking around with this
stuff, anyone with thoughts or suggestions?
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sat Sep 05, 2009 9:50 am Post subject: [Freeswitch-users] Monitoring FreeSWITCH Events via Telnet s |
|
|
You need to install db4-devel.
/b
On Sep 5, 2009, at 7:11 AM, Tina Martinez wrote:
Quote: | When I attempt to execute the make perlmod, I currently get the
following error:
/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
make[1]: *** [ESL.so] Error 1
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
|