[Asterisk-Users] Problems loading chan_h323 on Opteron 64 bit
Roger Schreiter
roger at planinternet.de
Fri Aug 6 16:38:57 MST 2004
Hi,
I compiled asterisk and chan_h323 on an Opteron in 64 bit mode.
In the h323's Makefile I replaced 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.
More information about the asterisk-users
mailing list