Displaying 20 results from an estimated 300 matches similar to: "[PATCH]: RHL72 --with-skey linking problems"
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
2002 Jan 31
3
[Bug 45] configure refines a function in skey, which then bombs
http://bugzilla.mindrot.org/show_bug.cgi?id=45
------- Additional Comments From tim at multitalents.net 2002-01-31 16:37 -------
Autoconf uses char (*f) (); in all it's AC_CHECK_FUNC tests.
Seems like skey should be fixed.
Feel free to provide a patch to autoconf.ac that uses AC_TRY_RUN
instead of AC_CHECK_FUNC(skey_keyinfo,
------- You are receiving this mail because: -------
You
2003 Jul 30
0
Samba 3. ldapsam.so not generated on Solaris 9 with Sun One Directory Server
Hi.
I have working fine Samba 2.2.8a acting as PDC using Sun One Directory Server as backend.
Now I want to migrate to Samba 3.
The problem is that I'm not able to generate "ldapsam.so"
Some body has built Samba 3 on Solaris 9 using Sun One Directory Server as backend?
Somo body can help me and need more information about my environment?
I don't know if it's need some
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
Sorry about the earlier confusion. I'll start fresh here.
I'm getting these error messages when I run "make".
begin installing recommended package foreign
make[2]: *** [foreign.ts] Error 1
make[2]: Leaving directory
`/opt/net/source/R-2.0.1/src/library/Recommended'
make[1]: *** [recommended-packages] Error 2
make[1]: Leaving directory
2000 Jul 26
1
compiling openssh with skey? Fails on redhat linux
If I configure openssh-2.1.1p4 with the --with-skey option on a Redhat
Linux 6.2 system which has openssl-0.9.5a and skey (the logdaemon 6.2
version) installed, the compile fails with the following errors:
auth1.c: In function `do_authloop':
auth1.c:331: warning: implicit declaration of function `skey_keyinfo'
auth1.c:331: warning: initialization makes pointer from integer without
a cast
2000 Mar 07
1
Fail to compile on FreeBSD 3.3
I had some problem when I compiled openssh-1.2.2 on FreeBSD 3.3 with enable skey option like this:
./configure --with-tcp-wrappers --with-skey
..
....
......
gcc -o sshd sshd.o auth-rhosts.o auth-krb4.o auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o servconf.o serverloop.o bsd-login.o md5crypt.o -L. -L/usr/local/ssl/lib -lssh -lz -lcrypto -lutil -lpam -lskey -lwrap
2003 Mar 29
1
compling errors for sun unix (PR#2702)
--Scraw_of_Flies_285_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: eXeT31BJngKeovsqhTpOHg==
Dear R-project,
I am having difficulty compiling R for my unix machine. Attached is the
config.log file that has all the necessary info. Can you help?
Thank you.
Mutlu..
-------------------------------
Mr. Mutlu Ozdogan
Center for Remote Sensing
Boston University
725 Commonwealth Avenue
2001 Feb 13
1
configure.in reorder patch
Feb 12 CVS (sort of, see warning below)
I've had to change around some of the code in configure.in
to get some platforms to compile with the --with-tcp-wrappers option.
Basicly I have set it up to
check headers
check system libraries
check for optional packages
check functions
I have also tried to clean up the library order as it is important
on some platforms.
This patch works on
Solaris
2002 Jun 11
1
command line editing does not work (2) (PR#1657)
I include more information to my message sent
at Tue, 11 Jun 2002 19:51:24 +0200 with the same
subject.
The config.log contains the following lines:
configure:10947: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lreadline -ldl -lncurses -lm >
/usr/i486-suse-linux/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:10950: $? = 1
configure:
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
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
2000 Dec 30
1
Failure message of configure from openssh 2.3.0p1 is wrong.
Hi,
if i add --with-tcp-wrappers and --with-skey and don't have an
skey-library installed configure will fail with a message telling me
that I don't have libwrap installed. But after looking into config.log I
see the following:
|configure:6344: checking for libwrap
|configure:6356: gcc -o conftest -g -O2 -Wall -I. -I. conftest.c -ldl -lnsl -lz
| -lutil -lpam -lcrypto -lskey -lwrap
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
2003 Feb 07
1
Rsync 2.5.6 installation failed
Dear Sir,
The following is the error log when I do the installation of Rsync =
2.5.6, please help to solve it.
Thanks!
Regards
Eric Lin
-------------------------------------------------------------------------=
-------------------------------------------------
# pwd
/archive/rsync-2.5.6
# ./configure
configure: Configuring rsync 2.5.6
checking build system type... powerpc-ibm-aix4.3.3.0
checking
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
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
On Tue, Nov 8, 2016 at 10:45 AM, Lentes, Bernd <
bernd.lentes at helmholtz-muenchen.de> wrote:
>
>
> ----- 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
>
2005 Feb 08
0
Compiling R as a shared library
Hi,
I am trying to compile R as a shared library (need to run RMAGEML,
which depends on SJava) on 64bit SUSE Linux 9.1 . I am using the
source code for R 2.0.1 (Nov 15 04)
> ./configure R_PAPERSIZE=LETTER R_BROWSER=/opt/kde3/share/applications/kde/konqbrowser.desktop --enable-R-shlib
results in several errors (selected errors below), and make check also
yields errors (at bottom) The errors
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
I am trying to compile R on Linux using SunStudio. Configure flags are
mostly as suggested in the R install guide.
CC=/opt/sun/sunstudio12.1/bin/suncc
CFLAGS="-g -xc99 -xlibmil -xlibmieee"
MAIN_CFLAGS=-g
SHLIB_CFLAGS=-g
CPPFLAGS="-I. -I/opt/sun/sunstudio12.1/prod/include
-I/opt/sun/sunstudio12.1/prod/include/cc"
CPPFLAGS+="-I/opt/sun/sunstudio12.1/prod/include/cc/sys
2010 Feb 23
1
patch about compile R with clang
clang is compiler http://clang.llvm.org, it is fast and better c compiler then gcc, yesterday i use clang and gfortran compile R.
The only two change in source code is :
1. the configure file (in confiure when test include wctype.h,gcc can compile but clang need include both wchar.h wctype.h),so this is patch
--- /r/configure
+++ /myr/configure
@@ -39172,6 +39172,7 @@
cat
2001 Jul 16
0
No subject
openssh at openssh.com
Dear openssh team !
When I try to configure openssh version 2.9p2 on an ALPHA OSF1 V4.0
I get lots of error messages of the following type
What is missing fundamentally ?
Could this be due to not using gcc ?
How can I solve these problems ?
best regards
S. Hoefinger