sthen cc561c0ef7 Kill the refguide for FreeTDS, it isn't especially useful in the package
and this saves 2/3 of the package size. ok aja@
2015-11-04 23:18:25 +00:00
..

$OpenBSD: README,v 1.2 2012/11/22 21:26:18 sthen Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

If you are using FreeTDS from a program which is not linked with the
thread library, you may find that the program fails, possibly reporting
errors like this:

undefined symbol 'pthread_mutex_unlock'

If this occurs, you will need to manually load the pthread shared
library; you can do this by setting "LD_PRELOAD=/usr/lib/libpthread.so"
in the environment before starting your program.