Open blackbasket opened 1 year ago
I have it running with v1 now. Therefore the users will be happy. But I do not close the issue, because there should be any reason for the error.
Can you post all the commands you ran to build from source, in particular the cmake
and make
(or ninja
) invocation.
I have never experienced this type of build failure, but Google came up with this issue, which sounds like something that could affect you.
I used the commands as written in the readme... before this I installed cmake, pkgconf and libconfuse-dev...
mkdir _build && cd _build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local
make -j
sudo make install
I have never experienced this type of build failure, but Google came up with this issue, which sounds like something that could affect you.
I will give it a try... but it may take some days...
No problem, take your time.
Another option would be to disable unit tests by passing -DBUILD_TESTING=OFF
to cmake, which will skip building libcheck completely.
Another option would be to disable unit tests by passing
-DBUILD_TESTING=OFF
to cmake, which will skip building libcheck completely.
I tried this already... make install
cmd fails anyway... or do I have to set this in the install-cmd, too?
Hi guys,
I need a srs-aware mail server asap, but I am to stupid to get this working.
Debian 12 postfix 3.7.6
I tried with the old v1-package as well with the actual sources. If I try to build from the sources, I am getting this error:
What do I have to do?
Regards, Marcel