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.
Hello!
Unfortunately we cannot help here with t38modem and SIP, what we use is t38modem with H.323.
Regards, Tamas
ps: As I remember, the pwlib, opal version from 2007 May should compile - according to the opal mailing list.
forum írta:
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.
Ok, forget about SIP, let's talk about H323.
I have DL, PWLIB 2.0.1, in /root/pwlib ./configure make opt no errors
H323Plus 1.20.2, in /root/h323plus ./configure make opt no errors
t38modem 1.0.1, in /root/t38modem
root@core:~/t38modem# make opt Makefile:122: /root/openh323/openh323u.mak: No such file or directory make: *** No rule to make target `/root/openh323/openh323u.mak'. Stop. root@core:~/t38modem#
Any sugestions ? Thanks.
Hi,
this seems to be a minor issue in the Makefile which can be avoided by defining the OPENH323DIR environment variable.
Try this: cd /root/t38modem OPENH323DIR=/root/h323plus make opt
(or mv /root/h323plus /root/openh323)
Regards, Tamas
forum írta:
Ok, forget about SIP, let's talk about H323.
I have DL, PWLIB 2.0.1, in /root/pwlib ./configure make opt no errors
H323Plus 1.20.2, in /root/h323plus ./configure make opt no errors
t38modem 1.0.1, in /root/t38modem
root@core:~/t38modem# make opt Makefile:122: /root/openh323/openh323u.mak: No such file or directory make: *** No rule to make target `/root/openh323/openh323u.mak'. Stop. root@core:~/t38modem#
Any sugestions ? Thanks.
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:
Hi,
this seems to be a minor issue in the Makefile which can be avoided by defining the OPENH323DIR environment variable.
Try this: cd /root/t38modem OPENH323DIR=/root/h323plus make opt
(or mv /root/h323plus /root/openh323)
Regards, Tamas
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:
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:
Hi,
this seems to be a minor issue in the Makefile which can be avoided by defining the OPENH323DIR environment variable.
Try this: cd /root/t38modem OPENH323DIR=/root/h323plus make opt
(or mv /root/h323plus /root/openh323)
Regards, Tamas
participants (2)
-
forum
-
Tamas