[click]Problem compiling pathless click with own elements
"heyeast" <[email protected]>
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone. Does anyone have a suggestion of what is wrong or does someone else have same symptoms. I have successfully configured and compiled pachless click for Ubuntu10.10 kernel 2.6.35-22-generic(click-2.0.1). The problem is that after I added my own elements into click with "./configure --enable-local". The "click-install conf/mytest.click" show error: insmod: error inserting '/usr/local/lib/click.ko': -1 Unknown symbol in module click-install: '/sbin/insmod /usr/local/lib/click.ko' failed dmesg is: [ 1535.331748] click: Unknown symbol __cxa_guard_release (err 0) [ 1535.492530] click: Unknown symbol __cxa_guard_acquire (err 0) The test conf is very simple: FromDevice(ath0) ->Print()->ToHost; But if I compiled without any my own elements. Everything looks like right. 2011-10-09 heyeast