jpirko / libteam

team netdevice library
GNU Lesser General Public License v2.1
225 stars 57 forks source link

symbol lookup error for teamdctl after adding a function to libteamdctl.c #57

Open hustleige2003 opened 3 years ago

hustleige2003 commented 3 years ago

hi, guys!

I add a lacp pdu statistics command for libteam which needs adding a function teamdctl_lacp_statistics_get in libteamdctl.c as follow

image

i defined the command type: image

call_method call_method_lacp_statistics references teamdctl_lacp_statistics_get to get the statistics from teamd_ctl

image

while compiling and intalling are good but a symbol lookup error arises when i try to input any teamdctl command: image

could somebody who met this problem before offer some suggestions?

thanks a lot

hustleige2003 commented 3 years ago

after remove the old libteam-1.26 installed by apt

issue resovled

thanks~