Attempting to enable LLDP on 1.1.8 results in the following error message:
# commit [ service lldp ] Starting lldpd... /usr/sbin/lldpd: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory ctl_connect: unable to connect to socket /var/run/lldpd.socket: No such file or directory fatal: unable to connect to socket /var/run/lldpd.socket Warning: error setting location on [eth0]
Needs to be rebuilt for the new libssl, I guess
I ran ldd on everything in /usr/bin and /usr/sbin and lldpd appears to be the only broken binary.