twitrssme icon indicating copy to clipboard operation
twitrssme copied to clipboard

Can't install cpanm dependencies

Open geotheory opened this issue 7 years ago • 2 comments

I'm hitting a wall getting set up

[email protected]:/var/www/twitrssme/fcgi$ sudo cpanm --installdeps .
--> Working on .
Configuring /var/www/twitrssme/fcgi ... N/A
! Configuring . failed. See /root/.cpanm/work/1540400831.5802/build.log for details.

The log file reports:

cpanm (App::cpanminus) 1.7042 on perl 5.024001 built for x86_64-linux-gnu-thread-multi
Work directory is /root/.cpanm/work/1540400831.5802
You have /usr/bin/wget
You have /bin/tar: tar (GNU tar) 1.29
Copyright (C) 2015 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 /var/www/twitrssme/fcgi
Configuring /var/www/twitrssme/fcgi
-> N/A
! Configuring . failed. See /root/.cpanm/work/1540400831.5802/build.log for details.

You'll note the self-referencing log file at the end.

I'm running

  • Debian GNU/Linux 9.5+1 (Stretch)
  • cpanm (App::cpanminus) version 1.7042 (/usr/bin/cpanm)
  • perl version 5.024001 (/usr/bin/perl)

Any idea what is going on?

geotheory avatar Oct 24 '18 17:10 geotheory

Solution:

sudo apt-get install libblas-dev libatlas-base-dev

geotheory avatar Oct 25 '18 00:10 geotheory

I received this error running 'sudo cpanm --installdeps .' on Debian Jessie: Building and testing IPC-System-Simple-1.25 ... FAIL

Installing libblas-dev and libatlas-base-dev fixed it.

sai-mike avatar Jul 26 '19 20:07 sai-mike