Arthur Bebak wrote:
I'm trying to run famd (the port of the file monitoring
utility from SGI) on OpenBSD 3.7. In order to do this it
appears I need a bunch of functions such as getmntent, which
apparently are in the GNU libc.
Doing some Google searches I find references to a linux_base port
which seems to be what I need. It contains glibc and a bunch of
other stuff which would be useful. However I can't seem to find
the actual port package.
Can anybody help and point me in the right direction? Also I should
note that I'm trying to get glibc on an amd64 architecture.
I think it would be better to find replacements for this missing
functions, either by importing them from Free/NetBSD or writing them
from scratch than wasting time trying to make an native port of that
pile of goo.
-d