1Instructionns on how to build...
2
3First, we need to get the relevant pthread extensions on the system.
4This typically means:
5
6/opt/dcerpc/include/pthread_ext.h
7/opt/dcerpc/lib/libpthread_ext.so.0
8
9On Linux, to build this, you need to patch the glibc sources with the
10contents of the dceext threads stuff...
11
12Then, to build from scratch:
13
14autoreconf -fis
15./buildconf
16./configure --prefix=/opt/dcerpc --with-pthread-ext-dir=/opt/dcerpc
17make
18
19To run the rpcd (which is required to end points for servers), these directories must be precreated:
20$prefix/var/run
21$prefix/var/rpc
22