× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Yes, I sorta remembered that and had noted the diff in your messages, and
indicated that by saying "for me on Linux".

I'm interested in this effort on a few different levels.

On Tue, Jan 3, 2017 at 9:40 AM, Kevin Adler <kadler@xxxxxxxxxx> wrote:

FYI Jack, AIX/PASE uses LIBPATH and not LD_LIBRARY_PATH.

When dealing with various Unix/Unix-likes it's handy to have a rosetta
stone: [1]http://bhami.com/rosetta.html



----- Original message -----
From: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxx>
Cc:
Subject: Re: [IBMiOSS] Install of MariaDB fails
Date: Sat, Dec 31, 2016 8:03 PM

Can you set LD_LIBRARY_LIST and try the script again?

On Sat, Dec 31, 2016 at 5:54 PM, Bryan Dietz <bdietz400@xxxxxxxxx>
wrote:

> i ran into the same thing. had to rename (temporarily) that libel
and
one
> other. then the install worked. might be mentioned in the readme
>
> sorry about not mentioning.
>
> I hope when the OPS version of wget is released we will not need the
perlz
> version.
>
> Bryan
>
>
> > On Dec 31, 2016, at 5:28 PM, Pete Helgren <pete@xxxxxxxxxx>
wrote:
> >
> > I am 0 for three this week....decided to install the ZendDBi as
> suggested by Bryan. It seems to install, then fails with the
helpful
> message "THE INSTALL SCRIPT RETURNED AN ERROR. CHECK THE I" and then
rolls
> back the install. Here is what the joblog has (in part):
> >
> > 30 12/31/16 10:37:46.098528 QP2USER2 QSYS *STMT
QP0ZEXEC
> > From user . . . . . . . . . : QSECOFR
> > From module . . . . . . . . : QP2EXERR
> > From procedure . . . . . . : sendmsg__FPCcN21e
> > Statement . . . . . . . . . : 31
> > To module . . . . . . . . . : QP0ZEXECUT
> > To procedure . . . . . . . : run__14Qp0zExecutableFv
> > Statement . . . . . . . . . : 6
> > Message . . . . : Could not load dependent PASE for i module
> > /QOpenSys/opt/freeware/lib/libssl.a(libssl.so.0).
> > Cause . . . . . : The error occurred attempting to load PASE
for
i
> module
> > /QOpenSys/opt/freeware/lib/libssl.a(libssl.so.0). Recovery .
. .
:
> See
> >
> > And then:
> >
> > 30 12/31/16 10:37:46.098569 QP2USER2 QSYS *STMT
QP0ZEXEC
> > From user . . . . . . . . . : QSECOFR
> > From module . . . . . . . . : QP2EXERR
> > From procedure . . . . . . : sendmsg__FPCcN21e
> > Statement . . . . . . . . . : 31
> > To module . . . . . . . . . : QP0ZEXECUT
> > To procedure . . . . . . . : run__14Qp0zExecutableFv
> > Statement . . . . . . . . . : 6
> > Message . . . . : Member libssl.so.0 not found in PASE for i
archive .
> > Cause . . . . . : The error occurred attempting to load PASE
for
i
> progra
> > /usr/local//mariadb-10.1.12-os400-powerpc/bin/mysqld.
Recovery .
.
> . :
> > Correct the error and then try the request again.
> >
> > ls - l on the folder, selecting libssl* :
> >
> > bash-4.2$ ls -l /QOpenSys/opt/freeware/lib/libssl*
> >
> > -rw-r--r-- 1 pete 0 6017600 May 28 2016
> /QOpenSys/opt/freeware/lib/libssl.a
> > lrwxrwxrwx 1 pete 0 30 Oct 13 21:17
> /QOpenSys/opt/freeware/lib/libssl.so -> libssl.so.1.0.2
> > -rw-r--r-- 1 pete 0 362538 May 28 2016
> /QOpenSys/opt/freeware/lib/libssl.so.0.9.7
> > -rw-r--r-- 1 pete 0 528217 May 28 2016
> /QOpenSys/opt/freeware/lib/libssl.so.0.9.8
> > -rw-r--r-- 1 pete 0 580902 May 28 2016
> /QOpenSys/opt/freeware/lib/libssl.so.1.0.0
> > -rw-r--r-- 1 pete 0 603254 May 28 2016
> /QOpenSys/opt/freeware/lib/libssl.so.1.0.1
> > -rwxr-xr-x 1 pete 0 695885 May 28 2016
> /QOpenSys/opt/freeware/lib/libssl.so.1.0.2
> >
> > A find, looking for libssl.a turns up this list:
> >
> > bash-4.2$ find / -name libssl.a
> > /QOpenSys/QIBM/ProdData/SC1/OpenSSL/lib/libssl.a
> > /QOpenSys/usr/lib/libssl.a
> > /QOpenSys/opt/freeware/lib/libssl.a
> > /QOpenSys/opt/freeware/64/lib/libssl.a
> >
> > And, finally, ar turns up the object in /QOpenSys/usr/lib/libssl.a
> >
> > bash-4.2$ ar t /QOpenSys/opt/freeware/64/lib/libssl.a
> > libssl.so.1.0.2
> > libssl.so.0.9.7
> > libssl.so.0.9.8
> > libssl.so.1.0.0
> > libssl.so.1.0.1
> > bash-4.2$ ar t /QOpenSys/opt/freeware/lib/libssl.a
> > libssl.so.1.0.2
> > libssl.so.0.9.7
> > libssl.so.0.9.8
> > libssl.so.1.0.0
> > libssl.so.1.0.1
> > bash-4.2$ ar t /QOpenSys/usr/lib/libssl.a
> > libssl.so.0
> > libssl.so.0.9
> > libssl.so.0.9.8
> > libssl.so.1
> > libssl.so.1.0
> > libssl.so.1.0.0
> >
> > So, the question is: Why is the installer for MariaDB looking at
the
OSS
> folders rather than in /QOpenSys/usr/lib/? I don't think LIBPATH
is
set
> anywhere. This installer runs on the IBM i command line, so, not
sure
how
> to fix....
> >
> > --
> > Pete Helgren
> > www.petesworkshop.com
> > GIAC Secure Software Programmer-Java
> > Twitter - Sys_i_Geek IBM_i_Geek
> >
> > --
> > This is the IBMi Open Source Roundtable (OpenSource) mailing list
> > To post a message email: OpenSource@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit: [2]http://lists.midrange.com/mailman/listinfo/opensource
> > or email: OpenSource-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the archives
> > at [3]http://archive.midrange.com/opensource.
>
> --
> This is the IBMi Open Source Roundtable (OpenSource) mailing list
> To post a message email: OpenSource@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: [4]http://lists.midrange.com/mailman/listinfo/opensource
> or email: OpenSource-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at [5]http://archive.midrange.com/opensource.
>

--
Absolute Performance, Inc.
12303 Airport Way, Suite 100
Broomfield, CO 80021

NON-DISCLOSURE NOTICE: This communication including any and all
attachments is for the intended recipient(s) only and may contain
confidential and privileged information. If you are not the intended
recipient of this communication, any disclosure, copying further
distribution or use of this communication is prohibited. If you
received
this communication in error, please contact the sender and
delete/destroy
all copies of this communication immediately.
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [6]http://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [7]http://archive.midrange.com/opensource.




References

Visible links
1. http://bhami.com/rosetta.html
2. http://lists.midrange.com/mailman/listinfo/opensource
3. http://archive.midrange.com/opensource
4. http://lists.midrange.com/mailman/listinfo/opensource
5. http://archive.midrange.com/opensource
6. http://lists.midrange.com/mailman/listinfo/opensource
7. http://archive.midrange.com/opensource
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/opensource.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.