Quoting Bob Tanner ([EMAIL PROTECTED]):
> Ok, here are some patches that get everything to build right under Sparc
> Linux.
> 
> There is a patch for linux-sparcv9 and linux-sparcv7. I tested v9 on an ULTRA2
> and v7 on sparc20.
> 
> Also include a small patch to the .spec file run configure correctly for these
> platforms.

Hmph. The testsuite passes, but now anything that links against libcrypto fails
because of undefined refernces to libdl.

For instance, compile openldap with TLS support:

configure:6206: cc -o conftest -I/usr/kerberos/include -O2 -m32
-mtune=ultrasparc -D_REENTRANT -fPIC -I/usr/kerberos/include -L/usr/kerberos/lib
conftest.c -lssl -lcrypto -lresolv  1>&5
/usr/lib/libcrypto.so: undefined reference to `dlclose'
/usr/lib/libcrypto.so: undefined reference to `dlopen'
/usr/lib/libcrypto.so: undefined reference to `dlsym'

What do I need to do to tell openssl that when a program wants libcrypto it must
also link libdl?

>From my understanding, that is what shared libraries to right?

-- 
Bob Tanner <[EMAIL PROTECTED]>       | Phone : (952)943-8700
http://www.mn-linux.org                 | Fax   : (952)943-8500
Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to