Displaying 20 results from an estimated 20000 matches similar to: "AIX build issues"
2003 May 15
2
blibpath changes for AIX
Hi all,
lately I've built a RPM for OpenSSH 3.6.1p2 on AIX using the OpenSSL
installation that comes with IBM's "AIX Toolbox for Linux". The latter
by default installs in the /opt/freeware directory, so I've ran
configure with the option '--with-ssl-dir=/opt/freeware'.
This has worked fine for former versions of OpenSSH, but with 3.6.1p2,
/opt/freeware/lib
2005 Feb 25
0
Openssh AIX 5.2 Symbol getpeereid (number 34) is not exported
Hello
I've compiled OpenSSH 3.9p1 on AIX
<source Dir>/contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL /opt/freeware/include/openssl/opensslv.h
Searching for OpenSSL shared library files.
Searching for OpenSSL static library files.
0x009060dfL /opt/freeware/lib/libcrypto.a
0x009060dfL /opt/freeware/64/lib/libcrypto.a
0x009060dfL /usr/local/lib/libcrypto.a
2004 Apr 20
2
Compiling 3.8p1 on AIX with IBM OpenSSL RPMs
Folks,
I've just updated a machine to the latest IBM supplied OpenSSL RPMS:
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
(this is a power4 running AIX 5.1)
and Tried to upgrade to the latest OpenSSH (3.8p1 - both the release and a
snapshot from about a week ago)
I'm using:
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-ssl-dir=/opt/freeware
and the compilation seems OK:
OpenSSH
2005 Feb 25
1
ssh client Symbol getpeereid (number 34) is not exported from dependent module /usr/lib/libc.a(shr.o).
Hello
I've Compiled openssh 3.9.p1 on AIX 5.2:
<source Dir>/contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL /opt/freeware/include/openssl/opensslv.h
Searching for OpenSSL shared library files.
Searching for OpenSSL static library files.
0x009060dfL /opt/freeware/lib/libcrypto.a
0x009060dfL /opt/freeware/64/lib/libcrypto.a
0x009060dfL /usr/local/lib/libcrypto.a
2005 Feb 23
1
Problems to compile openssh 3.9.pm1 on AIX 5.2 with openssl-devel-0.9.6m-1 / OpenSSL Header Error
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with
openssl-devel-0.9.6m-1
On Configure I've the following Error:
./configure --with-ssl-dir=/usr/local/ssl/include/openssl/
--sysconfdir=/etc/ssh --with-zlib=/usr/local
checking OpenSSL header version... not found
configure: error: OpenSSL version header not found.
./contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL
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
2010 Feb 23
1
dirty hack to solve: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded
Hi all,
I build openssh for aix with a dirty hack.
This is my configure:
export CC=cc
export CFLAGS="-I/usr/local/include"
export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib"
export CPP="cc -E"
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/ssh \
--with-cflags="-O -D__STR31__
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
My apologies if this is not the appropriate forum for this but I have
posted twice to the ssh security list and have not received any
replies. I would appreciated any help that anyone can offer. TIA
-------
Ok, this is a repost from awhile back to which I received no replies.
Originally, I was dealing with 3.4p1 but I am running into the same
problem now with 3.5p1. I would greatly
2005 Apr 19
2
OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
We have a Problem to Install the Packages:
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
openssl-doc-0.9.6m-1
After we migrate from AIX 4.3.3 to AIX 5.2
I removed the old Version rpm and want to reinstall openssl and openssh.
If i try to install openssl i have the following Error Message:
# rpm -ivh openssl-0.9.6m-1.aix5.1.ppc.rpm openssl-devel-0.9.6
m-1.aix5.1.ppc.rpm
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
I am having a problem building OpenSSH on my AIX 4.3.3 box. It fails
during the make with the following error:
xlc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o
sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/
-L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib
-L/usr/athena/lib -L/usr/afsws/lib
-blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh
2020 Mar 12
0
Linking Error Building Samba on AIX 7
Hi,
I am getting the following error from the linker while building Samba 4.11.6 on AIX 7. I am not explicitly disabling cluster support (which this seems to be related to), but I see in the configure that it gets disabled (presumably due to --without-ads).
ld: 0711-317 ERROR: Undefined symbol: .lp__ctdbd_socket
Here is my configure setup.
./configure \
2001 Feb 17
2
Small aix patch to configure.in
The following aix patch to configure.in forces /usr/include to be searched
before /usr/local/include on AIX systems only. This allows the normal
include rules to untangle <login.h> from "login.h" on AIX when using the AIX
cc compiler or gcc. Please see that it gets applied to the current cvs
source tree. It fixes the only compile time error the current cvs tree has
on aix with
2002 Aug 07
2
OpenSSH 34p1 for AIX error. Please help
I'm trying to install open-ssh 34p1 on an Aix server, running 4.3.3..
I compiled openssh 0.9.6d and zlib 1.1.4. on the server , and also created
the a bff pancake using the contrib/aix/buildbff.sh script.
I can't start sshd either installing it as a package or without.
When I tried to start sshd I received the following error:
0509-036 Cannot load program /.sshd because of the following
2004 Jul 06
4
AIX and zlib
I noticed that AIX now comes with a version of zlib installed in /usr. (I'm
working on 5.2)
My first inclination was to simply uninstall it and use the one we compile
(and put in /usr/local).
However, IBM has made zlib part of the RPM package itself!
So, I cannot uninstall it without removing RPM....
Next, I tried passing --with-zlib=/usr/local to configure for ssh.
This seems to work, but
2005 Feb 23
0
Configure Problems with OpenSSH AIX 5.2 and openssl-devel-0.9.6m-1
I've Problems to compile openssh 3.9.pm1 on AIX 5.2 with
openssl-devel-0.9.6m-1
On Configure I've the following Error:
./configure --with-ssl-dir=/usr/local/ssl/include/openssl/
--sysconfdir=/etc/ssh --with-zlib=/usr/local
checking OpenSSL header version... not found
configure: error: OpenSSL version header not found.
./contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
Hi all,
Would appreciate if you can help me resolve this issue. I'm getting
following error on running configure: The library libcrypto.a is under
"/opt/freeware/lib" and is the only instance of libcrypto.a. And I'm using
IBM AIX C compiler 6.0.
configure: error: *** Can't find recent OpenSSL libcrypto (see config.log
for details) ***
CONFIGURE
$ ./configure
2003 Apr 30
4
Portable OpenSSH: Dangerous AIX linker behavior (aixgcc.adv)
1. Systems affected:
Users of Portable OpenSSH prior to 3.6.1p2 on AIX are affected
if OpenSSH was compiled using a non-AIX compiler (e.g. gcc).
Please note that the IBM-supplied OpenSSH packages[1] are
not vulnerable.
2. Description:
The default behavior of the runtime linker on AIX is to search
the current directory for dynamic libraries before searching
system paths. This is done
2003 Apr 30
4
Portable OpenSSH: Dangerous AIX linker behavior (aixgcc.adv)
1. Systems affected:
Users of Portable OpenSSH prior to 3.6.1p2 on AIX are affected
if OpenSSH was compiled using a non-AIX compiler (e.g. gcc).
Please note that the IBM-supplied OpenSSH packages[1] are
not vulnerable.
2. Description:
The default behavior of the runtime linker on AIX is to search
the current directory for dynamic libraries before searching
system paths. This is done
2001 Oct 17
0
[tbox-l] AIX - Compilation issues with openssh
AIX Toolbox builds openssh with vac.C 5.0.2.0, and configures with very few
options:
export blibpath="/opt/freeware/lib:/usr/lib:/lib"
%configure --prefix=%{prefix} \
--sysconfdir=/etc/ssh \
--libexecdir=%{_libexecdir}/openssh \
--with-ipv4-default \
--with-rsh=/usr/bin/rsh
If you extract the openshh.spec file from the SRPM, you can see exactly
what we do (you already have it in
2002 Apr 10
2
[Bug 206] -SNAP-20020409: build failures on AIX 3.2.5 with XLC 1.2.1.16
http://bugzilla.mindrot.org/show_bug.cgi?id=206
Matthew_Clarke at mindlink.bc.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|-SNAP-20020405: build |-SNAP-20020409: build
|failures on AIX 3.2.5 with |failures on AIX 3.2.5 with
|XLC