Displaying 20 results from an estimated 1000 matches similar to: "Solaris 8, Can't find recent OpenSSL libcrypto"
2002 Jun 21
4
configure problem --- Can't find recent OpenSSL libcrypto
Hello Gurus,
I tried my best as I can to do RTFM and Googling to find any information to
solve the problem myself which I failed.
I installed OpenSSL 0.9.6d 9 May 2002 with this option on a Solaris 8 box
using Sun Forte6-2 
$config solaris64-sparcv9-cc --prefix=/local/santanu/pkg/ssl
Now I am trying to install openssh 3.2.3p1 and getting this error.
configure:8285: error: *** Can't find
2002 Jul 22
1
impedence mismatch between openssh 3.4p1 and openssl 0.9.6d on SCO OpenServer 3.2 5.0.6
Hi, I have been trying to build openssh 3.4p1 on SCO Open Server xxx
It requires the libcrypto.a library produced by OpenSSL.
So, I downloaded and installed OpenSSL 0.9.6d.
As part of the configure process for OpenSSH, 'configure' checks for
version of libcrypto.a with RAND_add().
RAND_add is defined in rand_lib.c and during the build of OpenSSH, I
can see that rand_lib.c is compiled
2001 Aug 08
3
openssh-2.9p2 Config - undefined references
Hi Damien,
I have a problem getting openssh-2.9p2 properly configured.
This is the problem:
configure:4433: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include
-L/opt/open
ssl/lib  conftest.c -lz -lnsl  -lutil -lcrypto 1>&5
/opt/openssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.o(.text+0x8e): undefined reference to `dlopen'
dso_dlfcn.o(.text+0xa4):
2002 Dec 05
1
R configure fails on solaris: configure:12951: error: cannot compute sizeof (int), 77
i do not have access to the solaris machine on which
this error is occuring, the info is coming
to me via email.
any advice on how to get R 1.6.1 built in the face of
configure:12951: error: cannot compute sizeof (int), 77
would be appreciated.
here are some snippets from the config.log
  $ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = opus
uname -m = sun4u
uname
2010 May 09
3
Plotting log-axis with the exponential base to a plot with the default logarithm base 10
Hello!
I have a problem which I have tried to solve for several days now..
I have plottet a lineplot.CI in the library "sciplot", and I am trying to
plot it with a logaritmic y-axis (with exponential base).
The problem is that; when I type "log "y"", the axis transforms into the
logaritmic of base 10.
I wonder if someeone could tell me how to specify that I would
2001 Feb 05
2
Could not find working SSLeay?
I'm installing openssl 0.9.5a and openssh 2.3.0p1 on an Ultra 5 running
Solaris 8 with the latest cluster patch.  Openssl installed without any
problems.  When I do a configure for openssh I get:
	Checking for OpenSSL directory. . . configure: error: Could not find
working SSLeay /
		OpenSSL libraries, please install
I've reinstalled openssl and everything is there.  As a note I've
2010 May 10
2
[Fwd: Re: Plotting log-axis with the exponential base to a plot with the default logarithm base 10]
Hello!
Thank you for answering!
What I am trying to do is to plot my raw values (biomass of different
species) on a logaritmic y-axis with the base of e. When I type "log="y"",
the axis transforms into a logaritmic axis with the base of 10.
Best regards,
Elisabeth
> Dear Elisabeth,
>
>     I'm not sure if I have understood your question -- are you trying
> to
2004 Sep 06
2
Error when running configure on xeon with r-1-9-patched
Dear list,
I'm having a problem configuring R-1-9-patched on a Intel Xeon machine 
running Fedora Core 2. I used svn to checkout the source, altered 
config.site to add some optimisation flags to match the Fedora rpm on 
CRAN (the flags work fine on two other P3 or P4 machines I've compiled R 
on).
./configure fails with:
<snip>
checking for long double... yes
checking size of
2013 Feb 18
2
continuous shading in plots
Hi, Can someone help me with the following?  I currently have the following plot: plot(c(0,14,0,14),c(0,5,0,5),ann = FALSE, xaxs="i", yaxs="i",bty="L" )
polygon(c(0,18,18), c(0,6,0), col='light grey', border = NA)
polygon(c(0,18,18), c(0,2,0), col='grey', border = NA) However, I would like to make such a plot, but where there is a continuous shading
2018 Nov 19
2
[PATCH] openssl-compat: Test for OpenSSL_add_all_algorithms before using.
OpenSSL 1.1.0 has deprecated this function.
---
 configure.ac                    | 1 +
 openbsd-compat/openssl-compat.c | 2 ++
 openbsd-compat/openssl-compat.h | 4 ++++
 3 files changed, 7 insertions(+)
diff --git a/configure.ac b/configure.ac
index 3f7fe2cd..db2aade8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2710,6 +2710,7 @@ if test "x$openssl" = "xyes" ; then
 	])
 
2010 May 09
1
Plotting log-axis with the exponential base to a plot wi
Hello Ted!
Thank you a lot for your reply!!!
I will try to explain again; what I want is a logarithmic scaled y-axis
with the base of e (not 10). And the values I would like to use in the
plot are the raw values (not transformed in any way). Do you still think
that the base of log does not matter in this case (wheather it is e or 10
as a base)?
Elisabeth
> On 09-May-10 18:10:27, Elisabeth
2000 Jun 19
1
configure problem on UnixWare 7.1.1
Anyone can locate what was wrong with the below problem on UnixWare 7.1.1 ?
The file rand.h was finally found in one of the tests but configure still
failed with
...
checking for getpagesize... yes
checking for OpenSSL directory... configure: error: Could not find working
SSLeay / OpenSSL libraries, please install
Thanh
configure:2302: gcc -o conftest -g -O2 -Wall -I/usr/local/include
2002 Jun 09
3
[Bug 269] OpenSSH doesn't compile with dynamic OpenSSL libraries
http://bugzilla.mindrot.org/show_bug.cgi?id=269
------- Additional Comments From dtucker at zip.com.au  2002-06-09 15:31 -------
First of all, are you sure you want to do that? The OpenSSL INSTALL file says:
"Shared library is currently an experimental feature.  The only reason to
 have them would be to conserve memory on systems where several program
 are using OpenSSL.  Binary
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
----- Am 8. Nov 2016 um 15:26 schrieb Johannes Ranke johannes.ranke at jrwb.de:
> Hi
> 
> try
> 
> apt-get build-dep r-base
> 
> this installs the headers required for building current R, which probably also
> covers older versions - at least it will give you X11 headers.
> 
> Good luck,
> 
> Johannes
> 
> 
Hi Johannes,
i tried that and it didn't
2009 Apr 03
1
DierckxSpline fitting with different sets of y-values in one time
Dear "R" users,
I have a question about the Package DierckxSpline. I have tried to find the answer by myself but it didn't worked out.
I wondered if Dierckxspline can use different sets of y values in one time to fit a line with knot. I have different sets of Y values representing the same thing for different voxels (in an fmri image). I have already fitted the data in different
2002 Dec 30
1
R on the Zaurus link
Hello All,
The link to the binary & installation instructions (tar.gz binary not an ipk
I'm afraid) is as follows: http://students.bath.ac.uk/enpsgp/Zaurus/#R
It eventually dawned on me that the WORDS_BIGENDIAN define (or lack thereof)
was causing the problems (after testing ieee NaN compliance that is).
When cross-compiling it's probably fair enough that the configure script
2009 Jun 25
3
xen-create-image: command not found?
Hello,
after I fixed one problem, the next one raised up. I am trying to create a guest domain. I specified the configurations in /etc/xen-tools/xen-tools.conf and I ran
$sudo xen-create-image --hostname=virtualrouter1 --role=udev
the output is: sudo: xen-create-image: command not found
I searched all directories for a file with this name but couldn''t find any. Is this possible? I am
2002 Apr 03
2
cross compilation?
../openssh-3.1p1/configure --host=mips-linux --build=i686-linux --with-pam
    does not work.
It selects the correct toolchain prefix, but the configure script bails
on cross-compilation.
Attached is a patch that *might* make the right paranoid assumptions,
but I am not positive.
-- bryan
--- configure.ac.orig	Tue Feb 26 22:12:35 2002
+++ configure.ac	Wed Mar 27 14:28:02 2002
@@ -437,20 +437,6
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
Hi all,
Nice one for a Friday afternoon ...
I'm trying to follow this section of the manual :
http://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Using-Undefined-Behaviour-Sanitizer
to build R-devel (as of a few hours ago: rev 66684) with 
-fsanitize=undefined,address.
My OS is Linux Mint Debian Edition.  To get gcc-4.9 I added Debian 
testing to my apt sources and ran :
    sudo
2010 Feb 23
1
dirty hack to solve: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded
Hi all,
I build openssh for aix with a dirty hack.
This is my configure:
        export CC=cc
        export CFLAGS="-I/usr/local/include"
        export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
        export CPP="cc -E"
        ./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/ssh \
                        --with-cflags="-O -D__STR31__