[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Q] Compiling under OpenBSD 3.0



Compiling heimdal-0.4e under OpenBSD 3.0, I have an error in directory
lib/kadm5 :

ipropd_master.c:383: Undefined symbol `_pidfile' referenced from text
segment

I corrected a warning in including <util.h> in `prop.h', which defines
pidfile(). I made clean and compiled again, but again I have the same
error.

I suppose I should link with a library containing the function
pidfile(), but at this time, I do not know where this library is.

Any idea ?