Bug #3391
closedQuagga OSPF doesn't install properly
0%
Description
Hello,
I have several pfSense firewalls, all having Quagga OSPF and running without issues.
They where installed in de past en upgraded to the latest version. (Both pfSense and Quagga were upgraded.)
Recently I installed a new firewall with the latest versions directly:
pfsense:
2.1-RELEASE (amd64)
built on Wed Sep 11 18:17:48 EDT 2013
FreeBSD 8.3-RELEASE-p11
Quagga OSPF:
0.99.22.3 v0.6.1
The install of Quagga OSPF went fine, and no errors were logged.
However, it seems the Quagga binaries are not installed correctly.
Quagga doesn't start and upon boot the following messages are displayed on the console:
Starting package Quagga OSPF.../usr/local/etc/rc.d/quagga.sh: /usr/local/sbin/zebra: not found /usr/local/etc/rc.d/quagga.sh: /usr/local/sbin/ospfd: not found /usr/local/etc/rc.d/quagga.sh: /usr/local/sbin/zebra: not found /usr/local/etc/rc.d/quagga.sh: /usr/local/sbin/ospfd: not found done. Starting /usr/local/etc/rc.d/quagga.sh...done.
The files are indeed not present on the harddrive:
find / |grep -i zebra /usr/pbi/quagga-amd64/lib/libzebra.so.0 /usr/pbi/quagga-amd64/lib/libzebra.so /usr/pbi/quagga-amd64/lib/libzebra.la /usr/pbi/quagga-amd64/lib/libzebra.a /usr/pbi/quagga-amd64/sbin/zebra /usr/pbi/quagga-amd64/share/examples/quagga/zebra.conf.sample /usr/pbi/quagga-amd64/.sbin/zebra /usr/pbi/quagga-amd64/.sbin/zebra.pbiopt /usr/pbi/quagga-amd64/.sbin/zebra.ldhints /var/etc/quagga/zebra.conf find / | grep -i ospfd /usr/local/pkg/quagga_ospfd.xml /usr/local/pkg/quagga_ospfd.inc /usr/local/pkg/quagga_ospfd_interfaces.xml /usr/pbi/quagga-amd64/sbin/ospfd /usr/pbi/quagga-amd64/share/examples/quagga/ospfd.conf.sample /usr/pbi/quagga-amd64/.sbin/ospfd /usr/pbi/quagga-amd64/.sbin/ospfd.pbiopt /usr/pbi/quagga-amd64/.sbin/ospfd.ldhints /var/etc/quagga/ospfd.conf
I tried "reinstalling" the Quagga OSPF package => The same result.
I tried "uninstall", reboot, "install" => The same behaviour.
Is there something wrong with the Quagga OSPF packages?