Displaying 20 results from an estimated 1000 matches similar to: "help with compiling on Mac OSX"
2003 Jun 02
1
Help with compilation problems
Hi,
I am trying to install tinc-1.0pre8 on my RH 9.0 (kernel 2.4.20-13.9)
system. I have already installed Openssl (v0.9.7a).
When i try to run the ./configure script, it stops at the follwing check
---SNIP--
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for
2003 Feb 06
2
OpenSSL compile problem
Hi,
I'm using tinc for ~ 2 years now and I'm very happy with it (thanks to the makers - this is very good program to use). Anyway everytime I build I have this odd problem and until now I always found a way to solve it but now I'm really stuck. I'm trying to build tinc-pre7 and I always reach to this error on configure:
---------------------
checking for RAND_pseudo_bytes... no
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
Hi,
I had posted a similar question a few days back(but my mails started
bouncing back, when I tried to post to the newsgroup). So here is it
again.
My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5
Autoconf tools: autoconf-2.57-3, automake-1.6.3-5
1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails..
When I do a ./configure, it aborts saying:
2009 May 15
2
Trouble with Tinc at make level
Hello,
I'm sorry to post this seemingly quite mundane issue, but I just do not
find what's wrong with what i did... please help. Basically typing the
make command returns a message in french (that one is normal) that says
that no goals and no rules were specified. I realize it's a typical
make error message but I don't see/am not familiar enough with the
output of ./configure to
2003 Aug 04
1
OpenBSD 3.2 and Release 1
I got the file that was sent to me the other day.
Unfortunitly it did not solve
my problems.
After a lot of hacking I have been able to get release
1.0 to almost compile. I
have finally gotten all of the dependancies worked out
under OpenBSD 3.2.
This next error has me stumped. I can tell that it is
looking for a file but
have no idea how to create the file. This is the
output of the the
2005 May 04
1
MacOS X: update.packages(type="mac.binary") fails (PR#7834)
Dear Mr Moderator, please let me through. I want to reply to my own
thread. I once subscribed to this list, but then my subscription was not
accepted.
Now to the business:
The final failure came from missing .install.macbinary() function. I
grepped R-patched sourcesand the only instance of .install.macbinary()
was the call to the function in R-
patched/src/library/utils/R/packages2.R (stupid
2005 May 04
1
MacOS X: update.packages(type="mac.binary") fails (PR#7836)
Message 2 of today: it works now.
After re-installing R.app from the same R-2.1.0.dmg file, and
fixInNamespace'ing(*) install.packages(), I managed to update 23
outdated packages from CRAN binaries for MacOS X. What I did was to:
1. change call to .install.macbinaries() into call to install.binaries()
in install.packages(). install.binaries() is a function defined
utils/R/aqua/GUI.R.
2. I
2005 May 03
1
MacOS X: update.packages(type="mac.binary") fails (PR#7831)
Full_Name: Jari Oksanen
Version: R 2.1.0
OS: MacOS 10.3.9
Submission from: (NULL) (130.231.102.145)
For various reasons (which need not be expanded here) I have tried to update my
long neglected R in MacOS X using handy command line tool update.packages()
using readily available binaries of contributed packages at CRAN. However, this
fails with message saying that packages xxxx_*_tar.gz is not
2018 Oct 14
4
Call for testing: OpenSSH 7.9
On Fri, 12 Oct 2018, Jakub Jelen wrote:
> Something like this can be used to properly initialize new OpenSSL
> versions:
>
> @@ -70,12 +70,19 @@ ssh_compatible_openssl(long headerver, long libver)
> void
> ssh_OpenSSL_add_all_algorithms(void)
> {
> +#if OPENSSL_VERSION_NUMBER < 0x10100000L
> OpenSSL_add_all_algorithms();
>
> /* Enable use of crypto
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
])
2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
Building OpenSSH without deprecated APIs compiled causes it to fail.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
openbsd-compat/openssl-compat.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index 9e0264c0..b4f0908f 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@
2003 Jun 26
3
Compiling R for OS X 10.2.6 (Darwin 6.6)
Our lab just picked up a G4 Powerbook (1 GHz, 1GB RAM, OS X 10.2.6). None
of us have any experience with Macs but for various reasons we need to have
one around for development.
In any case, we've installed fink, all the Apple Developer Tools and the
Dec2002updater to gcc 3.3. We're now trying to compile R 1.7.1 without too
much success. First we had to get g77, which turned out to
2018 Oct 22
2
[PATCH] ssh: Add missing openssl-compat.h where needed
OpenSSL_add_all_algorithms has been deprecated with 1.1. Compatibility
is needed.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
ssh-keysign.c | 1 +
ssh_api.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 744ecb4f..bcd1508c 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -40,6 +40,7 @@
#include <openssl/evp.h>
#include
2001 Jan 08
3
openssl not found
I have linux kernel 2.4.0, openssl 0.95a installed to /usr/local/ssl.
./configure errors with:
./configure --with-openssl=/usr/local/ssl --with-openssl-include=/usr/local/
ssl/include --with-openssl-lib=/usr/local/ssl/lib
.......
checking for SHA1_version in -lcrypto... no
configure: error: It seems like OpenSSL is not installed on this system.
Tried setting vars OPENSSL_DIR and SSL_BASE, still
2008 Jul 24
1
Installing R packages in Textmate
To Whom It May Concern:
I need to use various packages in R and I also want to use Textmate.
Problem 1: Textmate doesn't seem to recognize the packages that are
already installed on R. Problem 2:
When I execute the following command:
install.packages("ade4", repos="http://cran.r-project.org", contriburl
= contrib.url(
2011 Sep 08
1
ssh_SSLeay_add_all_algorithms()
I am confused on how ssh_SSLeay_add_all_algorithms() get used in the ssh applications for openssh-5.7p1 and later releases.
I don't see any of the applications making calls to ssh_SSLeay_add_all_algorithms().
There is a macro that redefines SSLeay_add_all_algorithms() to ssh_SSLeay_add_all_algorithms() but I don't see any code calling SSLeay_add_all_algorithms().
In openssh-5.6p1 and
2005 Dec 09
1
local source packages install from within R session - cross-platform
I realize that others have struggled with this issue...i.e.
http://tolstoy.newcastle.edu.au/~rking/R/help/05/01/9826.html
i am on os.x 10.4 w/ R2.2, and am (perhaps foolishly) also on this quest...
i would like to be able to install downloaded source (tar.gz'd) files from
within an R session, and have it work in a X-platform way..i am often not
connected to the internet and have libraries
2010 Oct 14
1
tincd does not compile with openssl-1.0.0a-r3 if LDFLAGS=-static
On my Gentoo box I updated openssl to openssl-1.0.0a-r3
I'm not able to compile with openssl-1.0.0a-r3 if I want a static binary
./configure LDFLAGS=-static
the configure scripts complains like this:
checking for RAND_pseudo_bytes... no
configure: error: Missing OpenSSL functionality, make sure you have
installed the latest version.
this was working with previous version of OpenSSL.
2008 Jul 24
3
Integrating R and Textmate
To Whom It May Concern:
I need to use various packages in R and I also want to use Textmate.
Problem 1: Textmate doesn't seem to recognize the packages that are
already installed on R. Problem 2:
When I execute the following command:
install.packages("ade4", repos="http://cran.r-project.org", contriburl
= contrib.url(
2003 May 15
1
Compile R-1.7.0 on Mac OS 10.2.6
Hi,
I can't get R-1.7.0 to compile on my Mac. Can someone give me some
pointers?
The machine is an 800MHz iBook running OS 10.2.6. I have installed the
December 2002 Developers Tools and have installed g77, f2c and dlcompat
via fink. I've checked the versions of g77 and gcc and they're both
based on gcc version 3.1. I've got Apple's X11 (Beta 3). I've added
/sw/bin