Startup Issue with Source Dedicated Server - Team Fortress does not start

I try the startup scripts and I see the error:
“server_srv.so loaded for Team Fortress
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so”

II found on Google other people who encountered this pb with srcds and replay_srv.so and the solution is to install the packages libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
sudo apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386

I tried that and it’s OK, it works now!
Thanks!