Normally I install zandronum and doomseeker using this guide: http://wiki.zandronum.com/Compiling_Zandronum_on_Linux
however when it came to compiling I would get this error:
Code: Select all
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindOpenSSL.cmake:313 (find_package_handle_standard_args)
src/CMakeLists.txt:516 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/home/adam/zandronum_build/zandronum/buildclient/CMakeFiles/CMakeOutput.log".
See also "/home/adam/zandronum_build/zandronum/buildclient/CMakeFiles/CMakeError.log".
but it had it's own problem. When I try to start a game with doomseeker with something like brutal19.pk3 with doom.wad I get this error:
Code: Select all
Zandronum v1.2.1 - SVN revision 140525-2108 - SDL version
Compiled on Jun 2 2014
M_LoadDefaults: Load system defaults.
sv_maxlives will be changed for next game.
cooperative will be changed for next game.
You cannot -file with the shareware version. Register!
Code: Select all
sudo apt-get install zandronum doomseeker-zandronum
Code: Select all
sudo find / -name zandronum
Code: Select all
locate zandronum
Can anybody help me get it running correctly? Any help is greatly appreciated.
EDIT:
After solving the problem with the "you cannot -file" error and enjoying some DOOM I came across a new problem. Whilst playing the sound will all of a sudden cut out and every time I shoot a gun or pause the game the sound is replaced by an awful static-like noise. This never happened after following the manual installation. Please help!
EDIT:
I think I've realised why the manual installation wasn't working. First of all there was a broken dependency problem (libjpeg8 waspre In the very first box of code there's this command:
nasm tar libbz2-dev libgtk2.0-dev cmake mercurial libgl1-mesa-dev
This normally works fine but now (on my new linux installation) this happens:
Code: Select all
nasm: error: more than one input file specified
nasm: error: more than one input file specified
nasm: error: more than one input file specified
nasm: error: more than one input file specified
nasm: error: more than one input file specified
type `nasm -h' for help