On Mon, 30 Jan 2006, Dome C. wrote: > Dear sir, > i try to move my asterisk aplication to opbx. > > i add config to configure.ac and apps/Makefile.in > compile done. > when start opbx i go error symbol lookup error app_telgo_lang.so: undefined > symbol: mac_addr_sys > > my application include > # include <netinet/in.h> > # include <linux/if.h> > > for check macaddress. > > can someone help me ?
I don't know the function mac_addr_sys (it doesn't seem to be part of any common library), so if you use it, you need the code/library which provides it. Armin _______________________________________________ Openpbx-dev mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-dev
