-
Notifications
You must be signed in to change notification settings - Fork 47
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
compile error at heimdal-gssapi>=1.6.0 #42
Comments
Hi @zingaro1972 you need to change some more things for alpine linux. Please know that we currently only support debian buster for this version. |
Managed to install heimdal-gssapi on arch linux for openvas 21.0.4. |
For those facing this issue (ie in almalinux 9.2, my current distro), this is somewhat pkg-config related. run first :
|
I have the same issue on `$ dpkg-query -s heimdal-gssapi dpkg-query: package 'heimdal-gssapi' is not installed and no information is available Please, any solution? |
Did you apply my solution (see previous post ?) |
Yes, but 'find' (step 2) did'nt find anything... This was the output that I got : find: '/run/user/1000/doc': Permission denied |
Now I see, the package isn't even installed. So I will have to install it first. |
Note that this seems to be (to the best of my knowledge / understanding from the comments prior) not a problem originating from
|
For Fedora I followed the instructions at https://unix.stackexchange.com/a/1344 and this error went away and for Ubuntu I assume it would be |
I am having this issue as well on Arch GNU/Linux mostly related because 1 there is no openvas-smb package, and git main openvas-smb looks for older heimdal-gssapi instead of krb5 package, I decided to get my hands at work and I compiled (with a lot of effort and research) the older heimdal the make install as mention above will install to /usr/heimdal/ then I have to link all the pkgconfig to the right place for Arch GNU/Linux but even like this it will not finish compiling :( I will post latest the output is in my lab and I am out now for a coffee. |
Hi,
the compile with cmake return this error:
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Install prefix: /usr/local
-- Checking for module 'heimdal-gssapi>=1.6.0'
-- Package 'heimdal-gssapi', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:545 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:733 (_pkg_check_modules_internal)
CMakeLists.txt:147 (pkg_check_modules)
I have the files into the /usr/lib64/heimdal ...
this is the debug installation: Running with debug output on for the
find
commands.CMake Debug Log at /usr/share/cmake/Modules/FindGit.cmake:54 (find_program):
find_program called with the following settings:
find_program considered the following locations:
how i can add the correct path to cmake ?
The text was updated successfully, but these errors were encountered: