Buchan Milne wrote:
take me sometimes to figure why..[bgmilne:~]# service slpd start Starting slpd: Multicast Route EnabledCould not open logfile /var/lib/log/slpd.log A FATAL Error has occured:I did ln -s /var/log /var/lib and restarted and it worked, so please just rebuild with logs not in /var/lib/log
seems our configure macros not very compliant.
[yves@klama openslp-1.0.10]$ rpm --eval %configure | grep localstatedir
--localstatedir=/var/lib \
[yves@klama openslp-1.0.10]$ rpm --eval %configure2_5x | grep localstatedir
--localstatedir=/var/lib \
and with anykind of configure generated files (and according to doc too)
[yves@klama openslp-1.0.10]$ ./configure --help | grep localstatedir
--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
is there any reason of localestatdir to /var/lib instead of /var ?
should i upload a openslp rpm with a workaround for configure or should the configure macro fixed ?