[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: modify.c problem : unresolved snprintf (ITS#1223)
At 07:28 AM 7/9/2001, jeronimo@holhouse.nl wrote:
>Hello Kurt,
>
>I have SunOS 5.5.1 and using gcc2.95.2.
>All libs are set.
Later versions of Solaris appear to have snprintf in -lc.
As snprintf is not part of the C Standard library, we'll
have to add a private implementation to OpenLDAP. To
work around this, you should be able to install any
library which provides snprintf() and include this in
your LIBS.
Kurt