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 _______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
