Jason wrote:
>does openssl-0.9.7i not respect LDFLAGS??
>Im trying to set the rpath and cannot get it set for some reason..
>
>[EMAIL PROTECTED] ldd /local/stuff/bin/openssl
>libssl.so.0.9.7 => (file not found)
>libcrypto.so.0.9.7 =>(file not found)
>libsocket.so.
Hi,
First; are you using the right PATH to the compilers? as in
/opt/SUNWspro/bin or /usr/sfw/bin before any other path to other
locations of gcc?
for Sun CC I suggest;
export PATH=/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin
gcc:
export PATH=/usr/bin:/usr/sfw/bin:/usr/ccs/bin
Next, when using Sun
Hi,
For the Sun C compiler suite;
http://www.opensolaris.org/os/community/tools/sun_studio_tools/
(Check license terms though)
The GCC for amd64 may be installed on your system in /usr/sfw, in the
case you have installed Companion CD I believe.
Else, you will have to install it from CD, or compil
Lisandro Grullon wrote:
Hi there,
I am having some issues compiling openssl 0.9.8. Bellow I am pasting the output
of the errors. I apreciate your help. I am running Solaris 10 x86 opteron.
echo '#endif' ) >buildinf.h
gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
Laurent Blume wrote:
prakash babu wrote:
*Solution 1 :*
Create a symbolic link in the system directory for libcrypto.so and
libssl.so
ln -s /usr/local/openssl-0.9.7g/lib/libcrypto.so /usr/lib/libcrypto.so
ln -s /usr/local/openssl-0.9.7g/lib/libssl.so /usr/lib/libssl.so
Evil. This is a sur