similar to: MANY obsolete descriptions in INSTALL

Displaying 20 results from an estimated 1000 matches similar to: "MANY obsolete descriptions in INSTALL"

2005 Sep 02
1
(4.2p1) Missing -R<path_to_libedit>/lib
Hi, I tried building the version 4.2p1 on the FreeBSD box. Even if I executed the configure script with --with-rpath and --with-libedit=/path/to/libedit the -R options for libedit are NOT added in linking although that for zlib and OpenSSL are correctly done. This problem can be easily avoided by editing openssh-4.2p1/Makefile after executing the configure script. This means that you
2003 May 20
0
One strange configure option for SIA
Hi, develop members: When I installed OpenSSH after reading the document INSTALL, I found one typo in this document. The configure option for OSF1's Security Integration Architecture is -ofssia, NOT -sia. The following is the patch for fixing this typo: ---(cut here)--- --- INSTALL.orig Thu Jul 25 13:36:25 2002 +++ INSTALL Wed May 21 06:21:12 2003 @@ -125,3 +125,3 @@ ---with-sia,
2003 Sep 22
0
Unnecessary configure option '--(enable|disable)-lastlog'
Hi, develop members: When I checked the output of './configure --help', I noticed that the '--(enable|disable)-lastlog' option was unnecessary any longer. This option can be replaced by the '--with(out)-lastlog'. Thanks. --- Norihiko Murase <skeleten at shillest.net>
2005 Aug 09
1
(4.1p1) Building failure with libedit on FreeBSD 4.x-RELEASE
Hi, I've noticed that building 4.1p1 fails on FreeBSD 4.x if the libedit support is enabled by the "--with-libedit" configure option. I tried to build OpenSSH-4.1p1 under the following environment: CPU: i386 family OS: FreeBSD 4.11-RELEASE Compiler: gcc-2.95.4 (/usr/bin/gcc) ---- libedit: (located at /usr/lib/) Building fails with the following messages: ---------- gcc
2000 Aug 30
0
SNAP-2000082900: minor configuration detail
Hi! In the INSTALL file, line 159, CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure "LFLAGS" are mentioned. Probably "LDFLAGS" are meant. The LFLAGS is also used at one place in "configure", please check configure.in:997, I also assume the LDFLAGS was meant, as used correctly in other locations.
2003 Sep 24
1
SJava help
Hi, I installed SJava 0.66-1 on my linux RH 7.2 machine. I am using R-1.7.1. I set LD_LIBRARY_PATH up then called library(SJava) and it was fine. But when I called .JavaInit(), I got weird error that states it could not find java/lang/Hashtable. The session is below and shows my java configuration. I am using j2sdk1.4.2_01 from Sun. Thank you very much. Weiming Zhang > .javaConfig
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
Hi, I've seen that openssh will have different function names for des, I think thats great. As kerberos4 nor kerbero5 from KTH in Sweden support those new calls yet, I thought it would be best for me to switch back to the old behaviour, i.e. have kerberized libkrb and other libs with disabled support for openssl (which means libdes is compiled). Then, compile openssh-3.5p1 with kerberos4
2000 Feb 22
2
Some problems with R and/or locfit
Hello, Here is a problem I have had trying to install locfit, the package for R. I have already contacted Clive Loader who thinks the problem has more to do with R than locfit, so here is the point : The version of R I am currently running is R-base-0.90 that I installed using the R-base-0.90.1-1.i386.rpm package. I dowloaded the locfit package available at the CRAN site and ran : R INSTALL
2002 May 07
0
openssh-3.0.2p1 with AFS and Irix 6.5.12
Dear all, I've tried to install openssh-3.0.2p1 with AFS-support on a Irix 6.5.12 Maschine. I can login as a local user, but I can't login as AFS-User. The message is : AFS token for cell lrz-muenchen.de rejected. and then : Permission denied. I have installed krb4-1.1, openssl-0.9.6c, zlib-1.1.4, prngd-0.9.24 and I've compiled all that with ggc and mabi=n32. The configure options
2004 Apr 07
1
installing RMySQL
Hi, I have problems installing RMySQL under R1.8.1 and RHlinux (kernel2.4.7). During compilation I get: ** libs gcc -I/usr/lib/R/include -I/usr/include/mysql -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c RS-DBI.c -o RS-DBI.o gcc -I/usr/lib/R/include -I/usr/include/mysql -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486
2001 Jan 30
1
vorbis-tools build problems
Building vorbis-tools out of today's CVS (Jan 30) on Linux/i386 has a few problems. 1) Building oggenc: gcc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0prebeta4\" -I. -I. -pipe -O2 -m486 -fno-strength-reduce -c platform.c platform.c:55: warning: garbage at end of `#ifdef' argument 2) Building ogg123: gcc -DPACKAGE=\"vorbis-tools\"
1999 Dec 14
0
1.2pre17 fails to compile on RedHat 4.2/i386 (libc5)
Here goes: ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers Compiles just about everything until: gcc -O2 -m486 -fno-strength-reduce -Wall -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c ssh.c -o ssh.o ssh.c: In function `main': ssh.c:751: warning:
2002 Dec 13
0
Problem with RMySQL 0.5-0 under RH7.3
I have upgraded R on my Linux box from 1.5.1 to 1.6.1 using the binary distributions for redhat 7.x. My machine is runing: Linux 2.4.18-3 Red Hat Linux release 7.3 (Valhalla) After upgrading R, I executed upgrade.packages() During the upgrading of the different packages there was an error on RMySQL. Here is a dump of the upgrading messages:
2000 Nov 21
2
help installing packages
I was trying to install a package but received this error message: >R INSTALL KernSmooth_2.22-3.tar.gz Installing package `KernSmooth' ... libs g77 -fPIC -O2 -m486 -fno-strength-reduce -g -c blkest.f -o blkest.o make: g77: Command not found make: *** [blkest.o] Error 127 Must I have a fortran compiler to install R packages? Thanks for any advice, Rose Hoberman
2004 Aug 20
1
gcc optimization flag when building R
Hi, I am building R on RH Linux 7.3 and I noticed that ./configure does not set the optimization flag, -O or -O2, for gcc, but does set for g++ and g77. Why is that? Should I try to set it manually, if yes how? Thanks, Vadim P.S. This is the bottom portion of the ./configure run R is now configured for i686-pc-linux-gnu Source directory: . Installation directory:
2003 Nov 13
1
Installing packages
Running under Redhat 7.3 Linux I have installed R Version 1.8.0 (2003-10-08) from a binary download using the rpm manager. Using packageStatus(), I am attempted to upgrade several packages. This is unsuccessful with the following error messages: * Installing *source* package 'MASS' ... ** libs gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2
2000 Mar 04
1
Need Arith.h
I just installed 1.0 (great job, everyone!) and rebuilt all my packages. I have found an error in making VR_6.1-6.tar.gz: Installing package `MASS' ... libs gcc -I/usr/lib/R/include -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c MASS.c -o MASS.o MASS.c:631: Arith.h: No such file or directory make: *** [MASS.o] Error 1 The file /usr/lib/R/include/Arith.h used to be there (locate
2001 Mar 27
0
Kerberos4 / AFS library issues
Could people who have been having issues with Portable OpenSSH and Kerberos 4 please try the following patch. You will need to run "autoreconf" (i.e you will need autoconf installed) and then run ./configure again. Index: configure.in =================================================================== RCS file: /var/cvs/openssh/configure.in,v retrieving revision 1.267 diff -u -r1.267
2002 Aug 07
1
FW: ROracle error
Howdy, When doing a install.packages("ROracle") in R I'm getting the following error: R CMD COMPILE RS-DBI.c make[1]: Entering directory `/tmp/R.INSTALL.1809/ROracle/src' gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c RS-DBI.c -o RS-DBI.o make[1]: Leaving directory `/tmp/R.INSTALL.1809/ROracle/src'
2002 Jul 18
1
debian potato cvs wine segfaults on compile
Hi, I'm trying to compile Wine cvs on this system: debian potato libc6 2.1.3 gcc 2.95.3 (upgraded) binutils 2.12.2 (upgraded) X 4.2 (upgraded) Nvidia drivers from Nvidias website (libGL 1.3) I get the following errors, I've tryied to compile this several times with tools/wineinstall and also 'configure && make depend && make', with and without these CLFAGS