daniel20091 has asked for the wisdom of the Perl Monks concerning the following question:
I am running a perl script on a web server. I am getting the error in the httpd error log file:
/usr/bin/perl: symbol lookup error: /usr/local/lib64/perl5/auto/Bio/Ex +t/Align/Align.so: undefined symbol: bp_sw_read_Blast_file_CompMat, re +ferer: http://XX/model_select.pl
I checked some of the forums and did this:
############################
cpanp -i /usr/local/lib64/perl5/auto/Bio/Ext/Align/Align.so [ERROR] '/usr/local/lib64/perl5/auto/Bio/Ext/Align/Align.so' does not +contain an author part [ERROR] Cannot find '/usr/local/lib64/perl5/auto/Bio/Ext/Align/Align.s +o' in the module tree No such module: /usr/local/lib64/perl5/auto/Bio/Ext/Align/Align.so No modules found to operate on! Nothing done
############################
I checked, "Align.so" exists in the path shown in the error message
Can someone please help me solve the problem. Thanks much, Dany
.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Align.so: undefined symbol & symbol lookup error
by Corion (Patriarch) on Sep 25, 2017 at 15:15 UTC |