× 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.



@Brad the yum verb (which I didn't know, being more used to apt on Ubuntu
... sheesh, the branching out of Linux distros!) is provides, e.g.

bash-4.4$ yum provides "*node"
ibm
| 1.5 kB 00:00:00
nodejs-8.9.4-0.ppc64 : Node.js JavaScript Programming Language
Repo : ibm
Matched from:
Filename : /QOpenSys/pkgs/share/doc/node
Filename : /QOpenSys/pkgs/include/node
Filename : /QOpenSys/pkgs/bin/node



nodejs-8.9.4-0.ppc64 : Node.js JavaScript Programming Language
Repo : @ibm
Matched from:
Filename : /QOpenSys/pkgs/bin/node


On Mon, Mar 19, 2018 at 7:00 AM, Bradley Stone <bvstone@xxxxxxxxx> wrote:

btw, this page has instructions on how to do chroot with yum:

https://www.ibm.com/developerworks/community/
wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/
page/RPMs%20-%20Getting%20Started

On Mon, Mar 19, 2018 at 7:59 AM, Bradley Stone <bvstone@xxxxxxxxx> wrote:

Yes, that makes sense, and is what I thought the answer would be.
Thanks,
Aaron.

The rabbit hole just gets deeper and deeper. :)


Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #3 <https://www.bvstools.com/mailtool.html>: No 400
byte
or less message limit as with SNDDST or SNDSMTPEMM.

On Mon, Mar 19, 2018 at 7:48 AM, Aaron Bartell <aaronbartell@xxxxxxxxx>
wrote:

How about versioning... what's the best way to keep them separate using
this method?

Opinion: Everyone should start adopting chroot on IBM i to keep your
apps,
including versions of Node.js, separate.

cd /QOpenSys
wget --no-check-certificate
https://bitbucket.org/litmis/ibmichroot/get/master.zip
unzip master.zip
mv litmis-ibmichroot-65e027091b7e ibmichroot
cd /QOpenSys/ibmichroot/chroot
export CHROOT_DIR=/QOpenSys/containers/c1
chroot_setup.sh chroot_minimal.lst $CHROOT_DIR
chroot_setup.sh chroot_nls.lst $CHROOT_DIR
yum --installroot=$CHROOT_DIR install nodejs

The above will create a new chroot container and install the nodejs rpm
into it. Then you you can enter the chroot container as follows:

chroot $CHROOT_DIR /usr/bin/bash

Now you are operating ~only~ on that single version of Node.js.

Hope that makes sense.

Aaron Bartell
IBM i hosting, starting at $157/month. litmis.com/spaces


On Mon, Mar 19, 2018 at 7:39 AM, Bradley Stone <bvstone@xxxxxxxxx>
wrote:

weird.. I didn't see those listed in the available packages. thanks..

How about versioning... what's the best way to keep them separate
using
this method?

Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #1 <https://www.bvstools.com/mailtool.html>: Command
and
ILE Interfaces available which means easily sending email from your
programs.

On Sun, Mar 18, 2018 at 10:16 PM, Jack Woehr <
jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:

It's IBM i. It's polluting my Unix brainspace ... :)

On Sun, Mar 18, 2018 at 9:13 PM, Jesse Gorzinski <
jgorzins@xxxxxxxxxx

wrote:

bash-cached PATH lookups. Run 'hash -r' to clear the cache, and
things
will become more sane!



"OpenSource" <opensource-bounces@xxxxxxxxxxxx> wrote on
03/18/2018
09:33:34 PM:

From: Jack Woehr <jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxx>
Date: 03/18/2018 09:33 PM
Subject: Re: [IBMiOSS] Installing Node vx with yum
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>

my brain hurtz

bash-4.4$ which node
/QOpenSys/pkgs/bin/node
bash-4.4$ `which node` -v
v8.9.4
bash-4.4$ node -v
v6.11.5
bash-4.4$ node -v
v6.11.5
bash-4.4$


On Sun, Mar 18, 2018 at 8:31 PM, Jack Woehr
<jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx
wrote:

Weird. How am I getting the wrong node?

bash-4.4$ /QOpenSys/pkgs/bin/node -v
v8.9.4
bash-4.4$ echo $PATH
/QOpenSys/pkgs/bin:/QOpenSys/QIBM/ProdData/OPS/tools/bin:/
QOpenSys/QIBM/ProdData/OPS/Node6/bin:/QOpenSys/usr/bin:/
usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin:/opt/
apache-ant-1.10.1/bin
bash-4.4$

