> Hello,
>
> I am trying to compile OpenAIS and I am getting the next error in the
> configuration step (./configure):
>
> checking for corosync... configure: error: Package requirements
> (corosync) were not met:
>
> No package 'corosync' found
>
> I have compiled corosync and installed on my own path. Now I am trying
> to indicate to OpenAIS where are the corosync libs, How could I do that ?
>
> I have tried export corosync_LIBS='/my/own/path/' but it is still
> telling me that corosync is not present.
>
Actually, you just need to make sure that pkg-config can find the files *.pc
from corosync/pkgconfig. To do that, you just need to set PKG_CONFIG_PATH. For
instance: export PKG_CONFIG_PATH=${HOME}/svn/corosync/pkgconfig
These *.pc files are generated when you compile Corosync, using the paths you
specified to its ./configure.
> Thank you!
>
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais
>
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais