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

Can't install cpanm dependencies #63

Open
geotheory opened this issue Oct 24, 2018 · 2 comments
Open

Can't install cpanm dependencies #63

geotheory opened this issue Oct 24, 2018 · 2 comments

Comments

@geotheory
Copy link

I'm hitting a wall getting set up

user@ip-x.x.x.x:/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
Copy link
Author

Solution:

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

@sai-mike
Copy link

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.

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