I am trying to compile VXI11 source codes on my debian – lenny, but I get this error:
make
rpcgen -M vxi11.x
make: rpcgen: command not found
Anyone know to rpcgen get intalled?
Cant find solution. Any help is most appreciated.
Thanks
Petr
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On Debian and Ubuntu, the
apt-filecommand will tell you what package you can install to get a particular file. First install theapt-filepackage and runapt-file update. Thenapt-file search rpcgenwill show all the packages that include a file whose name containsrpcgen. Since you know you’re looking for an executable, you can restrict the search toapt-file search bin/rpcgen.If you’re going to compile a C or C++ program on Debian or Ubuntu, start by installing the
build-essentialpackage.