Hello 'ViSolve Security',
ViSolve Security Consulting Group <[EMAIL PROTECTED]> writes:
> Try OpenSSL compilation with the following configure options.
>
> # ./Configure --prefix=/vob/tools_HP-UX zlib shared hpux-parisc2-cc
Thanks for your reply, and sorry for not following up faster.
Your sug
I've seen you fixed your issue, glad I could help.
PATH issues are common on Solaris, where there are many commonly
installed tools. That's why I always keep a very simple one when
building, to be sure what's used for a given source tarball, SunCC, GCC,
make, gmake, and so on.
Marc Girod a écrit :
Marc Girod <[EMAIL PROTECTED]> writes:
> I'll try to see what exactly affects.
It seems that the discriminating factor in my case,
i.e. what broke my build,
what gmake.
In my first attempt, I had GNU make in my path, preempting /usr/ccs/bin/make.
If I take it away, my build works...
I found that
Hello Marc,
Indeed, it does. With your path, I can build.
I'll try to see what exactly affects.
I wasn't yet able to find the exact cause of my error on Solaris...
I switched to HP-UX, where I built a shared lib version of zlib,
and failed to produce one of openssl.
I have a running egd talki
Marc Girod <[EMAIL PROTECTED]> writes:
> Indeed, it does. With your path, I can build.
> I'll try to see what exactly affects.
I wasn't yet able to find the exact cause of my error on Solaris...
I switched to HP-UX, where I built a shared lib version of zlib,
and failed to produce one of openssl
Marc Girod <[EMAIL PROTECTED]> writes:
> Anyway, thanks, I'll try to see whether setting such a standard PATH could
> help identifying the cause of the problem.
Indeed, it does. With your path, I can build.
I'll try to see what exactly affects.
Thanks again Laurent.
_
Thanks Laurent,
Laurent Blume <[EMAIL PROTECTED]> writes:
> FWIW, I can tell you that the following commands do work for me, Solaris
> 8 to 10, SPARC & x86, Studio 9 to 11, OpenSSL 0.9.7 and 0.9.8.
This (for now) is 0.9.8 on Solaris 8 (SunOS 5.8 sparc),
even if config says: Configuring for solar
Marc Girod a écrit :
> I try to build and install on various platforms,
> (Solaris sparcv9, HP-UX, AIX), to a non-standard path,
> for use with subversion.
> A first attempt showed me that svn expected shared libraries,
> so that I try to produce them, first on Solaris.
> My build fails at link tim
Hello,
[ 3rd attempt to post. Hopefully won't come in multiple copies. ]
I try to build and install on various platforms,
(Solaris sparcv9, HP-UX, AIX), to a non-standard path,
for use with subversion.
A first attempt showed me that svn expected shared libraries,
so that I try to produce them, fi