Displaying 7 results from an estimated 7 matches for "lh323_linux_x86_r".
2003 May 23
2
cannot find expat
am compiling h323 support using channels/h323/ error am getting is this any
pointers
chan_h323.h:30: warning: `struct sockaddr_in bindaddr' defined but not used
g++ -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o
-L/root/pwlib/lib -lpt_linux_x86_r -L/root/openh323/lib -lh323_linux_x86_r
-L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
/usr/i486-suse-linux/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
make: *** [chan_h323.so] Error 1
2003 Jun 16
2
chan_h323 - pwlib 1.4.11, openh 1.11.7 comiple problems
...-I/usr/src/openh323/include -Wno-missing-prototypes
-Wno-missing-declarations ast_h323.cpp
chan_h323.h:30: warning: `sockaddr_in bindaddr' defined but not used
g++ -g -pg -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o
-L/usr/src/pwlib/lib -lpt_linux_x86_r -L/usr/src/openh323/lib
-lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
/usr/bin/ld: cannot find -lpt_linux_x86_r
collect2: ld returned 1 exit status
make: *** [chan_h323.so] Error 1
[asterisk@jonux h323]#
Any ideas?
Thanks,
Michael
2004 Dec 25
0
patch to build h323 without recompiling pwlib, ...
...NH323DIR)/include -Wno-missing-prototypes
+CFLAGS += -I$(OPENH323INC) -Wno-missing-prototypes
all: depend libchanh323.a
@@ -64,13 +66,13 @@
endif
chan_h323.so:
- $(CXX) -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib -lpt_linux_x86_r -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib $(CHANH323LIB)
+ $(CXX) -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib -lpt_linux_x86_r -L$(OPENH323LIB) -lh323_linux_x86_r -L/usr/lib $(CHANH323LIB)
chan_h323_d.so: chan_h323.o ast_h323.o
- $(CXX) -shared -Xlinker -x -o chan_h323.so chan_h323.o...
2005 Jan 13
0
Oh323 compilation errors
...r help here. I have tried compiling oh323 many
times and I always get the following error when trying to "make opt" open
h323. Any ideas?!
Compilation Error:
--------------------------
g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib
./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread
-lssl -lcrypto -lexpat -lresolv -ldl
/root/openh323/lib/libh323_linux_x86_r.so: undefined reference to
`std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to
`std::basic_iostrea...
2005 Jan 15
0
oh323 compile error
I am trying to compile oh323 and having the following error. Can anyone help
please?! This is my third post. These are the versions I am using:
Compilation Error:
--------------------------
g++ -o obj_linux_x86_r/simph323 -s -L/root/pwlib/lib -L/root/openh323/lib
./obj_linux_x86_r/main.o -lh323_linux_x86_r -lpt_linux_x86_r -lpthread
-lssl -lcrypto -lexpat -lresolv -ldl
/root/openh323/lib/libh323_linux_x86_r.so: undefined reference to
`std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()'
/root/pwlib/lib/libpt_linux_x86_r.so: undefined reference to
`std::basic_iostrea...
2005 Jan 19
0
h323 compilation problem
...gi-bin\" -DBUSYDETECT_MARTIN
-Wno-missing-prototypes -Wno-missing-declarations -DZAPATA_PRI
-DIAX_TRUNKING -DCRYPTO -fPIC -c -o chan_h323.o chan_h323.c
gcc -shared -Xlinker -x -o chan_h323.so chan_h323.o h323/libchanh323.a
-ldl -L/usr/src/pwlib/lib -lpt_linux_x86_r -L/usr/src/openh323/lib
-lh323_linux_x86_r -L/usr/lib -lcrypto -lssl -lexpat
/usr/bin/ld: cannot find -lpt_linux_x86_r
collect2: ld returned 1 exit status
make[1]: *** [chan_h323.so] Error 1
make[1]: Leaving directory `/mnt/60gbide2/usr/src/asterisk/channels'
make: *** [subdirs] Error 1
[root@asterisk asterisk]#
Adri? Vidal
2003 Apr 29
28
H323
Is H323 built into the current CVS? If so, could someone give me an idea of a simple config?
thanks,
darran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030429/fffec1d1/attachment.htm