setting LD_LIBRARY_PATH worked. Thanks for the help.
Sincerely,
--
Neil Watson
416-673-3465
CONFIDENTIALITY WARNING
This communication, including any attachments, is for the exclusive use of
addressee and may contain proprietary and/or confidential information. If you
are not the intended re
Did you try to add a line /home/nwatson/cfengine/lib to /etc/ld.so.conf, run
/sbin/ldconfig and re-configure?
--Nakarin
On Mar 8, 2010, at 3:53 PM, nwat...@symcor.com wrote:
> Yeah, it's a copy and paste typo.
> configure:17173: checking for BerkeleyDB location in
> /home/nwatson/cfengine
> co
Yeah, it's a copy and paste typo.
configure:17173: checking for BerkeleyDB location in
/home/nwatson/cfengine
configure:17343: result: /home/nwatson/cfengine
configure:17401: checking Berkeley DB API
configure:17442: gcc -o conftest -pthread -g -O2
-I/home/nwatson/cfengine/include -pthread-L/
On Mar 8, 2010, at 3:29 PM, nwat...@symcor.com wrote:
> New information. When checking config.log I see:
> configure:17173: checking for BerkeleyDB location in
> /home/nwatson/cfengine
> configure:17343: result: /home/nwatson/cfengine
> configure:17401: checking Berkeley DB API
> configure:1744
New information. When checking config.log I see:
configure:17173: checking for BerkeleyDB location in
/home/nwatson/cfengine
configure:17343: result: /home/nwatson/cfengine
configure:17401: checking Berkeley DB API
configure:17442: gcc -o conftest -pthread -g -O2
-I/home/nwatson/cfengine/include
No change. The error persists :( Any other suggestions?
Sincerely,
--
Neil Watson
416-673-3465
CONFIDENTIALITY WARNING
This communication, including any attachments, is for the exclusive use of
addressee and may contain proprietary and/or confidential information. If you
are not the intende
It seems like the configure script could not find db header files. A good one
should look like;
checking for BerkeleyDB location in /var/cfengine.community...
/var/cfengine.community
checking Berkeley DB API... 4.8.24 OK
checking for db_create in -ldb... yes
You might need to do ldconfig or pos