[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: compilation of ldap under sco version 3.2



At 12:06 PM 8/25/99 +0200, VIGNAUX Eric wrote:
>truncate                            replog.o
>ftruncate                           rq.o
>
>This is because my system do not have these functions (i ve checked it).

Odd.  truncate/ftruncate tend to be widely available in both
SysV and BSD Unix.  SCO OpenServer 5 appears to have truncate
in both -lc and -lsocket.

>May I append these functions to the source code ?

I suggest implementing replacements in -llutil and submitting
a patch.

>Did i took the wrong way ? In this case, what to do ?