This implies your environment is missing a library used by the replay
system:
libcurl-gnutls.so.4 => not found
You'll either need to install the 32-bit version of this library or make
use the Steam Runtime as mentioned above which includes it.
On 02/20/2017 05:37 PM, Weasels Lair wrote:
> Here's what comes back from the ENV:
>
> game-servers@system:~/game911$ env
> LD_LIBRARY_PATH="$LD_LIBRARY_PATH:bin" ldd -d bin/replay_srv.so
> linux-gate.so.1 => (0xf7793000)
> libtier0_srv.so => bin/libtier0_srv.so (0xf76a5000)
> libvstdlib_srv.so => bin/libvstdlib_srv.so (0xf7598000)
> libcurl-gnutls.so.4 => not found
> libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7546000)
> libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7541000)
> libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7459000)
> libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0
> (0xf743d000)
> /lib/ld-linux.so.2 (0xf7794000)
> libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf728d000)
> librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7284000)
> libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7267000)
> undefined symbol: curl_global_cleanup, version CURL_GNUTLS_3
> (bin/replay_srv.so)
> undefined symbol: curl_global_init, version CURL_GNUTLS_3
> (bin/replay_srv.so)
>
> Just for reference, here's the info from steam.inf file, just to be
> sure this is the most current version (probably should have included
> that earlier):
>
> PatchVersion=3833195
> ClientVersion=3833195
> ServerVersion=3842775
> ProductName=tf
> appID=440
> ServerAppID=232250
>
>
> On Mon, Feb 20, 2017 at 5:31 PM, John Schoenick
> <[email protected] <mailto:[email protected]>> wrote:
>
> This means that replay_srv.so could not load due to missing
> dependencies, and is likely due to missing required libraries.
>
> The following command, from the tf install directory (where
> srcds_linux is), should identify why replay_srv.so is not able to
> be loaded
>
> env LD_LIBRARY_PATH="$LD_LIBRARY_PATH:bin" ldd -d bin/replay_srv.so
>
> (if you are using any special LD_LIBRARY_PATH/linker tricks,
> ensure you invoke ldd the same way)
>
>
> On 02/20/2017 05:19 PM, Weasels Lair wrote:
>> Ok, here's the error I encountered trying to host the TF2 beta
>> linux dedicated server build:
>>
>> Operating System: Ubuntu 14.04 LTS
>> Kernel: Linux 3.13.0-108-generic
>> Architecture: 64-bit (x86_64)
>> Video: Headless install (via SteamCMD)
>> Hosted: NFO Servers (dedicated VPS, much cores & RAM, several
>> games on same server)
>> Summary: Throws some error about replay (which I don't use
>> anyway). Have not run in "debug" mode just yet.
>>
>> Console output:
>> Start-up command-line:
>> nice -n 9 ./srcds_run -game tf -secure +ip 192.223.29.234
>> -usercon +port 6911 -steamport 7911 +clientport 8911 -nohltv
>> -nodefaultmap -authkey {censored}
>> Starting game server ...
>> WARNING: No map specified! Server may not heartbeat.
>> Auto detecting CPU
>> Using default binary: ./srcds_linux
>> Server will auto-restart if there is a crash.
>> Using Breakpad minidump system. Version: 3842775 AppID: 232250
>> Setting breakpad minidump AppID = 232250
>> Using breakpad crash handler
>> Loaded 7627 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_textures.vpk for pure server
>> operation.
>> Loaded 7627 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_textures.vpk for pure server
>> operation.
>> Loaded 465 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_sound_vo_english.vpk for pure
>> server operation.
>> Loaded 465 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_sound_vo_english.vpk for pure
>> server operation.
>> Loaded 1095 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_sound_misc.vpk for pure server
>> operation.
>> Loaded 1095 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_sound_misc.vpk for pure server
>> operation.
>> Loaded 1791 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_misc.vpk for pure server operation.
>> Loaded 1791 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_misc.vpk for pure server operation.
>> Loaded 1791 VPK file hashes from
>> /home/game-servers/game911/tf/tf2_misc.vpk for pure server operation.
>> Loaded 1217 VPK file hashes from
>> /home/game-servers/game911/hl2/hl2_textures.vpk for pure server
>> operation.
>> Loaded 574 VPK file hashes from
>> /home/game-servers/game911/hl2/hl2_sound_vo_english.vpk for pure
>> server operation.
>> Loaded 383 VPK file hashes from
>> /home/game-servers/game911/hl2/hl2_sound_misc.vpk for pure server
>> operation.
>> Loaded 449 VPK file hashes from
>> /home/game-servers/game911/hl2/hl2_misc.vpk for pure server
>> operation.
>> Loaded 449 VPK file hashes from
>> /home/game-servers/game911/hl2/hl2_misc.vpk for pure server
>> operation.
>> Loaded 5 VPK file hashes from
>> /home/game-servers/game911/platform/platform_misc.vpk for pure
>> server operation.
>> Loaded 5 VPK file hashes from
>> /home/game-servers/game911/platform/platform_misc.vpk for pure
>> server operation.
>> server_srv.so loaded for "Team Fortress"
>> Could not load: replay_srv.so
>> Could not load: replay_srv.so
>>
>> dlopen failed trying to load:
>> /home/game-servers/.steam/sdk32/steamclient.so
>> with error:
>> /home/game-servers/.steam/sdk32/steamclient.so: cannot open
>> shared object file: No such file or directory
>> Looking up breakpad interfaces from steamclient
>> Calling BreakpadMiniDumpSystemInit
>> Segmentation fault (core dumped)
>> Add "-debug" to the ./srcds_run command line to generate a
>> debug.log to help with solving this problem
>> Tue Feb 21 01:17:54 UTC 2017: Server restart in 10 seconds
>> Tue Feb 21 01:17:57 UTC 2017: Server Quit
>>
>>
>>
>> On Mon, Feb 20, 2017 at 5:13 PM, John Schoenick
>> <[email protected] <mailto:[email protected]>> wrote:
>>
>> The list is probably the best place for visibility
>>
>>
>>
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>> <https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds>
> _______________________________________________ To unsubscribe,
> edit your list preferences, or view the list archives, please
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
> <https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds