[Freeswitch-users] JAVA ESL

Jean-Marc Hyppolite hyppolite72 at yahoo.com
Thu Jul 30 17:40:44 PDT 2009


Hello,
 
I built libesl and JAVA mod. (make and make javamod). But when I try to run a JAVA script with the following code
 
ESLconnection connection = new ESLconnection("127.0.0.1", "9000", "");
ESLevent events = connection.getInfo();
System.out.println(events.toString());
 
I get the following error message:
 
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/libesl.so: /usr/lib/libesl.so: undefined symbol: __gxx_personality_v0
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at ivr.IVRServer.<clinit>(IVRServer.java:18)

 
Any help would be appreciated.
 
Thanks.
 


      __________________________________________________________________
Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090730/342d6da4/attachment-0002.html 


More information about the FreeSWITCH-users mailing list