did make clean && rm Makefile
and then tried
 
LD_OPTIONS="-R/local/stuff/lib";export LD_OPTIONS
./config --shared  --prefix=/local/stuff --openssldir=/local/stuff

and did my make and still no rpath

[EMAIL PROTECTED] dump -Lv apps/openssl | grep -i RUN
[EMAIL PROTECTED]            


[EMAIL PROTECTED] dump -Lv apps/openssl | grep -i RP
[EMAIL PROTECTED]             

[EMAIL PROTECTED] file apps/openssl
apps/openssl:   ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, 
UltraSPARC1 
Extensions Required, dynamically linked, not stripped
[EMAIL PROTECTED]         


Jason
 

> >
> Use LD_OPTIONS instead of LDFLAGS if you use the ld provided by Sun. You
> can then do a dump -Lv on your object to see if RPATH is indeed set.
> 
> /A
> 
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]

-- 
================================================
|    Jason Welsh   [EMAIL PROTECTED]        |
| http://monsterjam.org    DSS PGP: 0x5E30CC98 |
|    gpg key: http://monsterjam.org/gpg/       |
================================================

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to