search for: build6x

Displaying 4 results from an estimated 4 matches for "build6x".

Did you mean: build64
2003 Sep 01
1
[Bug 631] Build fails on Redhat Linux 6.x
...OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: mdobel at kawo2.rwth-aachen.de I needed this package for a box running Redhat 6.2. So I changed the build6x-define in the specfile from 0 to 1 and tried to build the package. rpm complained about error: failed build dependencies: db1-devel is needed by openssh-3.6.1p1-1 caused by this part of the specfile: %if ! %{build6x} BuildPreReq: glibc-devel, pam %else BuildPreReq: db1-dev...
2002 Jun 24
1
3.3p1 on Immunix (RH) 6.2
Just compiled the SRPM for 3.3p1 on my Immunix 6.2 box (Redhat 6.2 + Stackguard compiler), fired up the server, and tried to connect to it. No joy. In the spec file I changed the following options: # Is this build for RHL 6.x? %define build6x 1 # Disable IPv6 (avoids DNS hangs on some glibc versions) %define noip6 1 This appears in the system log: Jun 24 16:11:51 johnh sshd[27774]: fatal: mmap(65536): Invalid argument ...isn't this supposed to work on RH6.2? Where should I look to fix this? Thx. -- John Hardin...
2005 Mar 15
18
[Bug 1001] Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS
http://bugzilla.mindrot.org/show_bug.cgi?id=1001 Summary: Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: ssh
2003 Jan 21
3
X11 forwarding problem -- openssh-3.5p1 -- redhat 8.0 -- linux 2.4.18
...000000 -0700 @@ -9,7 +9,7 @@ %define no_x11_askpass 0 # Do we want to disable building of gnome-askpass? (1=yes 0=no) -%define no_gnome_askpass 1 +%define no_gnome_askpass 0 # Do we want to link against a static libcrypto? (1=yes 0=no) %define static_libcrypto 0 @@ -24,10 +24,10 @@ %define build6x 0 # Disable IPv6 (avoids DNS hangs on some glibc versions) -%define noip6 1 +%define noip6 0 # Do we want kerberos5 support (1=yes 0=no) -%define kerberos5 0 +%define kerberos5 1 # Whether or not /sbin/nologin exists. %define nologin 1 Also, I saw some stuff in the archives about IPV6 c...