Wpad-openssl conflicts with libubus libraries

Hi

Today new installation of Snaphot ( OpenWrt SNAPSHOT, r28181-faf4b3e0f7)
And wpad-openssl installation fails due to problems with libubus libraries:

Wpad002

Once I was succesfull to remove old libubus package from LUCI and install new one but now all attemps fail...

The conflict is because a different wpad, such as wpad-basic-mbedtls is installed by default. Remove that first. Do not change anything with libubus.

You could use Firmware Selector to make a custom ROM with a known consistent set of packages.

1 Like

wpad-basic-mbedtls is not installed but wpad

I was following that path but no success still the same issue.

Issue fixed with config as below:

$ cat .config |grep -i wpad |grep -v ^#
CONFIG_DEFAULT_wpad-basic-mbedtls=y
CONFIG_PACKAGE_wpad-openssl=y

Needed for wifi BE (WCN7851)