Missing rpcgen

Issues related to applications and software problems and general support
Post Reply
User avatar
ironfort
Posts: 1
Joined: 2019/09/25 13:56:12

Missing rpcgen

Post by ironfort » 2019/09/25 14:06:49

Just installed CentOS 8 and tried to build my application. It need rpcgen to convert some xfiles. I see that rpcgen has been removed from the glib, the Redhat release notes have that it moved to its own package that you install yourself. I can see the CentOS version of that package.
Where should I be looking for it? Or do I need to now roll my own from now on?

eroux
Posts: 1
Joined: 2019/10/25 18:47:12

Re: Missing rpcgen

Post by eroux » 2019/10/25 18:53:16

Accordinf to viewtopic.php?f=54&t=72171&p=303431&hil ... en#p303431, you need to use the following command:

yum --enablerepo=PowerTools install rpcgen

Post Reply