Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make issues #11

Closed
peterthorpe5 opened this issue Jun 2, 2016 · 2 comments
Closed

make issues #11

peterthorpe5 opened this issue Jun 2, 2016 · 2 comments

Comments

@peterthorpe5
Copy link

peterthorpe5 commented Jun 2, 2016

Dear rdp-tools,
I have problem with (2015_june_02 downloaded) rdp-tools "make", this break fairly instantly. See what I did below:

$ git clone https://github.com/rdpstaff/RDPTools.git
$ cd RDPTools
$ git submodule init
$ git submodule update
$ make
ant -f Clustering/build.xml jar
make: execvp: ant: Permission denied
make: *** [Clustering/dist/Clustering.jar] Error 127

I am sorry if this is a daft squestion, but I am lost as to how to proceed. I dont have admin rights, so no sudo.. This is all the error produces. Any thoughts?

Kind regards,

Peter Thorpe

@rdpstaffmsu
Copy link

Hi Peter,

Since you don't have root privileges, you have two options. First option is
to talk the systems admin of computer system to help you install. If that
can't be possible, we can try option two.

Option two is to install "apache ant" in a directory where you have full
access.

run these commands below (In these instructions, $ means shell command):

  1. $wget
    http://mirror.reverse.net/pub/apache//ant/binaries/apache-ant-1.9.7-bin.zip
  2. $unzip apache-ant-1.9.7-bin.zip
  3. $cd apache-ant-1.9.7/bin
  4. $pwd

copy the entire directory address

  1. $cd ~
  2. $vi .bashrc

In the file .bashrc, add the line below.

export PATH="path/to/apache-ant-1.9.7/bin":${PATH}
save the file

  1. $source .bashrc

If you have any question, let me know.

Santosh

On Thu, Jun 2, 2016 at 9:06 AM, Peter Thorpe notifications@github.com
wrote:

Dear rdp-tools,
I have problem with rdp-tools "make", this break fairly instantly. See
what I did below:

$ git clone https://github.com/rdpstaff/RDPTools.git
$ cd RDPTools
$ git submodule init
$ git submodule update
$ make
ant -f Clustering/build.xml jar
make: execvp: ant: Permission denied
make: *** [Clustering/dist/Clustering.jar] Error 127

I am sorry if this is a daft squestion, but I am lost as to how to
proceed. I dont have admin rights, so no sudo.. This is all the error
produces. Any thoughts?

Kind regards,

Peter Thorpe


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11, or mute the thread
https://github.com/notifications/unsubscribe/AKlEVm5fJSOQ3HU1w4xUtnyKJ-CiEDvLks5qHtVAgaJpZM4IsiIU
.

RDP Staff
Ribosomal Database Project
Center for Microbial Ecology
Michigan State University
567 Wilson Rd. Room 2225 A
East Lansing, MI 48824
(517) 353-3842

@peterthorpe5
Copy link
Author

Thank you very much for your reply. It was very helpful.:)

Issue closed. Cheers,

Pete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants