Please bear with me. Here is the content of my /etc/ld.so.conf:<br><br>include ld.so.conf.d/*.conf<br>/opt/swift/lib<br><br>And when i do "ldconfig -p | grep swift" , i get the following:<br><br> libswift.so.5 (libc6) => /opt/swift/lib/libswift.so.5<br>
libswift.so (libc6) => /opt/swift/lib/libswift.so<br> libceplex_us.so.5 (libc6) => /opt/swift/lib/libceplex_us.so.5<br> libceplex_us.so (libc6) => /opt/swift/lib/libceplex_us.so<br> libceplang_en.so.5 (libc6) => /opt/swift/lib/libceplang_en.so.5<br>
libceplang_en.so (libc6) => /opt/swift/lib/libceplang_en.so<br><br>So, can it be that Freeswitch is looking for libswift.so.4 instead of libswift.so.5 (as the first line of the wiki page is actually saying)? If so, where do i get this 4.x version? I can't find it in on cepstral site.<br>
<br>Max.<br>