-
Notifications
You must be signed in to change notification settings - Fork 0
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
Instalation failed on Fedora 36 #4
Comments
hi, Thank you so much for your exceptional software. However, I encountered the similar problem, all of the attempts of which lead to the message "checking for library containing readSBML... no". here are my command steps:
the error log is as follows:
and i also tried the script from https://gist.github.com/dosorio/ea4baf66ee68821014d7dc6d92a48c55, it doesn't work for me. Thank you again for your efforts and look forward to your reply as soon as possible! hongyang lvy. |
@mixiaoluo88 thanks for reaching out. Have you tried following the latest installation instructions? Here is the part that I'm thinking might help in your case: "If the above fails because of failing to load LD_LIBRARY_PATH=/usr/lib64 R |
@mihai-sysbio Thank you for your response. I have attempted to follow the latest installation guide, but it appears that the issue may be related to my environment or another factor. Despite passing the option However, I have now successfully installed and run the software by creating a Singularity container. Thank you once again for your assistance! |
Great to hear you got it to run!
If you'd like to, it could be included in the documentation.
If you'd be willing to share that, I'm happy to include it in the repository. |
@mihai-sysbio Hello, I have installed the sybil-SBML software primarily to convert the
To build, use the command: : Please note that gapseq generates temporary files under the path /install/path/to/gapseq/dat during operation. Therefore, in addition to mounting the input file path into the container, you also need to mount the gapseq/dat path. The command to run gapseq is as follows: I hope this information is helpful to you! |
Hi,
I've been trying to install sybilSBML without any success.
I've installed libSBML without any problems with:
$ R CMD INSTALL libSBML_5.19.0.tar.gz
I'm inside a conda environment, so the path for library and include are different. I give them to sybilSBML during installation with:
$ R CMD INSTALL --configure-args="--with-sbml-include=/homes/brauerei/natasha/miniconda3/envs/bacarena/include/ --with-sbml-lib=/homes/brauerei/natasha/miniconda3/envs/bacarena/lib/" sybilSBML_3.1.3.tar.gz
However there are always the same error:
checking sbml/SBMLTypes.h usability... yes
checking sbml/SBMLTypes.h presence... sed: can't read conftest.c: No such file or directory
no
configure: WARNING: sbml/SBMLTypes.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: sbml/SBMLTypes.h: proceeding with the compiler's result
checking for sbml/SBMLTypes.h... yes
checking for library containing readSBML... no
configure: error: Could not link to libSBML:
use --with-sbml-lib or PKG_LIBS to specify the library path and the libraries to pass to the linker.
ERROR: configuration failed for package ‘sybilSBML’
Please, how could I install sybilSBML?
best wishes,
Natasha
The text was updated successfully, but these errors were encountered: