help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ask for help


From: Morgan Ives
Subject: Re: Ask for help
Date: Wed, 06 Aug 2003 12:49:49 -0500

>
> configure:7555: checking for BerkeleyDB location
> configure:7608: result: /usr/local/BerkeleyDB.4.1
> configure:7628: checking Berkeley DB Version
> configure:7658: gcc -o conftest -pthread -g -O2 
> -I/usr/local/BerkeleyDB.4.1/include -pthread    
> -L/usr/local/BerkeleyDB.4.1/lib conftest.c -lm  -ldb >&5
> configure:7661: $? = 0
> configure:7663: ./conftest
> ./conftest: error while loading shared libraries: libdb-4.1.so: cannot open 
> shared object file: No such file or directory
> configure:7666: $? = 127
> configure: program exited with status 127

       I think that you need to set your
       LD_LIBRARY_PATH to point to the Berkeley lib location.

       Something like:
        setenv LD_LIBRARY_PATH /usr/local/BerkeleyDB.4.1/lib

           Morgan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]