Displaying 1 result from an estimated 1 matches for "libh323".
Did you mean:
lib32
2004 Aug 06
1
Problems loading chan_h323 on Opteron 64 bit
...in line 24
CFLAGS += -march=$(shell uname -m)
by
CFLAGS += -march=k8
and also tried
CFLAGS += -m64 -march=k8
Both solutions do compile, but when starting asterisk,
a load error occurs:
undefined symbol:
_ZN14H323Connection24OnUserInputInlineRFC2833ER15OpalRFC2833Infoi
When I grep /usr/local/lib/libh323... I can find occuring
_ZN14H323Connection24OnUserInputInlineRFC2833ER15OpalRFC2833Info
serveral times, but not followed by an i.
Any ideas, what I could do now? Any dirty workaround which does
not influence stabilty is also welcome.
Roger.