Forum: CFEngine Help Subject: Re: libtokyocabinet.so.9 error on AIX 5.2 Author: raymondcox Link to topic: https://cfengine.com/forum/read.php?3,25565,25649#msg-25649
Hello, I am having a similar problem, however I am able to get around the shared object issue by compiling tokyocabinet statically: ./configure --disable-shared --enable-static After compiling statically, make, make check and make install seem to work OK. The next problem I have run into is in attempting to run configure for CFEngine, it gives me the following error: checking for tchdbnew in -ltokyocabinet... no configure: error: Cannot find Tokyo Cabinet I have tried using --with-tokyocabinet=/usr/local/include or /usr/local/lib. I see a reference to tchdbnew in /usr/local/include/tchdb.h I am not a C programmer by any stretch of the imagination, so I am not really sure where to go next. I have tried both gcc, and the latest version of xlC make and gmake all with the same results. What is it doing when it checks for tchdbnew? Is it something that I can replicate from the command line? Any help or pointers would be greatly appreciated. _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine