openbsd-ports/math/graphviz/pkg/README-main
edd 58c619c08c Clean up and Update to graphviz-2.28.0.
Taking MAINTAINER (discussed with espie on icb).

OK ajacoutot@, sebastia@

At some point in the future, the language bindings should be
multi-packaged, but that is another story.
2012-08-22 09:55:01 +00:00

19 lines
756 B
Plaintext

$OpenBSD: README-main,v 1.1 2012/08/22 09:55:01 edd Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Threading Linkage for Language Bindings
=======================================
If you require a language binding for a language which does not support
multi-threading (at the moment, that is in-base perl and the default
flavoured tcl package), then you must use the LD_PRELOAD environment
variable to preload libpthread.
Eg. LD_PRELOAD=/usr/lib/libpthread.so perl some_graphviz_script.pl
This is because a host binary which does not link libpthread may not
dlopen() a shared object which does link libpthread.