Skip to content

Installing libmesh fails due to missing tirpc #28924

Discussion options

You must be logged in to vote

In the future posting config.log would be helpful so we can see exactly why something isn't being detected.

This time, though, it's unfortunately already clear. From libmesh_optional_packages.m4, "Note that we currently do not provide a way to specify a library PATH, but that could potentially be added." The --with-xdr-libname=foorpc lets you try to link to libfoorpc.so instead of libtirpc.so if you have a different third-party RPC library, but for some reason we seem to be still assuming that the library is in your libs path already.

You can try --with-xdr-include=/work/z19/z19/auser/software/MOOSE/libtirpc/include/tirpc LIBS='-L /work/z19/z19/auser/software/MOOSE/libtirpc/lib/ -Wl,-rpat…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@aturner-epcc
Comment options

@GiudGiud
Comment options

@aturner-epcc
Comment options

@GiudGiud
Comment options

@GiudGiud
Comment options

Comment options

You must be logged in to vote
1 reply
@aturner-epcc
Comment options

Answer selected by aturner-epcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants