Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure fails with >= botan 3.0.0 #719

Open
orbea opened this issue Aug 11, 2023 · 0 comments
Open

Configure fails with >= botan 3.0.0 #719

orbea opened this issue Aug 11, 2023 · 0 comments

Comments

@orbea
Copy link

orbea commented Aug 11, 2023

OS: Gentoo
SoftHSMv2: f4661af
Botan: 3.0.0

When trying to build with botan using --with-crypto-backend=botan configure will fail.

checking for botan-2 >= 2.5.0... no
configure: error: Cannot find Botan

Looking at config.log shows:

configure:6975: checking for botan-2 >= 2.5.0
configure:6982: $PKG_CONFIG --exists --print-errors "botan-2 >= 2.5.0"
Package botan-2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `botan-2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'botan-2', required by 'virtual:world', not found
configure:6985: $? = 1
configure:6999: $PKG_CONFIG --exists --print-errors "botan-2 >= 2.5.0"
Package botan-2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `botan-2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'botan-2', required by 'virtual:world', not found
configure:7002: $? = 1
configure:7016: result: no
Package 'botan-2', required by 'virtual:world', not found
configure:7033: error: Cannot find Botan

Where it is checking for the botan-2.pc pkgconfig file, but with botam-3.0.0 I have a botan-3.pc pkgconfig file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant