
Hello ! I try to build, t38modem from version 8.x.x since half a year, with no positive result, also from the svn... :( Now I see you have realese version 1.0.1, but still there is NO documentation for this... :( I presume there is need for: - PWLIB or PTLIB - version ? link to DL ? - OpenH323 or H323Plus - version ? link to DL ? - Opal (yes I need SIP !) - version ? link to DL ? and of course t38modem 1.0.1 My system is: Slackware 11, kernel 2.6.24.3 Thank you.

That solved the problem of compilation... now it seems to be the same path problem :( -------------- root@core:~/t38modem/obj_linux_x86_r# OPENH323DIR=/root/h323plus root@core:~/t38modem/obj_linux_x86_r# export OPENH323DIR root@core:~/t38modem/obj_linux_x86_r# ./t38modem ./t38modem: error while loading shared libraries: libh323_linux_x86_r.so.1.20-alpha2: cannot open shared object file: No such file or directory root@core:~/t38modem/obj_linux_x86_r# -------------- At 14:50 02-04-08, Tamas wrote:

You have more choices: 1. Add your library location(s) into your /etc/ld.so.conf file and run ldconfig This will add new locations to the paths the system is looking for libraries. 2. run t38modem with this: LD_LIBRARY_PATH=/root/h323plus/obj_linux_x86_r:/root/pwlib/obj_linux_x86_r .-t38modem or something like that. 3. move your library files into a proper location (e.g. /usr/lib/), maybe use make install under pwlib and h323plus directories T. forum írta:
participants (2)
-
forum
-
Tamas