Hi,
I recently installed humann2 on a linux server (Debian OS) but it seems Minpath is not properly installed. Test running humann2 gives me this error:
Computing gene families ...
Computing pathways abundance and coverage ...
/usr/local/bin/glpsol: error while loading shared libraries: libglpk.so.36: cannot open shared object file: No such file or directory
/usr/local/bin/glpsol: error while loading shared libraries: libglpk.so.36: cannot open shared object file: No such file or directory
/usr/local/bin/glpsol: error while loading shared libraries: libglpk.so.36: cannot open shared object file: No such file or directory
I tried to separately install Minpath and glpk but I got the following error while installing glpk.
make
Making all in include
make[1]: Entering directory `/home/mrinmoy/Programs/MinPath/glpk-4.6/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mrinmoy/Programs/MinPath/glpk-4.6/include'
Making all in src
make[1]: Entering directory `/home/mrinmoy/Programs/MinPath/glpk-4.6/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mrinmoy/Programs/MinPath/glpk-4.6/src'
Making all in examples
make[1]: Entering directory `/home/mrinmoy/Programs/MinPath/glpk-4.6/examples'
gcc -g -O2 -o glpsol glpsol.o ../src/libglpk.a -lm
/usr/bin/ld: i386 architecture of input file `../src/libglpk.a(glplpx6d.o)' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `../src/libglpk.a(glprng.o)' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `../src/libglpk.a(glpqmd.o)' is incompatible with i386:x86-64 output
collect2: error: ld returned 1 exit status
make[1]: *** [glpsol] Error 1
make[1]: Leaving directory `/home/mrinmoy/Programs/MinPath/glpk-4.6/examples'
make: *** [all-recursive] Error 1
I tried following the instructions given in the Minpath readme and this post:
https://groups.google.com/forum/#!topic/humann-users/MSVmXC7DSW0Please suggest how to proceed?
Regards
Mrinmoy