Results 1 to 6 of 6
Hi,
Does anybody knows how to resolve these configure: error: Missing rxp program?
I'm trying to install Pise (Pasteur Institute Software Environment) and I got that error when I tried ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-15-2009 #1Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 23
Missing rxp program
Hi,
Does anybody knows how to resolve these configure: error: Missing rxp program?
I'm trying to install Pise (Pasteur Institute Software Environment) and I got that error when I tried ./configure --prefix=/local/lib/Pise
Can anyone tell me what seems to be the problem?
Thanks a lot!
- 04-15-2009 #2
What distro are you using? I assume you need to install librxp1-dev. (Or at least it's called that in Ubuntu.) Ubuntu -- Package Search Results -- rxp
- 04-16-2009 #3Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 23
I'm using Bayanihan Linux.
I'm sorry but I only downloaded and extracted the required packages..do I need to install or build them?? Sorry I'm new to this.
- 04-16-2009 #4
- 04-16-2009 #5Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 23
ftp://ftp.cogsci.ed.ac.uk/pub/richard/rxp.tar.gz
That's the one I downloaded and extracted.
Let me ask if the do I need to extract the required packages inside the Pise folder or it doesn't matter as long as it was extracted on the same local?
I will try the one you suggested.
- 04-16-2009 #6
Read this: Package Management - Linux Forums
You should generally only install programs through your package manager, with the exceptions of something like PISE. On the PISE website, under packages required, you should install all of these programs through your package manager, if possible. Most distros include a graphical interface for package management - look for a program called synaptic on your system.
Couple of notes. I'm assuming your distro uses sudo to give the user root priveleges, but it may not. In which case the above commands would go as soAnd I guess I should also check, what version of Bayanihan are you using? I saw the earlier releases were based on Fedora, which makes the package manager different. (And if you're using an old one, upgrade.)Code:su - apt-get update && apt-get install librxp1-dev rxp


Reply With Quote

