473,325 Members | 2,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Problem installing NSE on Linux.


Folks,

I have installed DB2 UDB 8.1 FP4 on a RedHat 9.0 system. I am trying to
install Net Search Extender 8.1 but I am having problem with the install.

Here is the error I get:

[root@cronus linux]# ./nsesetup.sh
.....................

-----------------------------------
****** /tmp/db2nseinst28674.log
-----------------------------------
error: Failed dependencies:
/bin/ksh is needed by IBM_db2nse81-8.1-2
[root@cronus linux]# ls -l /bin/ksh
-rwxr-xr-x 1 root root 708147 May 12 2003 /bin/ksh

As you can see /bin/ksh is there. The install script is running a Java
program so I do not know what it is looking for.
[root@cronus linux]# uname -a
Linux cronus 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux
--
Hemant Shah /"\ ASCII ribbon campaign
E-mail: No************@xnet.com \ / ---------------------
X against HTML mail
TO REPLY, REMOVE NoJunkMail / \ and postings
FROM MY E-MAIL ADDRESS.
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind, Above opinions are mine only.
it's backed up on tape somewhere. Others can have their own.
Nov 12 '05 #1
2 3349

"Hemant Shah" <sh**@typhoon.xnet.com> wrote in message
news:bp**********@flood.xnet.com...

Folks,

I have installed DB2 UDB 8.1 FP4 on a RedHat 9.0 system. I am trying to
install Net Search Extender 8.1 but I am having problem with the install.
Here is the error I get:

[root@cronus linux]# ./nsesetup.sh
.....................

-----------------------------------
****** /tmp/db2nseinst28674.log
-----------------------------------
error: Failed dependencies:
/bin/ksh is needed by IBM_db2nse81-8.1-2
[root@cronus linux]# ls -l /bin/ksh
-rwxr-xr-x 1 root root 708147 May 12 2003 /bin/ksh

As you can see /bin/ksh is there. The install script is running a Java
program so I do not know what it is looking for.
[root@cronus linux]# uname -a
Linux cronus 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux

--
Hemant Shah /"\ ASCII ribbon campaign


DB2 is not supported on RH9 specifically because of Java problems. However,
you might try the following:

LD_ASSUME_KERNEL=2.2.5
export LD_ASSUME_KERNEL

Please note that this may disable multi=processor support.
Nov 12 '05 #2
While stranded on information super highway Mark A wrote:
:)
:)"Hemant Shah" <sh**@typhoon.xnet.com> wrote in message
:)news:bp**********@flood.xnet.com...
:)>
:)> Folks,
:)>
:)> I have installed DB2 UDB 8.1 FP4 on a RedHat 9.0 system. I am trying to
:)> install Net Search Extender 8.1 but I am having problem with the
:)install.
:)>
:)> Here is the error I get:
:)>
:)> [root@cronus linux]# ./nsesetup.sh
:)> .....................
:)>
:)> -----------------------------------
:)> ****** /tmp/db2nseinst28674.log
:)> -----------------------------------
:)> error: Failed dependencies:
:)> /bin/ksh is needed by IBM_db2nse81-8.1-2
:)>
:)>
:)> [root@cronus linux]# ls -l /bin/ksh
:)> -rwxr-xr-x 1 root root 708147 May 12 2003 /bin/ksh
:)>
:)> As you can see /bin/ksh is there. The install script is running a Java
:)> program so I do not know what it is looking for.
:)>
:)>
:)> [root@cronus linux]# uname -a
:)> Linux cronus 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
:)GNU/Linux
:)>
:)>
:)> --
:)> Hemant Shah /"\ ASCII ribbon campaign
:)
:)DB2 is not supported on RH9 specifically because of Java problems. However,
:)you might try the following:
:)
:)LD_ASSUME_KERNEL=2.2.5
:)export LD_ASSUME_KERNEL
:)
:)Please note that this may disable multi=processor support.
:)

Oops. The system I am installing DB2 is RH 8.0, not 9.0. The hardware is IBM
Xseries 305 with 2 processors.
# telnet cronus
Trying...
Connected to cronus.
Escape character is '^]'.
Red Hat Linux release 8.0 (Psyche)
Kernel 2.4.18-14 on an i686
:)

--
Hemant Shah /"\ ASCII ribbon campaign
E-mail: No************@xnet.com \ / ---------------------
X against HTML mail
TO REPLY, REMOVE NoJunkMail / \ and postings
FROM MY E-MAIL ADDRESS.
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind, Above opinions are mine only.
it's backed up on tape somewhere. Others can have their own.
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dom Incolingo | last post by:
Hello, I am trying to install version 1.4 of the J2EE on Linux (SuSE 9.0), but the install process fails. I downloaded the install file (j2eesdk-1_4-dr-linux-eval) from Sun, added execute...
1
by: timothy.williams | last post by:
I'm trying to install wxPython 2.5.3.1 using Python 2.3.2 on a Fedora 2 machine. I have python in a non-standard place, but I'm using --prefix with the configure script to point to where I have...
0
by: Gary Cote | last post by:
>Description: I've recently compiled mysql 4.0.14 on redhat 8.0. The installation fails, however, when running mysql_install_db. I've attached a transcript below. I gather from searching the...
6
by: kabrit | last post by:
Entrez "aide" pour afficher à nouveau les noms de produits. Entrez "quitter" pour quitter. *********************************************************** DB2.PE IBM_db2msen81... Preparing......
1
by: g950101 | last post by:
Hi, I faced some problems during using pyfort. The log for installing pyfort is attached: running install running build running build_py running build_scripts copying pyfort...
1
by: sureshbup | last post by:
Hi to all, I am trying to install CPAN modules using the command perl -MCPAN -e 'install qw (Text::CSV_XS)' but i get the problem like this even i changed the working proxies but none is...
5
by: jgelfand | last post by:
I'm installing Python 2.4.4 on a CentOS release 4.6 (Final) 64-bit machine. Running "./configure --prefix="/ usr/local/yosi/ciao-4.0/ots" --enable-shared" appears to be fine, but I get the...
60
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
On May 3, 8:09 am, apati...@gmail.com wrote: A programmer that uses Vista? :O Vista is a hog of an operating system. Downgrade to Windows XP or get yourself a Linux distro.
7
by: Adam01 | last post by:
Im not perl expert with perl, and I am trying to run a server script (that I didnt write). And perl reports: Can't locate IO/Compress/Gzip.pm in @INC (@INC contains:...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.