Displaying 20 results from an estimated 2000 matches similar to: "Compiling R-1.3.0-patched on OSF1"
2000 Jul 06
0
R-1.1.0 on Alpha?
Has anyone succeeded in compiling R-1.1.0 on a Digital (Compaq) Alpha
running OSF4.0F (or E)? Everything seems to compile OK (except the
frequent "Warning: Unresolved:" at link time - this threw me off the
scent for a while!), but then at run time I get:
Fatal error: The X11 shared library could not be loaded.
The error was dlopen: cannot load
2002 Jun 28
0
[Bug 319] New: Privilege Separation failing on OSF1 v5.1
http://bugzilla.mindrot.org/show_bug.cgi?id=319
Summary: Privilege Separation failing on OSF1 v5.1
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2004 Oct 01
1
bzip2 directory won't build on OSF1 due to C99 code and -std1 option (PR#7257)
Full_Name: Michael Hoffman
Version: 2.0.0-beta-20041001
OS: OSF1 V5.1
Submission from: (NULL) (193.62.199.8)
Hello. Building R 2.0.0-beta-20041001 on OSF1 V5.1 failed because the default
configure sets R_XTRA_CFLAGS to "-std1 -ieee_with_inexact." The bzip2 directory
includes C99 code that requires -std1 to not be set in order to compile. This
halts the overall build process.
2006 Apr 28
0
R installation on ALPHA/OSF1
I am stuck in the installation of "R" on ALPHA runing OSF1/V5.1 for
individual use.
When I ran "./configure CC=cc F77=f77 Make=gmake ", the following
message came out,
506426:/usr/users/1/mwang2/R/R-2.1.1/bin/exec/R: /sbin/loader: Error:
libreadline.so.4: symbol "tgetflag" unresolved
506426:/usr/users/1/mwang2/R/R-2.1.1/bin/exec/R: /sbin/loader: Fatal
Error: Load
2000 Apr 17
0
Problem: Samba 2.0.7pre4 --with-utmp on OSF1
I tried configuring Samba 2.0.7pre4 on a OSF1 machine (actually a DEC
Alpha running Digital Unix 4.0d) with --with-utmp.
The autoconf system sets the variable HAVE_UTMPX_H
The linking of smbd aborts with the message
----------------------------------------------------------
ld:
Unresolved:
getutmpx
utmpxname
updwtmpx
*** Exit 1
----------------------------------------------------------
If I
2001 Sep 13
0
?: 'rsync' hang with 'sshd2' (F-Secure), Digital Unix (OSF1) and HP/UX 11
Hi,
I have managed to test this same transfer reliably with the
Linux boxes and open-ssh, but I am in trouble with the
OSF1 4.0 (Digital Unix) being the server sending files from a single
directory to the HP/UX 11 - being the client
The 'sshd2' (and ssh2) in both ends is installed as root (and starts
probably from 'rc')
The 'rsync' (2.4.6) in both end is just
2003 Sep 22
1
Compiling shared library on Alpha/OSF1
I'm having trouble compiling and installing R as a shared library on
Alpha/OSF1. I used
./configure --enable-R-shlib SHLIB_CXXLDFLAGS=-L/lib/cmplrs/cxx
(Using configure with --enable-R-shlib alone generated "Could not
determine SHLIB_CXXLDFLAGS" errors.) make and everything else were done
as specified in the documentation.
It compiled everything without visible problems, but on
1998 Nov 13
0
Pb with SAMBA on OSF1
Hi,
I have a problem with Samba on an OSF1 v4.0d machine.
I get an "INTERNAL ERROR" and a core dump when trying to connect to a
share from an NT 4.0 SP3 or W95 machine.
I configured Samba to use encrypted password and I set the parameter
"security=user".
My Samba server is in a workgroup on its own, no PDC and BDCs around. I
can see it in my Computer Neighborhood from the NT
1998 Dec 08
0
Can't connect to shares w/2.0beta3 on OSF1 <MORE INFO>
>Date: Tue, 8 Dec 1998 11:00:42 -0500 (EST)
>From: Rob Naccarato <rob@sheridanc.on.ca>
>To: samba@samba.org
>Subject: Can't connect to shares w/2.0beta3 on OSF1
>
>
>I was running 1.9.18p10 on a test DEC Unix 4.0d box here and I decided to
>give 2.0beta3 a try. For some reason, I cannot connect to any of the
>server's
>shares or even get a list of
1999 Aug 19
1
bug: R says "Floating exception" on DEC-Alpha w/OSF1 (PR#252)
Dear R Development Core Team,
I've been trying to install R ver. 0.64.0 on a
Dec-Alpha machine w/OSF1.
A couple of things go wrong.
After I type "make", the installation process
bombs while trying to compile the R.binary.
It reports the following:
f77 -o ../../bin/R.binary {*** for brevity, I've deleted the filenames printed here ***}
ld:
2002 Mar 20
0
[Bug 176] New: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11 channel
http://bugzilla.mindrot.org/show_bug.cgi?id=176
Summary: OpenSSH_3.1p1 gives X_ShmAttach error on forwarded X11
channel
Product: Portable OpenSSH
Version: 3.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo:
2001 Jan 11
0
problem with strptime example (and mention of bug.report) (PR#811)
Hi,
The help file for strptime has the following code which doesn't work
for me:
## read in date info in format `ddmmmyyyy'
x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960")
z <- strptime(x, "%d%b%Y")
> z
[1] "NA" "NA" "NA" "NA"
Do these work for other people?
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon
of choice for the faculty wishing to use R, then ran ./configure as before.
The ./configure output line
using as R_SHELL for scripts ... /usr/local/bin/bash
would seem to indicate that the R_SHELL environment variable was recognized
and acknowledged. However, I got the same build error:
gnumake[2]: Entering
2007 Oct 12
0
DFS access
Hi all,
This is my first message here, so pardon me if I break some
etiquette.
I have a Linux (Debian 4, kernel 2.6.18-4-686) SaMBa (3.0.24)
server whose shares I want to mount on a Distributed File System running
from a Windows Server 2003 R2. The share itself is accessible without
problems as long as I try to get to it directly (\\smb\share), but if I
try to browse through the DFS I get the
2001 Jun 11
1
R-devel on alpha Tru64: cxml/dxml problem (PR#977)
Hi,
I just run a ./configure --enable-R-shlib; make; make check; with a recent
(11.6.2001) R-devel snapshot on Tru64 4.0F (with libcxml):
make check stops in base-Ex.R at:
> ###--- >>> `plot.window' <<<----- Set up World Coordinates for Graphics
Window>
> ## alias help(plot.window)
>
> ##___ Examples ___:
>
> ##--- An example for the use
2011 Jul 12
1
Can zpool permanent errors fixed by scrub?
Hi, we had a server that lost connection to fiber attached disk array where data luns were housed, due to 3510 power fault. After connection restored alot of the zpool status had these permanent errors listed as per below. I check the files in question and as far as I could see they were present and ok. I ran a zpool scrub against other zpools and they came back with no errors and the list of
2001 Jan 11
2
problem with strptime example (PR#811)
On Thu, 11 Jan 2001 stephen@anc.ed.ac.uk wrote:
> Hi,
>
> The help file for strptime has the following code which doesn't work
> for me:
>
> ## read in date info in format `ddmmmyyyy'
> x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960")
> z <- strptime(x, "%d%b%Y")
> > z
> [1]
2004 Oct 01
2
Newbie seeking directions
Hello everybody,
I'm developing the www.polyxmass.org (GNU polyxmass) program that is a
polymer sequence editor (a polymer is a thread made of concatenated
monomers).
I would like to code a "self-speak-out" feature for that sequence
editor: the user would select a sequence region and ask that the
program would "dictate" the sequence.
For example, the following could be
2001 May 03
0
addition to Index vectors get overwriten ?!
sorry I forgot:
platform alphaev67-dec-osf4.0f
arch alphaev67
os osf4.0f
system alphaev67, osf4.0f
status
major 1
minor 2.1
year 2001
month 01
day 15
language R
--
-------------------------------------------------------
Dr. Thomas Bruns <thomas.bruns at ptb.de>
Physikalisch-Technische Bundesanstalt
2003 Sep 25
4
[Bug 716] OpenSSH 3.7.1p2: sshd doesn't start at reboot (Tru64 UNIX)
http://bugzilla.mindrot.org/show_bug.cgi?id=716
Summary: OpenSSH 3.7.1p2: sshd doesn't start at reboot (Tru64
UNIX)
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-bugs