HP-UX problems solved. New problems now.

Yan-Fa LI (yanfali@hpcc103.corp.hp.com)
Mon, 24 Mar 1997 13:46:40 -0800

As pointed out earlier the HP-UX flags need to be carefully
specified. I was able to compile the whole application on HP-UX 10.10
using:

cc='cc -Aa -D_HPUX_SOURCE'
./configure --enable-shared

And it successfully compiles a shared library version that is loadable.
The trick to get it to load successfully after that is to remove the
following reference for -lrpcsvc and -ll in the tnm.sl library because
then the loadable module gets confused on references and will refuse to
load.

So if you want to make a .sl version of tnm you need to do the above
and it works.

Now I have a different problem. When straps loads up it now prints:

straps: unable to bind multicast trap socket: Address already in use

Sincerely,

Y

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.