Skip to content
Mehul Prajapati edited this page Jan 29, 2020 · 7 revisions

Compile

 ../configure --enable-extra-warnings --prefix=/opt/syslog-ng --with-ivykis=internal  --disable-kafka --with-jsonc=system --disable-env-wrapper --disable-memtrace --enable-tcp-wrapper --enable-linux-caps  --disable-sun-streams --enable-all-modules --disable-sql --enable-pacct --enable-manpages --with-python=3 --disable-mongodb


find . -iname __pycache__ -type d -exec rm -rf {} \;
sudo dpkg --remove --force-remove-reinstreq <package>
sudo update-alternatives --config python3

Clone this wiki locally