-
Notifications
You must be signed in to change notification settings - Fork 4
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
could not load Parasail module needed for Smith-Waterman #80
Comments
It looks like The build script was only tested for linux, but you might be able to follow the steps in the build script with |
Appreciate the fast reply! Yes, I am running the build on an x64 Mac. I replaced
But now I am getting an error from
I checked the Perl
Not sure where to go from here. |
The main error seems to be
As you pointed out there's a comment in DynaLoader.pm saying that the line number is not very helpful. One thing that stands out is It seems like it may be possible to put in the full path to the .dylib to avoid the rpath issue: https://stackoverflow.com/questions/9263256/why-is-install-name-tool-and-otool-necessary-for-mach-o-libraries-in-mac-os-x Maybe a command like |
When running
perl ESPRESSO_C.pl
I get the error: could not load Parasail module needed for Smith-Waterman.I compiled Parasail using
./src/Parasail/build
but got this message at the end:[ 99%] Linking C executable test_verify_traces
[ 99%] Built target test_verify_traces
[ 99%] Building C object CMakeFiles/test_verify_cigars.dir/tests/test_verify_cigars.c.o
[100%] Linking C executable test_verify_cigars
[100%] Built target test_verify_cigars
cp: ./parasail/build/libparasail.so: No such file or directory
Is there any additional steps I need to compile or install Parasail so ESPRESSO can access the module?
The text was updated successfully, but these errors were encountered: