RexOps / rex-jobcontrol

Simple Webinterface to control Rex
10 stars 6 forks source link

can't setup environment #12

Closed jiyaping closed 5 years ago

jiyaping commented 9 years ago

hi,

i am using ubunu(Ubuntu 12.04 LTS), perl(v5.14.2).when run the command :$sudo cpanm --installdeps . result is

vagrant@precise32:~/rex-jobcontrol$ sudo cpanm --installdeps .
--> Working on .
Configuring /home/vagrant/rex-jobcontrol ... N/A
! Configuring . failed. See /home/vagrant/.cpanm/build.log for details.
vagrant@precise32:~/rex-jobcontrol$ cat /home/vagrant/.cpanm/build.log
cpanm (App::cpanminus) 1.5007 on perl 5.014002 built for i686-linux-gnu-thread-multi-64int
Work directory is /home/vagrant/.cpanm/work/1435720580.14867
You have make /usr/bin/make
You have LWP 6.03
You have /bin/tar: tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
--> Working on .
Entering /home/vagrant/rex-jobcontrol
Configuring /home/vagrant/rex-jobcontrol
-> N/A
! Configuring . failed. See /home/vagrant/.cpanm/build.log for details.

how to solve this problem,thanks.

krimdomu commented 9 years ago

Hi @jiyaping , if you have cloned the github repository, you need to use dzil build to create an installable tar.gz file. This file can then be installed with cpanm Rex-JobControl-x.x.x.tar.gz

ehuelsmann commented 5 years ago

@jiyaping As of yesterday, the procedure you describe, will work. Closing as fixed, please feel free to reopen when upon verification it turns out that you still have this problem.