Hello!
I am trying to install trans ABySS in a cluster. I do not have root access and I have now almost everything installed to run the program except python igraph.
I tried installing python igraph like this
python setup.py install --user
But at the end I got this error
/usr/bin/ld: /usr/lib64/libxml2.a(entities.o): relocation R_X86_64_32 against `.text' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/libxml2.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Anybody can advice me how to install it? Patience with me please!
My knowledge of informatics is not great
Thanks
I am trying to install trans ABySS in a cluster. I do not have root access and I have now almost everything installed to run the program except python igraph.
I tried installing python igraph like this
python setup.py install --user
But at the end I got this error
/usr/bin/ld: /usr/lib64/libxml2.a(entities.o): relocation R_X86_64_32 against `.text' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/libxml2.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Anybody can advice me how to install it? Patience with me please!
My knowledge of informatics is not greatThanks
Comment