Library not found for HepMC

Asked by Patrizia Azzi

"make install" fails for "library not found" but the configuration and the output show that the library is correctly present in /usr/local/lib.

what is happening?

Thanks,
Pat

Question information

Language:
English Edit question
Status:
Solved
For:
WHIZARD Edit question
Assignee:
Juergen Reuter Edit question
Last query:
Last reply:
Revision history for this message
Juergen Reuter (j.r.reuter) said :
#1

Dear Pat,
this is unfamiliar to me. Could you give us some more information, e.g. the config-summary.log and the config.log as well as a paste of the exact error message? The make install usually just copies file, while a 'library not found' sounds like a linking process. Did you do configure, make, make check?
Cheers,
    JRR

PS: if the files are too large or contain sensible information (e.g. paths), you can send them also via email.

Revision history for this message
Patrizia Azzi (patriziaazzi) said :
#2

So I tried "make check" now (which I had not before. I do not know how to attach the files.Will send by mail.
I do not see anything that helps. Note: I am compiling on OsX 10.14.6 and I do have latest Xcode.

Thanks,
Pat

Revision history for this message
Juergen Reuter (j.r.reuter) said :
#3

After looking into the files that you send us, this is indeed (as I suspected) a linking issue. Where exactly did you install HepMC 2.06.09? So where is the libHepMC.so (or libHepMC.dylib) located? I suggest you do
export DYLD_LIBRARY_PATH=<this location>:$DYLD_LIBRARY_PATH
and
export LD_LIBRARY_PATH=<this location>:$LD_LIBRARY_PATH
Does this solve the issue?

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Juergen Reuter (j.r.reuter) said :
#5

Set status to solved.