Displaying 20 results from an estimated 70 matches for "blibpath".
Did you mean:
libpath
2003 May 15
2
blibpath changes for AIX
...ot;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 apparently does not get added to blibpath during the
build. As a matter of fact, after installing the RPM, sshd refuses to
start as it cannot find libcrypto.a in /usr/lib or /lib.
If I add 'export blibpath="/opt/freeware/lib:/usr/lib:/lib"' to the SPEC
file before running configure, all works well. But I would expect to...
2015 Feb 27
3
Call for testing: OpenSSH 6.8
...ranslate v4 in v6 hack: no
BSD Auth support: no
Random number source: OpenSSL internal ONLY
Privsep sandbox style: rlimit
Host: powerpc-ibm-aix6.1.0.0
Compiler: xlc
Compiler flags: -g
Preprocessor flags:
Linker flags: -blibpath:/usr/lib:/lib
Libraries: -lcrypto -lz
michael at x071:[/home/michael]lslpp -L | grep ssl
openssl.base 1.0.1.510 C F Open Secure Socket Layer
openssl.man.en_US 1.0.1.510 C F Open Secure Socket Layer
...
tests && echo all tests pas...
2001 Mar 27
0
Kerberos4 / AFS library issues
...if test "x$withval" != "xyes" ; then
- CPPFLAGS="$CPPFLAGS -I${withval}/include"
- LDFLAGS="$LDFLAGS -L${withval}/lib"
- if test ! -z "$need_dash_r" ; then
- LDFLAGS="$LDFLAGS -R${withval}/lib"
- fi
- if test ! -z "$blibpath" ; then
- blibpath="$blibpath:${withval}/lib"
- fi
- else
- if test -d /usr/include/kerberosIV ; then
- CPPFLAGS="$CPPFLAGS -I/usr/include/kerberosIV"
- fi
- fi
-
- AC_CHECK_HEADERS(krb.h)
- AC_CHECK_LIB(krb, main)
- if test "$ac_cv_header_kr...
2015 Feb 27
3
Call for testing: OpenSSH 6.8
On Sat, 28 Feb 2015, Tom G. Christensen wrote:
> On 19/02/15 23:21, Damien Miller wrote:
> > OpenSSH 6.8 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible.
> >
>
> I've now tested using revision 1ad3a77 and it passes the testsuite on Solaris
> 2.6, 7, 8 and 9 (using gcc and openssl 1.0.1k).
>
>
2004 Jul 06
4
AIX and zlib
...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 after compilation an ldd on ssh reveals that it is
still trying to use the one in /usr/lib.
I then modified the Makefile so that blibpath has /usr/local/lib in it
before /usr/lib, and this works as expected.
Should configure be doing that for me on AIX?
Thanks
Andy
------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addresse...
2008 Feb 08
0
AIX build issues
I have uncovered a couple of issues building OpenSSH on an AIX platform.
1) blibpath does not include the location of the SSL library. This is
fine if linking to /usr/lib/libcrypto.a, but not if linking to a local
install of OpenSSL. Due to problems of collisions (even in /usr/local),
I had to place Kerberos and OpenSSL within their own subdirs of
/usr/local (/usr/local/opens...
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
...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
-lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes
ld: 0711-317 ERROR: Undefined symbol: .issuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8
Bui...
2001 Feb 13
1
configure.in reorder patch
...if test "x$withval" != "xyes" ; then
+ CPPFLAGS="$CPPFLAGS -I${withval}/include"
+ LDFLAGS="$LDFLAGS -L${withval}/lib"
+ if test ! -z "$need_dash_r" ; then
+ LDFLAGS="$LDFLAGS -R${withval}/lib"
+ fi
+ if test ! -z "$blibpath" ; then
+ blibpath="$blibpath:${withval}/lib"
+ fi
+ else
+ if test -d /usr/include/kerberosIV ; then
+ CPPFLAGS="$CPPFLAGS -I/usr/include/kerberosIV"
+ fi
+ fi
+
+ AC_CHECK_HEADERS(krb.h)
+ AC_CHECK_LIB(krb, main)
+ if test "$ac_cv_header_kr...
2000 Sep 14
0
modifying Openssh config script for KTH-KRB (fwd)
...S -L${withval}/lib"
> if test ! -z "$need_dash_r" ; then
> LDFLAGS="$LDFLAGS
> -R${withval}/lib"
> fi
> if test ! -z "$blibpath" ; then
>
> blibpath="$blibpath:${withval}/lib"
> fi
> else
> if test -d /usr/include/kerberosIV ; then
> CFLAGS="$CFLAGS
> -I/us...
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
...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
-lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes
ld: 0711-317 ERROR: Undefined symbol: .issuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8
Bui...
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
...work openssl"
+elif test ! -z "$ac_cv_openssldir" && test "x$ac_cv_openssldir" !=
"x(system)" ; then
AC_DEFINE(HAVE_OPENSSL)
dnl Need to recover ssldir - test above runs in subshell
ssldir=$ac_cv_openssldir
@@ -384,8 +399,9 @@
if test ! -z "$blibpath" ; then
blibpath="$blibpath:$ssldir:$ssldir/lib"
fi
+ LIBCRYPTO="-lcrypto"
fi
-LIBS="$saved_LIBS -lcrypto"
+LIBS="$saved_LIBS $LIBCRYPTO"
# Now test RSA support
saved_LIBS="$LIBS"
@@ -432,7 +448,7 @@
else
RSA_MSG="yes (usin...
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
2000 Apr 11
2
LDFLAGS of the Makefile
I have compiled and installed OpenSSH 1.2.3 under AIX 4.3.3.
The call to configure was:
CFLAGS="-I/client/include -L/usr/ruf/lib" \
./configure --with-egd-pool=/dev/urandom \
--with-afs=/usr/afsws \
--with-kerberos4=/client \
--with-tcp-wrappers \
--with-pid-dir=/etc \
--sysconfdir=/etc \
--with-ipv4-default \
2005 Feb 25
0
Openssh AIX 5.2 Symbol getpeereid (number 34) is not exported
.../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
0x009060dfL /usr/linux/lib/libcrypto.a
blibpath=/usr/lib:/lib:/usr/local/lib:/opt/freeware/lib
export blibpath
./configure --with-ssl-dir=/opt/freeware --sysconfdir=/etc/ssh \
--with-zlib=/usr/local --with-ipaddr-display
If can work with the Server Side and scp and sftp
The ssh Client has some Problems to run in my Environment.
# ssh
exec():...
2005 Apr 19
2
OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...a(shr.o) is needed by openssl-0.9.6m-1
I have alot of Machines running this ssl Packageversion, but all they were
Installed from Scratch.
If i force the Package Installation, the ssh-keygen and sshd want running.
( without Errormessages )
I have compiled my ssh Package with this SSL Version and:
blibpath=/usr/lib:/lib:/usr/local/lib:/opt/freeware/lib
export blibpath
./configure --with-ssl-dir=/opt/freeware --sysconfdir=/etc/ssh \
--with-zlib=/usr/local --with-ipaddr-display --prefix=/opt/ssh
If i run the findssl Script i have the following Output:
# sh findssl.sh
Searching for OpenSSL header fi...
2005 Feb 25
1
ssh client Symbol getpeereid (number 34) is not exported from dependent module /usr/lib/libc.a(shr.o).
...L /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
0x009060dfL /usr/linux/lib/libcrypto.a
blibpath=/usr/lib:/lib:/usr/local/lib:/opt/freeware/lib
export blibpath
./configure --with-ssl-dir=/opt/freeware --sysconfdir=/etc/ssh \
--with-zlib=/usr/local --with-ipaddr-display
On the same Machine my ssh client works.
If i transfer the bynaries to another Machine ( same openssl Version ) then
i have...
2014 Oct 24
1
Error: Line starting 'Package: tools ...' is malformed!
I'm building R-3.1.1 (64 bit) from source on AIX 7.1. It was going well until I hit this:
xlc_r -q64 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm
make[6]: Entering directory `/home/meb/source/R-3.1.1/src/library/tools/src'
mkdir -p -- ../../../../library/tools/li...
2020 Mar 12
0
Linking Error Building Samba on AIX 7
...-dc \
--without-json \
--disable-cups \
--disable-iprint \
--without-ldap \
--without-ads
Here is what is being executed.
10:58:25 runner ['gcc', '-g', '-Wl,-blibpath:/opt/local/samba/lib:/usr/lib:/lib,-brtl,-bbigtoc', '-maix64', '-shared', '-Wl,-brtl,-bexpfull', 'source3/lib/cluster_support.c.44.o', 'source3/lib/ctdb_dummy.c.44.o', '-o/nimfs/sw/build/samba-4.11.6/bin/default/source3/libsamba-cluster-support-samba4...
2015 Jun 25
3
Call for testing: OpenSSH 6.9
On Thu, 25 Jun 2015, Michael Felt wrote:
> Just running a standard make, and then a make install to a packaging
> directory. It seems to be complaining about missing keys - not sure yet if
> this is a show stopper
For packaging you want the install-nokeys rule not install.
--
Tim Rice Multitalents
tim at multitalents.net