[EMAIL PROTECTED] wrote on Thu, 14 Sep 2006 15:38 -0500:
> I just checked in a fix for the breakages..
> Let me know if there are any more issues...

Thanks it fixed it.  A followup question though.

I didn't add any configure "--with-openssl" or similar to
my pvfs build.  But I'm getting those functions somewhere.
Is this right?  It looks on the system for reasonable defaults?

Now when I go to build an MPI code, using an MPI library that
was compiled against libpvfs2.so a few weeks ago, it fails on
the crypto symbols:

    mpicc -c -g -Wall perf.c
    mpicc -o perf perf.o -lm
    /usr/local/pvfs2-openib/lib/libpvfs2.so: undefined reference to 
`CRYPTO_num_locks'
    [etc.]

(Adding -lcrypt -lssl does work around the problem.)

Do I need to rebuild MPI, adding "-lcrypt -lssl" to get the mpicc
script to automatically add these symbols when compiling user
codes?

Is there, instead, an easy way just to avoid your otherwise quite
nice crypto work?

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

Reply via email to