similar to: Help with compile on HP-UX 11.0

Displaying 20 results from an estimated 60 matches similar to: "Help with compile on HP-UX 11.0"

1999 Jan 21
2
configure command for SAMBA 2.0.0 fails under HP-UX 10.20
Good afternoon, I've downloaded the newly released Samba package 2.0.0, and when trying to run "compile" (located in directory source of the package), after a moment, script fail with the following errors: >ERROR: No locking available. Running Samba would be unsafe >configure: error: summary failure. Aborting config. The following lines are extracted from last lines of
2009 Aug 12
2
Plotting sigma symbol with unicode and turning into pdf
Paul, You solution worked out really well when I ran my code in R. However, when I try to turn the plot into a pdf, the unicode string no longer seems to function and instead of the sigma symbol there are just two periods (See example code below). The following is the code working in the R environment just like I want it to look: set.seed(1) Data=rnorm(100,sd=10000) plot(density(Data))
2000 Mar 07
2
[Fwd: va_list problems on Solaris]
This might shed some light on the va_list problem reported previously. -d David Hesprich wrote: > > On Wed, 8 Mar 2000, Damien Miller wrote: > > > > log.c: In function `fatal': > > > log.c:17: `__builtin_va_alist' undeclared (first use in this function) > > > > A few people have reported this - it looks like a gcc vs native cc > > problem.
2001 Jan 30
3
dsa_verify signature incorrect
I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system and am unable to connect with SSH 2. The error I get is: debug: len 55 datafellows 0 debug: dsa_verify: signature incorrect dsa_verify failed for server_host_key The build environment is as follows: gcc 2.95.1 openssl-0.9.6-beta2 I've looked through the archives and found similar problems related to version
2001 Apr 27
1
gcc version
Hello: Thus far I have only used R under NT 4.0, but recently at work we have acquired a new Solaris machine, on which R has just been installed. I was told a while ago by Professor Ripley on this list that I need to have gcc version 2.95.2-1 in order to make dll's for windows. And the "-1" certainly does make a difference there. Our new Solaris machine has gcc 2.95.1 on it, and
2000 Mar 15
2
headers needed in gcc
i am working my way to create a stdin-stdout version of R i am not a gcc configuration expert. currently, i am missing #include <sys/types.h> # include <sys/socket.h> # include <netinet/in.h> # include <netinet/tcp.h> #include "sock.h" as far as i understand my system, these header files shpuld be in /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.1/include
2002 Mar 08
0
[Bug 151] New: 3.0.2p1 and 3.1p1 fail to build.
http://bugzilla.mindrot.org/show_bug.cgi?id=151 Summary: 3.0.2p1 and 3.1p1 fail to build. Product: Portable OpenSSH Version: 3.0.2p1 Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2000 Mar 12
1
make check fails after base-Ex.R
Dear R-help, I tried to build the R-release version of R-1.0.0. ./configure and make seemed to go just fine. When I ran 'make check' from $RHOME, it dumped core apparently in the quit('no') on the last line of base-Ex.R I had been having some problems with a package I am building in that R would report with "Process R segmentation violation (core dumped)" upon
2000 Jul 20
1
openssh-2.1.1p4 (fwd)
Can any HP/UX users comment? -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) ---------- Forwarded message ---------- Date: Thu, 20 Jul 2000 09:16:23 +0200 From: "[iso-8859-1] SOETE Jo?l" <JSO at EUROPAY.COM> To: "'openssh at
2000 Jul 04
1
tseries bug (PR#592)
Full_Name: Przemys³aw Matuszewski Version: R-1.1.0 OS: Linux RH 6.2 Submission from: (NULL) (195.117.211.244) I have a problem with the package tseries_0.5-2. The source of tseries_0.5-2 was compiled by command R INSTALL /path/to/package. There was build the tseries library. Now when I try to load the package I get the message: ........................... Type "demo()" for
2000 Feb 11
1
Problems compiling 2.0.6 on AIX 4.1.5
I've been trying to compile Samba 2.0.6 on an RS/6000 J30 running AIX 4.1.5 using gcc 2.95.1. Basically, when I run 'make', every file that it attempts to compile returns the same warning, involving 'struct statfs' in /usr/include/sys/vfs.h I've listed the beginning and end of the output, but didn't think it worth including the whole lot as it's an identical
2001 Mar 16
2
Installation problems
When I try to install the tinc RPM I am missing [root@relay buytaert]# rpm -vih tinc-1.0pre2-1.i386.rpm error: failed dependencies: libgmp.so.2 is needed by tinc-1.0pre2-1 [root@relay buytaert]# ls /usr/lib/libgmp.so.3 /usr/lib/libgmp.so.3 [root@relay buytaert]# rpm -qf /usr/lib/libgmp.so.3 gmp-3.1.1-3 This seems to be a too recent version. So I tried compiling it and got the following
2000 Apr 24
1
Samba 2.0.6 Compilation Warning under Solaris 7
I am trying to install Samba 2.0.6 under Solaris 7 (latest Sun-recommended patches applied) using the GNU C compiler "gcc version 2.95.1 19990816 (release)". It seems strange to me that there is a compilation warning because the purpose of the wrapper for which the compilation warning is issued is to make sure typing and results are correct. The problem appears to be due to a
2013 Mar 05
1
howto make libvirtd xen-4.2
Hallo I wanted to compile libvirtd on xen-4.2 but on [3] wrote: ...current version of libvirt is not compatible with xen 4.2... Which version that I can test? regards heiko -------------------------------------------------- - details 130305.xen.make.libvirtd #### var tmp=/tmp libvirtver="0.10.2" pkgs="libxml2-dev libdevmapper-dev" #### dl cd $tmp ## dl [2] wget
2000 May 25
9
problem on upgrading to RH6.2 (was problem with ts pack
plummer at iarc.fr said: > On 24-May-00 Prof Brian D Ripley wrote: > On Wed, 24 May 2000, Christian Posse wrote: > >> >> I just encountered a problem with the ts package: >> >> > > library(ts) >> Error in dyn.load(x, as.logical(local), > as.logical(now)) : >> unable to load shared library >> "/usr/ >
1999 Sep 14
0
R with a broken finite() (was [R] Problems with R-0.65.0) (PR#275)
[Copied to R-bugs so it goes into the database.] On Mon, 13 Sep 1999, Ralf Herbrich wrote: > > Hello, > > I installed the new release 0.65.0 of R on our local Solaris system. As I > already (and sucessfully) installed the 0.64.0 and 0.64.1 version of R, I > hadn't had any trouble during the installation. But as I've started R in > order to see the demo I've got
2000 Jul 07
1
multiply defined symbols (PR#597)
Full_Name: Peter Lucas Version: 1.1.0 OS: redHat 6.2 Linux Submission from: (NULL) (139.133.200.15) I tried to install R 1.1.0 on my i686 PC with Redhat 6.2 Linux on it. I am using fort77 with f2c. I am not able to build R, as libc.a contains regex.o, causing a conflict with src/main/regex.o. the ONEWS mentions that this problem was solved, but it obviously was not. I am not a real Unix hacker,
2000 Mar 09
0
R-1.0.0 on AIX
We have been trying to install R-1.0.0 on the department AIX machines but to no avail. I am forwarding the bug report from our system administrator to the list. Any help will be greatly appreciated. BTW, the installation of R-1.0.0 on my linux box at home went like a breeze. Here is the bug report: ======================================================================== Subject:
1999 Dec 06
0
Fwd: Re: openssh on a non-PAM system?
FYI. Maybe ppl with access to Solaris can look at this. Niels. From: mark at salfrd.ac.uk (Mark Powell) Newsgroups: comp.security.ssh Subject: Re: openssh on a non-PAM system? Date: 6 Dec 1999 14:10:21 -0000 Message-ID: <82gg4d$15ta$1 at plato.salford.ac.uk> In article <x7zovrqhrv.fsf at bombadil.nic.net>, Dan Lowe <dan at bombadil.nic.net> wrote: >mark at salfrd.ac.uk
2000 May 14
0
Announcement of Samba 2.0.7 Japanese Edition(beta)
Hello all, We anounce a Samba Japanese edition. Please check it. --- RELEASE NOTE for Samba 2.0.7 Japanese Beta Edition 2000.05.14 Samba Users Group Japan We proudly announce the Samba 2.0.7 Japanese Beta edition, which supports the internationalization(I18N) of SWAT: Samba Web