> Subject: Re: CFEngine Help: Re: libtokyocabinet.so.9 error on AIX 5.2
> Author: raymondcox
> Link to topic: https://cfengine.com/forum/read.php?3,25650,25652#msg-25652
> 
> Thank you for the suggestion, unfortunately I get the same result. I see the 
> following entry in the config.log file:
> 
> configure:14196: checking for tchdbnew in -ltokyocabinet

It's trying to find the tchdbnew function in your tokyocabinet library.  i.e.

$ nm /usr/cfengine/lib/libtokyocabinet.so | grep tchdbnew
000000000002f530 T tchdbnew

> configure:14221: cc -qlanglvl=extc89 -o conftest -D_THREAD_SAFE  
> -qmaxmem=16384 -DSYSV -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51 -D_AIX52 
> -D_AIX53 -D_ALL_SOURCE -DFUNCPROTO=15 -O -I/opt/freeware/include 
> -I/usr/local/include -qcpluscmt -I/include -O2 -DNDEBUG -I/usr/local/include  
> -I/usr/local/include -I/usr/local/include -L/opt/freeware/lib 
> -Wl,-bmaxdata:0x80000000 -L/usr/local/lib conftest.c -ltokyocabinet   >&5

What's in your /usr/local/lib? We're using /usr/cfengine/lib here, but I would 
expect it to be similar to your /usr/local/lib. I just recently built and 
installed tokyocabinet 1.4.47 and have:

/usr/cfengine/lib/libtokyocabinet.a
/usr/cfengine/lib/libtokyocabinet.so
/usr/cfengine/lib/libtokyocabinet.so.9
/usr/cfengine/lib/libtokyocabinet.so.9.10.0

> I am sure there is a clue in there somewhere, I just don't see it.

Me neither.  :)
Hopefully the answer is in your /usr/local/lib, or hopefully someone else sees 
it.

-- 
Tod Oace, Intel Corporation <t...@intel.com>

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to