Note the path


On Sun, Mar 18, 2018 at 8:27 PM, Aaron Bartell
<aaronbartell@xxxxxxxxx>
wrote:

Hmmmm... I don't believe the rpm install has Node.js v6 so it
must
be
picking up your 5733OPS install somehow (which doesn't make
sense
because
it found the one in the pkgs folder).

Try /QOpenSys/pkgs/bin/node -v


On Sun, Mar 18, 2018, 9:24 PM Jack Woehr
<jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx

wrote:

bash-4.4$ which node
/QOpenSys/pkgs/bin/node
bash-4.4$ node --version
v6.11.5
bash-4.4$ uname -a
OS400 OPENSRC 3 7 00210002307W Os

In other words, what yum will install today.

On Sun, Mar 18, 2018 at 8:21 PM, Aaron Bartell
<aaronbartell@xxxxxxxxx>
wrote:

Does the file in question exist? Are you using Node.js
v8.x?

On Sun, Mar 18, 2018, 9:18 PM Jack Woehr <
jwoehr@xxxxxxxxxxxxxxxxxxxxxxxx>
wrote:

Hmm, I'm a little clueless and would appreciate a shove
in
the
right
direction.

[idb-connector] Success:

"/QOpenSys/pkgs/lib/node_modules/idb-connector/lib/
binding/
Release/node-
*v57*-ibmi-ppc64/db2ia.node" is installed via remote
bash-4.4$ node
require('idb-connector')
Error: Cannot find module 'idb-connector'
at Function.Module._resolveFilename
(module.js:469:15)
... etc. ...
require('/QOpenSys/pkgs/lib/no
de_modules/idb-connector')
Error: Cannot find module

'/QOpenSys/pkgs/lib/node_modules/idb-connector/lib/
binding/
Release/node-
*v48*-ibmi-ppc/db2ia.node'
at Function.Module._resolveFilename
(module.js:469:15)

Version skew?

On Sun, Mar 18, 2018 at 5:43 PM, Aaron Bartell <
aaronbartell@xxxxxxxxx

wrote:

The modules have moved to the traditional npm
approach.

npm install idb-connector
npm install itoolkit



On Sun, Mar 18, 2018, 3:41 PM Bradley Stone
<bvstone@xxxxxxxxx>
wrote:

Is there any details about using yum to install
newer
versions
of
node,
etc?

I have followed the instructions in the wiki fpr
rpm/yum,
and I
can
change
my path to use the new version, but I'm sort of
lost
as
to
where
the
db2/etc functions are then.

Are they a different distribution to be installed
with
yum?
Do
we
use
the
old functions from v6?

Also, if we want to keep node versions separate, is
that
possible
with
yum? I didn't see any way to specify "install it
here".
So
when
node9
comes out if I want to keep node8 there until I've
tested
node9,
how
would
that be done?

Thanks!

Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #6 <https://urldefense.proofpoint
.com/
v2/url?
u=https-3A__www.bvstools.com_mailtool.html&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-
l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=iO-
JwTTf9nRKZP6n4hWcFbcsbJg-4Ku_J_ts-9euUP0&e=>:
Easily
send
group emails with Distribution Lists
--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.

--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.




--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.

--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.




--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.

--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.




--
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.




--
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: https://urldefense.proofpoint.com/v2/url?

u=https-3A__lists.midrange.com_mailman_listinfo_
opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
oLL1WooWwd4sNkHGb7de6Ann2M0ogA
CmKqZ03g2Spno&e=
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://urldefense.proofpoint.com/v2/url?
u=https-3A__archive.midrange.com_opensource&d=DwICAg&c=jf_
iaSHvJObTbx-
siA1ZOg&r=ZCVxF-w6wAginVZ42dfeYbM5huvio_77jTCJXaiFgrE&m=w-

l3_K9hbqQansqsxkrag97_zwqcItTu2IETSQbV2i0&s=
5SpLLDQ0XcwaXbpRJGoHtRCFUihEYP
s7MQHUapKHh-8&e=
.



--
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: https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://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: https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://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: https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://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: https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://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: https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/opensource.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.