Displaying 20 results from an estimated 300 matches similar to: "Install R-0.63.1 on Solaris7"
2002 Mar 19
1
Solaris 8 error - make: Fatal error: Command failed for target `saveload.o'
After a clean "configure" under Solaris, my R-1.4.1 make is dying with this
error & the others below. Does anyone know how to fix this/these problems?
Thanks in advance for your assistance - Craig Stewart
> make
...
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -g -O2 -c random.c -o random.o
gcc -I. -I../../src/include
2000 Jan 18
1
Error when compiling for Solaris7
I cannot make openssh on Solaris.
The 'make' fails on the first file.
Here are the commands and the output.
Essentially, I pre-built EGD, SSL, and ran:
configure
make
make errors are listed at the bottom.
Can anyone help me get this compiled on Solaris7?
Steve
sdn at sprintlabs.com
./configure --prefix=/common --sysconfdir=/etc/ssh
--with-egd-pool=/common/bin/egd.pl
loading cache
2001 Mar 06
1
openssh-2.5.1p[1,2] and scp-problems on Solaris7
Hi,
I'm not subscribed to that list, so please keep me in cc, if you decide
to answer my question
I'm trying to compile and install openssh for some solaris7-machines.
Everything works fine, but I'm continuously failing to connect openssh's
sshd with scp:
I've tried openssh-2.5.1p1: the daemon died with signal 11 (SIG_SEGV) -
sure I've read the hint on that list
2005 Apr 20
1
window closed
Hello,
The editor of R will close after I enter the following commands. I do not know the reason at all. When does this happen? I would very appreciate it if you could let me know.
Sincerely.
=====
gam <- matrix(scan("C:/Documents and Settings/Yoko N/Desktop/R/sas2.txt"), ncol = 29)
Read 384132 items
Warning message:
Replacement length not a multiple of the elements to replace in
2000 Jan 13
3
/dev/urandom
on solaris7/sparc this device doesn't exists
i can use EGD but he very big (perl script!) - in memory it take about
4mb! apache use the same!
why ssh1.27 doesn't requre /dev/urandom on solaris?
what alternatives exists?
2017 May 08
4
Has anyone here considered using repo for the Git migration?
https://source.android.com/source/using-repo
It plays well with large projects (heck, it was designed for Android),
and it works really well.
I'm guessing you guys have already considered it and rejecting it for
some really smart reason, but I wanted to make sure! ;)
--
Ryan (ライアン)
Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else
http://refi64.com/
2008 Oct 04
2
index matter
Hi,
I have a question about the following explanation;
IndexFiles.txt
------------------------------------------------------
If index files are missing, Dovecot creates them
automatically
when the mailbox is opened.
------------------------------------------------------
Are they made based on which information?
Thanks.
Yoko
--------------------------------------
Enjoy MLB with MAJOR.JP!
2005 Apr 18
1
a small problem with data
Hello,
I have a strange problem. I may have specified and scanned the data set (I receive a message: Read 384134 items). I can check the dimension of the data set by dim(xyz). But when I try to load the data set or to list the data set by data(xyz), then I receive an error message saying that data set not found in: data(xyz). Is this possible, or is this because I deal with a large data set
2000 Jan 25
1
Origin of directory /usr/slocal?
I could not help but notice (at least in the solaris7/x86 port) the existance
of /usr/slocal; what is the origin/purpose of this dir, and what conditions/
restrictions on what goes in there?
thnaks
chris
--
Christopher Linn <celinn at mtu.edu> Staff System Administrator
Center for Experimental Computation Michigan Technological University
All opinions are my
2001 Oct 26
0
Matrix problem w/R-1.3.1 on Solaris7
Can anyone tell me how to fix this.
root at nucleus => /usr/local/R-1.3.1/bin/R INSTALL Matrix_0.3-15.tar.gz
Installing source package `Matrix' ...
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts
2000 Jan 20
1
Patch to make openssh-1.2.1pre27 compile on a sparc solaris7 syst em
Hack: diff -c defines.h.orig defines.h
*** defines.h.orig Thu Jan 20 18:07:40 2000
--- defines.h Thu Jan 20 18:08:05 2000
***************
*** 78,83 ****
--- 78,84 ----
/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
#ifndef HAVE_U_INTXX_T
# ifdef HAVE_UINTXX_T
+ typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
typedef
2005 Apr 14
4
data manipulation
Hello,
my question is about the data handling.
I have a data set that is lined as:
4 1 17 1 1
-5.1536 -0.1668 -2.3412 -0.5062 0.9621 0.3640 0.3678 -0.5081 -0.2227
0.8142 -0.0389 -0.0445 -0.0578 -0.1175 -0.1232 0.8673 -0.1033 -0.0796
-0.0341 -0.1716 -0.1801 -0.7014 0.6578 0.5611
4 1 17 2 1
-5.1536 -0.1668 -2.3412 -0.5062 0.9621 0.3640 0.3678 -0.5081 -0.2227
0.8142 -0.0389 -0.0445
2006 Jan 12
3
Looking for server recommendations
We're going to replace an older Solaris7/Netbackup/TapeRobot server with
a new Centos box using backup-to-disk-to-tape (probably using Arkeia).
The specs are up in the air, but generally:
- CentOS/RHEL friendly (3Ware SATA? SCSI?)
- 2U/3U/4U-ish form factor
- hotswap RAID5
- dual PS, hotswap a plus
- USB2.0 port(s) (*)
To give you an idea of where I'm starting to look, take a gander at
2001 Mar 30
0
BUG in openssh-2.5.2p2 on solaris 2.6 ?
openssh-2.5.2p2 binaries complain about the libgen.so.1 library not
found. The library is found in solaris7 and solaris 2.5.
We actually compile the binaries on solaris7 and use the same
compilation on all other machines(different solaris versions) via an NFS
mount. This seems to work perfectly for openssh-2.2.0p1 since it doesnt
use the libgen.so.1 library. But upgrade to openssh-2.5.2p2
1999 Sep 01
1
configure for R-0.65
I am trying to compile R-0.65 on a Sparc 20. I have gcc 2.7.2.2 and I
have SC4.0. I used gcc to compile R-0.64.2 in July with no problems.
Now when I run configure for R-0.65 I get the following message:
>checking whether the C compiler (gcc ) works... no
>configure: error: installation or configuration problem: C compiler
cannot create executables.
and then configure exits. I had no
2000 Dec 06
2
Problems on Sparcs (fwd)
comments?
-------------- next part --------------
An embedded message was scrubbed...
From: Charles Clancy <mgrtcc at cs.rose-hulman.edu>
Subject: Problems on Sparcs
Date: Wed, 6 Dec 2000 09:55:41 -0500 (EST)
Size: 2913
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001206/c7cb5d2a/attachment.mht
2000 Aug 05
8
Testers wanted
To ensure that future releases of portable OpenSSH are as bug-free as
possible, we need to recruit a team of testers.
Each tester would be responsible for a particular OS platform and
would be called upon to test snapshots before they are marked as
official releases. The release would not go out until it had been
given the OK by testers on each supported platform.
A corollary of this is that
2001 Jun 22
1
rsa_private_decrypt() failed
Hello,
I'm running several Sparcs with Solaris 2.7 on them. They all have
Openssh 2.9 installed, and all work fine. Except one. Every once in a
while I get this:
"Disconnecting: Corrupted check bytes on input."
When I truss or I am at the console I get this:
"rsa_private_decrypt() failed"
I've tried reinstalling with OpenSSH 2.5, 2.9 and the commercial
versions.
1999 Mar 24
2
Change of parsing parameters to functions between 0.63.1 and 0.63.3 ?
Hi,
I wonder whether the mechanism of parsing parameters to functions has
changed between 0.63.1 and 0.63.3? The following code yeils different
results in R 0.63.1 (Version 0.63.1 (Dec 5, 1998)) and R 0.63.3.
cave<-function(x,a,b)
{
return(c(mean(x[a],na.rm=T),mean(x[b],na.rm=T)))
}
datx <- data.frame(rbind(c(1,2,3,4),c(4,5,6,7)))
1999 Mar 24
2
Change of parsing parameters to functions between 0.63.1 and 0.63.3 ?
Hi,
I wonder whether the mechanism of parsing parameters to functions has
changed between 0.63.1 and 0.63.3? The following code yeils different
results in R 0.63.1 (Version 0.63.1 (Dec 5, 1998)) and R 0.63.3.
cave<-function(x,a,b)
{
return(c(mean(x[a],na.rm=T),mean(x[b],na.rm=T)))
}
datx <- data.frame(rbind(c(1,2,3,4),c(4,5,6,7)))