Hi,guys.
I'm working with SOLiD sequence mapping recently.
I used to use bowtie to do the mapping. But now I want to use corona.
But it comes with so many problems when I carry out the installation on my pc:x86_64 GNU/Linux.
Here is the information
lane@lane-desktop[corona_Lite_4.2.2] make install PREFIX=/home/lane/app/test/
make -C pairing install PREFIX=/home/lane/app/test/
make[1]: Entering directory `/home/lane/app/corona_Lite_4.2.2/pairing'
************* Building perl...
make -C perl
make[2]: Entering directory `/home/lane/app/corona_Lite_4.2.2/pairing/perl'
make[2]: *** No rule to make target `/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/Config.pm', needed by `Makefile'. Stop.
make[2]: Leaving directory `/home/lane/app/corona_Lite_4.2.2/pairing/perl'
make[1]: *** [perl] Error 2
make[1]: Leaving directory `/home/lane/app/corona_Lite_4.2.2/pairing'
make: *** [pairing-install] Error 2
Why does this happen?
I'm a green hand with linux.
Thanks a lot!
I'm working with SOLiD sequence mapping recently.
I used to use bowtie to do the mapping. But now I want to use corona.
But it comes with so many problems when I carry out the installation on my pc:x86_64 GNU/Linux.
Here is the information
lane@lane-desktop[corona_Lite_4.2.2] make install PREFIX=/home/lane/app/test/
make -C pairing install PREFIX=/home/lane/app/test/
make[1]: Entering directory `/home/lane/app/corona_Lite_4.2.2/pairing'
************* Building perl...
make -C perl
make[2]: Entering directory `/home/lane/app/corona_Lite_4.2.2/pairing/perl'
make[2]: *** No rule to make target `/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/Config.pm', needed by `Makefile'. Stop.
make[2]: Leaving directory `/home/lane/app/corona_Lite_4.2.2/pairing/perl'
make[1]: *** [perl] Error 2
make[1]: Leaving directory `/home/lane/app/corona_Lite_4.2.2/pairing'
make: *** [pairing-install] Error 2
Why does this happen?
I'm a green hand with linux.
Thanks a lot!
Comment