-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PennCNV error #54
Comments
I had this issue before. If I can remember correctly, what I did were 1) I downloaded the source code again, 2) recompile them, and then 3) I sudo apt-get install libperl-dev. If I'm not mistaken my issue was that the perl version I had was the updated version, but detect_cnv.pl kind of need the previous versions to execute it. You can also use perlbrew to go back to previous versions I think. Hope this helps. |
Thanks for your help. I have solved it. |
Thank you @nikmanadli ! |
Hi Dr Kai Wang, can you please help me in addressing an issue I raised last week? the link is here: Please I really need to solve it quick...thank you. |
Hello, i first time use penncnv, I have some problems, no matter what version of perl installing, the detect_cnv.pl can't work. error information as following:
PennCNV error: Can't load './kext/5.8.8/x86_64-linux/khmm.so' for module khmm: ./kext/5.8.8/x86_64-linux/khmm.so: undefined symbol: PL_thr_key at /home/my/perl5/perlbrew/perls/perl-5.8.8-PIC/lib/5.8.8/x86_64-linux/DynaLoader.pm line 230.
at kext/khmm.pm line 11
Compilation failed in require at detect_cnv.pl line 10.
PennCNV compilation error: Please download source code from http://www.openbioinformatics.org/penncnv/ and compile executable program.
how can i do?
thanks and hope for your reply! sincerely
The text was updated successfully, but these errors were encountered: