Your problem is that the PHP PDO module was turned on for standalone PHP.
All you need to do is to turn on the PHP PDO for PHP LAMPP - you should include the PHP PDO module into the configuration file of the PHP LAMPP.
При попытке запустить приложение Symfony я получаю исключение, в котором говорится, что драйверы PDO установлены неправильно. При выполнении соответствующих действий я заметил, что в моей ElementaryOS установлены два пакета php
Потому что, когда я выполняю:
me:/$ which php /usr/bin/php me:/$ ls /opt/lampp/bin/php php
Поэтому я хотел бы удалить "автономный" php. Я все еще хочу продолжать работать с lampp, поэтому:
Как мне удалить библиотеку php, которая была установлена до lampp, и не ломать ничего из lampp?
Your problem is that the PHP PDO module was turned on for standalone PHP.
All you need to do is to turn on the PHP PDO for PHP LAMPP - you should include the PHP PDO module into the configuration file of the PHP LAMPP.