Hi, Haina,

There are a few different ways of addressing the problem you've
encountered.  Here are two suggestions.

-- simply use the executable from the examples directory.  They should
work (without the need to do 'make install').

-- add the lib directory to your LD_LIBRARY_PATH.  Based on the error
message, I would guess that you are using a linux machine (or another
unix flavor).  If this is true, then you need to modify your
LD_LIBRARY_PATH.  For example, you have installed FastBit into
/usr/local (the default behavior), then the following command line
might be what you need (if you are using bash, the default shell on a
typical linux machine)

LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH:-/usr/lib:/lib}


Hope this helps.

John


On 6/9/2010 7:53 PM, Tang Haina wrote:
> Dear ALL,
> I have successfully installed fastbit.
> But when I excuted ./ardea, it says:
> ./ardea: error while loading shared libraries: libfastbit.so.0: cannot 
> open shared object file: No such file or directory
> in fact I can see libfastbit.so.0 under the lib directory.
> Why?
> Best regards
> Haina
> 
> 
> 
> 
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to