You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i can't install the software even though i installed mamba install autoconf in mamba environment
(build_softwares) bash:isca002:/data1/greenbab/users/ahunos/apps/longphase 1034 $ autoreconf -i
Can't exec "aclocal": No such file or directory at /home/ahunos/miniforge3/envs/build_softwares/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 2
(build_softwares) bash:isca002:/data1/greenbab/users/ahunos/apps/longphase 1035 $
The text was updated successfully, but these errors were encountered:
It looks like aclocal is missing in your environment. You can try installing it with mamba install automake. If you want to use longphase directly, you can download here or using Dokerfile.
wget https://github.com/twolinin/longphase/releases/download/v1.7.2/longphase_linux-x64.tar.xz
tar -xJf longphase_linux-x64.tar.xz
Hi, i can't install the software even though i installed
mamba install autoconf
in mamba environmentThe text was updated successfully, but these errors were encountered: