Closed mattmon closed 11 years ago
.... 486-openwrt-linux-gnu/bin/ld: cannot find libcom_err.so.3 ...
The problem is the missing libcom_err.so.3, which is provided by the krb5 package. Normally this package should be automatically selected.
If you are not interested in ldap and kerberos integration you can remove the dependencies from DEPENDS
+libopenldap +krb5-libs
in TARGET_LDFLAGS remove
-lkrb5 -l:libcom_err.so.3 -ldl -lgssapi_krb5 -lkrb5 \
and change the configure section to
... --without-ads \ --without-krb5 \ --without-ldap \ ...
Otherwise you may try to use the krb5 package from my package repository.
Best regards, Tobias
"make package/samba4/compile" fails with either uclibc or eglibc on OpenWRT trunk (x86). Same result with stable branches of Attitude Adjustment and Backfire.
Error in terminal is: configure:4105: error: C compiler cannot create executables
Here's the config.log: