Can't find -lz, when zlib is on LD_LIBRARY_PATH












0














By the amount of posts I have check, I have run into a common problem people finds when compiling. Make exist with the error:



/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz


I have try to set LD_LIBRARY_PATH to places where I have versions of zlib, for example:



/home/iprada/bin/miniconda/lib/


I have also try to install zlib by myself, and do the same, add that to LD_LIBRARY_PATH, but again, no success.



This is the whole error message just in case:



Linking CXX executable ../../../bin/bayesTyper
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[2]: *** [src/bayesTyper/CMakeFiles/bayesTyper.dir/build.make:727: ../bin/bayesTyper] Error 1
make[1]: *** [CMakeFiles/Makefile2:231: src/bayesTyper/CMakeFiles/bayesTyper.dir/all] Error 2
make: *** [Makefile:76: all] Error 2


Thanks for your help










share|improve this question






















  • do you have this specfic file name: libz.so in the LD_LIBRARY_PATH path?
    – Yaron
    Dec 18 '18 at 16:03










  • I have this set of files on LD_LIBRARY_PATH: "libz.a libz.so libz.so.1 libz.so.1.2.11 pkgconfig"
    – Praderas
    Dec 18 '18 at 16:11
















0














By the amount of posts I have check, I have run into a common problem people finds when compiling. Make exist with the error:



/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz


I have try to set LD_LIBRARY_PATH to places where I have versions of zlib, for example:



/home/iprada/bin/miniconda/lib/


I have also try to install zlib by myself, and do the same, add that to LD_LIBRARY_PATH, but again, no success.



This is the whole error message just in case:



Linking CXX executable ../../../bin/bayesTyper
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[2]: *** [src/bayesTyper/CMakeFiles/bayesTyper.dir/build.make:727: ../bin/bayesTyper] Error 1
make[1]: *** [CMakeFiles/Makefile2:231: src/bayesTyper/CMakeFiles/bayesTyper.dir/all] Error 2
make: *** [Makefile:76: all] Error 2


Thanks for your help










share|improve this question






















  • do you have this specfic file name: libz.so in the LD_LIBRARY_PATH path?
    – Yaron
    Dec 18 '18 at 16:03










  • I have this set of files on LD_LIBRARY_PATH: "libz.a libz.so libz.so.1 libz.so.1.2.11 pkgconfig"
    – Praderas
    Dec 18 '18 at 16:11














0












0








0







By the amount of posts I have check, I have run into a common problem people finds when compiling. Make exist with the error:



/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz


I have try to set LD_LIBRARY_PATH to places where I have versions of zlib, for example:



/home/iprada/bin/miniconda/lib/


I have also try to install zlib by myself, and do the same, add that to LD_LIBRARY_PATH, but again, no success.



This is the whole error message just in case:



Linking CXX executable ../../../bin/bayesTyper
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[2]: *** [src/bayesTyper/CMakeFiles/bayesTyper.dir/build.make:727: ../bin/bayesTyper] Error 1
make[1]: *** [CMakeFiles/Makefile2:231: src/bayesTyper/CMakeFiles/bayesTyper.dir/all] Error 2
make: *** [Makefile:76: all] Error 2


Thanks for your help










share|improve this question













By the amount of posts I have check, I have run into a common problem people finds when compiling. Make exist with the error:



/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz


I have try to set LD_LIBRARY_PATH to places where I have versions of zlib, for example:



/home/iprada/bin/miniconda/lib/


I have also try to install zlib by myself, and do the same, add that to LD_LIBRARY_PATH, but again, no success.



This is the whole error message just in case:



Linking CXX executable ../../../bin/bayesTyper
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
/home/iprada/bin/miniconda/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.2.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[2]: *** [src/bayesTyper/CMakeFiles/bayesTyper.dir/build.make:727: ../bin/bayesTyper] Error 1
make[1]: *** [CMakeFiles/Makefile2:231: src/bayesTyper/CMakeFiles/bayesTyper.dir/all] Error 2
make: *** [Makefile:76: all] Error 2


Thanks for your help







compiling make cmake






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 18 '18 at 15:58









Praderas

186




186












  • do you have this specfic file name: libz.so in the LD_LIBRARY_PATH path?
    – Yaron
    Dec 18 '18 at 16:03










  • I have this set of files on LD_LIBRARY_PATH: "libz.a libz.so libz.so.1 libz.so.1.2.11 pkgconfig"
    – Praderas
    Dec 18 '18 at 16:11


















  • do you have this specfic file name: libz.so in the LD_LIBRARY_PATH path?
    – Yaron
    Dec 18 '18 at 16:03










  • I have this set of files on LD_LIBRARY_PATH: "libz.a libz.so libz.so.1 libz.so.1.2.11 pkgconfig"
    – Praderas
    Dec 18 '18 at 16:11
















do you have this specfic file name: libz.so in the LD_LIBRARY_PATH path?
– Yaron
Dec 18 '18 at 16:03




do you have this specfic file name: libz.so in the LD_LIBRARY_PATH path?
– Yaron
Dec 18 '18 at 16:03












I have this set of files on LD_LIBRARY_PATH: "libz.a libz.so libz.so.1 libz.so.1.2.11 pkgconfig"
– Praderas
Dec 18 '18 at 16:11




I have this set of files on LD_LIBRARY_PATH: "libz.a libz.so libz.so.1 libz.so.1.2.11 pkgconfig"
– Praderas
Dec 18 '18 at 16:11















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1102868%2fcant-find-lz-when-zlib-is-on-ld-library-path%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1102868%2fcant-find-lz-when-zlib-is-on-ld-library-path%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Mouse cursor on multiple screens with different PPI

Agildo Ribeiro

Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”