Alice Mayer

Results 6 comments of Alice Mayer

What do you mean by "sibling directory"? On server(1), I have a directory "htslib" that contains 2 subdirectories: one with `version 1.3.2` and the other one with `version 1.9`. The...

It's definitively the case on server(2), $(DIR)/htslib et $(DIR)/demuxlet coexist and still I have an error message

I mean that at least on the server(2), htslib and demuxlet were sibling and still we had the following error message (same as above in `server 2` section): ``` root@compute-1-16:/home/alemp/dev/demuxlet#...

These libraries are already installed. For example, `-lcurl` is looking for the librairy `libcur`. And when we look for it, it's there: ``` root@compute-1-16:/usr# find . -name 'libcur*' ./share/lintian/overrides/libcurl3 ./share/lintian/overrides/libcurl3-gnutls...

OK, thanks. I sent the message to the person who can write in the server LD_LIBRARY_PATH. Then we'll try to install again, and we'll let you know how it went....

Hello, the problem is now solved. I'm writing the solution here in case somebody has the same problem and is looking through the GitHub issues to find a solution. After...