OpenWrt Forum Archive

Topic: Problem with uClibc - /usr/bin/haserl: can't resolve symbol 'index'

The content of this topic has been archived on 2 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

http://forum.x-wrt.org/index.php/topic,581.0.html

OpenWRT 10082

Basically, uClibc isn't creating strong_alias(strchr,index) so haserl won't run, and as a result webif doesn't work.  sad

I tried modifying /toolchain/uClibc/patches/005-fix_internal_function_definition.patch to #define __UCLIBC_SUSV3_LEGACY__ but the alias still isn't getting created.

Building Haserl as part of the base image instead of installing the ipkg fixed the problem.  big_smile

The discussion might have continued from here.