-
Notifications
You must be signed in to change notification settings - Fork 76
psad not working on ubuntu 20.04 LTS #73
Description
hi,
yesterday I updated to Ubuntu 20.04 LTS and I can't get PSAD to work anymore.
Tried both variants to install via apt-get and via install.pl. The errors resulting are similar.
Would you like to install the latest signatures from http://www.cipherdyne.org/psad/signatures (y/n)? y [+] CMD: '/usr/sbin/psad --sig-update' Can't load '/usr/lib/psad/x86_64-linux-gnu-thread-multi/auto/Date/Calc/Calc.so' for module Date::Calc: /usr/lib/psad/x86_64-linux-gnu-thread-multi/auto/Date/Calc/Calc.so: undefined symbol: DateCalc_Day_of_Week_to_Text_ at /usr/lib/x86_64-linux-gnu/perl/5.30/DynaLoader.pm line 193. at /usr/sbin/psad line 3302. Compilation failed in require at /usr/sbin/psad line 3302.
Would you like to install the latest reputation feed data (y/n)? y [+] CMD: '/usr/sbin/psad --reputation-feeds-update' Can't load '/usr/lib/psad/x86_64-linux-gnu-thread-multi/auto/Date/Calc/Calc.so' for module Date::Calc: /usr/lib/psad/x86_64-linux-gnu-thread-multi/auto/Date/Calc/Calc.so: undefined symbol: DateCalc_Day_of_Week_to_Text_ at /usr/lib/x86_64-linux-gnu/perl/5.30/DynaLoader.pm line 193. at /usr/sbin/psad line 3302. Compilation failed in require at /usr/sbin/psad line 3302.
anyone noticed the same behavior?