1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-24 02:46:36 +01:00

Fix compatibility issue

This commit is contained in:
Pavel Odintsov 2015-08-20 14:04:56 +03:00
parent 90d80df6ec
commit 0fba9b6a72

@ -927,6 +927,9 @@ sub install_pf_ring {
exec_command("make $make_options");
exec_command("make $make_options install");
# We need do this for backward compatibility with old code (v1.1.2)
exec_command("ln -s /opt/pf_ring_$pf_ring_version /opt/pf_ring");
print "Create library symlink\n";
print "Add pf_ring to ld.so.conf\n";