
Hi!
Marcin> I am proud to introduce myself as a FreeBSD libsmi Marcin> port maintainer.
Fine! There should be nearly no problem at all on FreeBSD. Just one question: Did you observe any problem with the timezone variable used in lib/parser-smi.y:397 ?
Marcin> One thing I would like to verify: Marcin> when I install libsmi with "make install" target Marcin> it seems that "mibs" directory contains only Marcin> "iana", "ietf", and so on directories and no MIBs there, Marcin> although they reside in a source tree.
Marcin> Is it intentional/unfinished? Can I just copy them Marcin> using a post-install shell script?
There is an install target in the mibs/Makefile as well, that installs all the MIB modules. It works fine on our FreeBSD box. Could you track down, what goes wrong with it? Probably the Makefile `MIBS' variable does not get set correctly?
MIBS = $(shell ls -1d [a-z]*/* | egrep -v 'CVS|Makefile')
Frank -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.