Hello,

There is no need to manually download and install the Berkeley DB
libraries.  You just need to find the right development packages
provided by Ubuntu.

You can first find out what version of Berkeley DB you are using by
running this command and picking the newest version number if multiple
are installed:

dpkg -l |grep libdb4

Then you need to install the "-dev" version of the package identified
above.  For example, if you have libdb4.6, then you can run this command
to install the development headers to match it:

apt-get install libdb4.6-dev

-Phil

[EMAIL PROTECTED] wrote:
> HI
> 
> I tried to install pvfs2 on ubuntu 8.04, so it is necessary to  install  
> berkeley  DB first.  I download the berkeley DB source package from the 
> following link:
> http://www.oracle.com/technology/software/products/berkeley-db/index.html
> Finished its installation, I started to install pvfs2. But when run 
> ./configure, I got a message:
> ... .... ....
> Could not find DB libraries
> It seems that there is someone get trouble like me, but I can not find 
> db-devel package used under ubuntu 8.04.
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 网易邮箱10周年,技术见证辉煌 <http://www.yeah.net>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Pvfs2-users mailing list
> [email protected]
> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users


_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to