2 Apr
2008
2 Apr
'08
8:03 a.m.
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