Displaying 20 results from an estimated 3000 matches similar to: "No subject"
2000 Mar 14
2
Config problem Solaris 2.7
Hi all!
I think I uncovered a kind of bug in the configuration file, but it may
be related to my specific configuration.
Anyway, I tried to install the latest version on our Sun Sparc, running
Solaris 2.7 with gcc 2.8.1. I ran configure with --with-egd-pool
--prefix=/usr/local. When I finally started make gcc failed with some
strange error message (see attachement).
When I tried to track down
2000 Mar 09
0
Can not configure openssh-1.2.2p1
(I'm not subscribed to the list, so if you have any comments, please
mail them to me directly.)
Thanks for openssh!
I downloaded openssh-1.2.2p1 and found I could not configure it on my
linux 2.2.15pre13 i686 kernel. The error I got was:
configure: error: Could not find working SSLeay / OpenSSL libraries, please install
I had previously installed openssl (first 0.9.4 and then 0.9.5) into
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
Below I've includes a patch which helps build OpenSSH outside from a
read-only source tree, find OpenSSL on Mac OS X, and fix a typo.
This applies to OpenSSH 2.1.1p4.
You should already have gotten a note from Melissa O'Neil about a
conflict with the crc32() symbol in zlib, which was causing a crash on
Darwin.
I've noticed another bug. If ssh is setuid, I get a permission
2000 Mar 23
1
Found a bug in the OpsnSSH configuration script
[I'm cc:ing openssl-users at openssl.org, because questions about this
are getting there over and over...]
There's a problem that several people who installed OpenSSL to be able
to uyse OpenSSH have faced:
Could not find working SSLeay / OpenSSL libraries, please install
I don't recall how SSLeay was installed, but for OpenSSL, there's a
glitch in the way it tries to find
2000 Mar 11
1
OpenSSH 1.2.3 Configure
It's *very* late here (or very early, depending on how you look at it), so
please forgive me if this is incoherent. I thought I'd put this out there
and perhaps save a few people some frustration.
The configure script is much improved, but I still had problems with the
OpenSSL detection. Had to tweak it a bit:
*** configure-1.2.3pre1 Sat Mar 11 03:29:00 2000
--- configure Sat Mar 11
2000 Mar 11
3
TEST RELEASE: openssh-1.2.3pre1
I have just uploaded a test release of 1.2.3. It includes numerous
fixes from the OpenBSD team and should fix the stupid configure bugs
of 1.2.2p1.
http://violet.ibs.com.au/openssh/files/test/
A detailed ChangeLog is in the directory.
Please report successes and failures.
Regards,
Damien Miller
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller -
2000 Mar 12
2
Trouble building 1.2.2p1 on Solaris 2.7
I installed OpenSSL 0.9.5 in the default location (/usr/local/ssl) on my
Solaris 2.7 box, and then tried to install OpenSSH 1.2.2p1. Configure (with
no arguments) complains that it can't find working OpenSSL libraries. The
last few lines of config.log show a whole bunch of attempts to compile the
test code, all failing of course.
My /usr/local/ssl DOES have an include/openssl directory
2000 Mar 17
2
Problem with 1.2.3pre4 and RSAref
The following code snippet will not compile support for RSAref on NetBSD even
if it exists on the system (which breaks OpenSSL):
for WANTS_RSAREF in "" 1 ; do
if test -z "$WANTS_RSAREF" ; then
LIBS="$saved_LIBS -lcrypto"
else
LIBS="$saved_LIBS -lcrypto -lRSAglue
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
2018 Sep 20
2
llvm and python bindings under windows
Hello everyone
I am Germano, from Italy.
Sorry to intruding, but I don't know who to ask anymore.
I developed a small programming language, entirely written in Python.
I state that I work under Windows, I'm using anaconda and Python 3.6.
I wrote the lexical generator and the parser generator.
Now I have to write a code generator and thought about using LLVM.
It seems that the Uncio way to
2007 Dec 21
2
Bug when selecting text in Qt3 QLineEdit
Hi,
The minimalistic example application at
http://xile.org/le/LineEditBug.zip demonstrates a WINE bug when using
a QLineEdit widget from Qt 3:
* Enter some text in the line edit.
* Select some text using the mouse.
* Click into the line edit
Native Windows:
-> The selected text simply gets unselected.
Using WINE:
-> The selected text gets deleted.
Kind regards,
Markus
2002 Feb 24
3
wine-users digest, Vol 1 #1006 - 15 msgs
well,
thank you to all with the propane...
"user head space error" is a problem, but I can see past this level of
... how do you say, never mind.
anyhow*
Your wine is VERY old.
!!Yes, got one, and will compile once I work out how to...
you can get a newer version at http://www.winehq.com/download.shtml
you can also get the latest version of the source and documentation at
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
I've attached two patches. The first just changes the output of "ssh -V"
to print that it was built against rsaref if libRSAglue (which is built
as part of openssl only when it is built against rsaref) is present at
build-time. The second adds appropriate calls to pam_setcred() in sshd.
Without them, our systems can't access AFS because the PAM modules only
get tokens at a
2001 Jun 06
1
configure patch for Alpha/Tru64 Unix 5.1
I had to apply this patch to configure.in to get configure to run on
Tru64 Unix on Alpha. The RSA test forgot to reset $LIBS.
(The compile stopped with missing "zlib.h". I'll send more patches if
required. :-)
diff -ur src-2.9p1/configure.in src-2.9p1-local/configure.in
--- src-2.9p1/configure.in Wed Jun 6 17:15:09 2001
+++ src-2.9p1-local/configure.in Wed Jun 6
2008 May 23
2
[slightly off topic] Sweave with markdown
DeaR list,
Has anyone tried to mix the Sweave paradigm with the Markdown[*] (and
co.) syntax? Would this be hard to implement? My tiny understanding
of Sweave is that one can define new drivers for the text part, while
some functions that deal with the R code would not require any
modification. Here's the reason I'm interested in Mardown for a driver.
I've been orbiting
2023 Jun 17
2
[PATCH] ssh-agent: add systemd socket-based activation
This adds support for systemd socket-based activation in the ssh-agent.
When using socket activation, the -a flag value must match the socket
path provided by systemd, as a sanity check. Support for this feature is
enabled by the --with-systemd configure flag.
---
Something tells me upstream would not be interested in this patch, but
as it may be useful on linux, I'm submitting it here.
2000 Jan 18
0
More NetBSD patches
Here's a unified diff, proposed by Christos Zoulas (with a little
reworking to get the configure.in part a bit cleaner). The main target of
the patches are NetBSD compatability, although there are some changes
making
if (pointer X)
into
if (X != NULL)
as well. Christos also proposed a change to Makefile.in, but I'll send
that as a seperate mail.
Thanks,
David
Index: configure.in
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
2002 Mar 15
0
[Bug 168] New: "Could not find working OpenSSL library"
http://bugzilla.mindrot.org/show_bug.cgi?id=168
Summary: "Could not find working OpenSSL library"
Product: Portable OpenSSH
Version: older versions
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P1
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2000 Mar 07
2
patch for openssh-1.2.2p1
Hi,
openssh-1.2.2p1 seems to have 2 problems on ipv6 (and
ipv4 mapped addresses).
1. "BREAKIN ATTEMPT" warnings from ipv4 node
2. X forwarding
The following patche fixes them.
Thanks.
diff -ru openssh-1.2.2p1/canohost.c openssh-1.2.2p1-20000308/canohost.c
--- openssh-1.2.2p1/canohost.c Fri Jan 14 13:45:48 2000
+++ openssh-1.2.2p1-20000308/canohost.c Wed Mar 8 00:25:18 2000
@@