trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2014

Is anybody able to start the groupwise wizard in R14?

From: "Darrell Anderson" <darrella@...>
Date: Thu, 13 Feb 2014 13:47:16 -0600
I cannot and I found the following reasons:

ldd /opt/trinity/bin/groupwarewizard
        libegroupwarewizard.so => not found
        libsloxwizard.so => not found
        libkolabwizard.so => not found
        libexchangewizard.so => not found

ldd /opt/trinity/bin/egroupwarewizard
        libegroupwarewizard.so => not found

ldd /opt/trinity/bin/exchangewizard
        libexchangewizard.so => not found

ldd /opt/trinity/bin/kolabwizard
        libkolabwizard.so => not found

ldd /opt/trinity/bin/scalixwizard
        libscalixwizard.so => not found

ldd /opt/trinity/bin/groupwisewizard
        libgroupwisewizard.so => not found

My build script includes:

-DWITH_ALL_OPTIONS=ON
-DBUILD_ALL=ON

The *.so files exist, but none of the binaries are linked correctly.

Darrell