Frank Fegert wrote:
Quote:
i'm having a hard time getting db4 compiled on AIX (5.3,
latest ML). The db4 (v4.4.20) compiles just fine, as
long as i don't enable RPC support ('--enable-rpc').
With RPC support enabled it just won't build success-
fully. Here's the build env:
[...] |
Never mind, i figured it out. Just for the record: the
db_server.h was generated by rpcgen, but was emtpy.
Apparently rpcgen has - at least on AIX - a hardcoded
reference to /lib/cpp, which was missing. After i placed
a link to my own cpp binary the db_server.h was setup
correctly.
Regards,
Frank