[Pvfs2-users] error is setting up storage space for PVFS2 1.5.1 - solution

Greg Bruno greg.bruno at gmail.com
Tue Jul 18 01:17:33 EDT 2006


> Sam Lang wrote:
> >
> > Hi Greg,
> >
> > The path of least resistance for you is to probably build your own db4
> > and point pvfs2 at that with the --with-db to configure.  The db you
> > have installed seems to have been configured with some options that
> > disable using shared memory for the cache.
> >
> > In the long term we should probably look at handling the case where the
> > db isn't configured to work with shared memory.

i've found a solution.

create a file named:

    /etc/ld.so.conf.d/db4-pthreads.conf

and put the following in it:

/lib/tls
/usr/lib/tls

then execute:

    # ldconfig

then rebuild db4:

# rpmbuild --rebuild \
ftp://mirror.stanford.edu/pub/mirrors/fedora/linux/core/4/SRPMS/db4-4.3.27-3.src.rpm

the rebuild pvfs2.

i can now configure and run the pvfs2 server.

 - gb


More information about the Pvfs2-users mailing list