[openfabrics-ewg] Re: OpenSM build problem
Hal Rosenstock
halr at voltaire.com
Fri May 26 10:27:25 PDT 2006
On Fri, 2006-05-26 at 12:56, Woodruff, Robert J wrote:
> When I build the opensm on the 1.0 branch using the folowing commands
> (the defaults)
> cd ../management/libibcommon
> ./autogen.sh && ./configure && make && make install
> cd ../libibumad
> ./autogen.sh && ./configure && make && make install
> cd ../libibmad
> ./autogen.sh && ./configure && make && make install
> cd ../osm/complib
> ./autogen.sh && ./configure && make && make install
When you do this, where is the library for this (lisosmcomp) being
installed ? What libosmcomp* are in that directory ?
Is your LD_LIBRARY_PATH set so that this directory is included (or other
mechanisms of doing the same) ?
> cd ../libvendor
> ./autogen.sh && ./configure && make && make install
> cd ../opensm
> ./autogen.sh && ./configure && make && make install
>
> I get the following error when trying to run it.
>
> [root at iclust-tiger1 woody]# /usr/local/bin/opensm:
> /usr/local/lib/libosmcomp.so.1: version `OSMCOMP_1.0' not found
> (required by /usr/local/bin/opensm)
>
> [1]+ Exit 1 /usr/local/bin/opensm
>
> This does not happen with the trunk version 7479 when I build it the
> same way.
The trunk's complib is now at version 1.1 whereas 1.0 branch is still
1.0
> Is there something that I need to specify when I build it for the 1.0
> version ?
You shouldn't have to.
-- Hal
> woody
>
More information about the ewg
mailing list