The rpcgen utility is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language). This port installs a FreeBSD fork with multithreading support.
The rpcgen utility is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language). This port installs a FreeBSD fork with multithreading support.
To install rpcgen-mt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rpcgen-mt
To see what files were installed by rpcgen-mt, run:
port contents rpcgen-mt
To later upgrade rpcgen-mt, run:
sudo port selfupdate && sudo port upgrade rpcgen-mt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.