Lancache autofill does not work
Go to solution
Solved by PorkishPig,
5 hours ago, The_MaTy said:There is output of php -i
Purge your existing PHP installation with the following command:
sudo apt-get purge php8.* php7.* sudo apt-get autoremove
Install SteamCMD:
sudo add-apt-repository multiverse sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install steamcmd
Rerun the dependency installation command. README asks for php7.2-sqlite, which doesn't exist. This was corrected:
sudo apt install -y libgcc1 libstdc++6 libtinfo5 libncurses5 php7.2 php7.2-cli php7.2-mbstring php7.2-sqlite3 php7.2-bcmath php7.2-dom composer expect zip unzip
This resulted in the successful configuration of lancache-autofill:

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now