473,386 Members | 1,693 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,386 software developers and data experts.

dxxadm fatel error --- libicudt20b.so

I receive the following fatal error when attempting to run dxxadm on a
solaris.

I am using db2 v8.1. I did not install the instance of db2, so have
no idea why the xml files referenced in the following tutorial
http://publib.boulder.ibm.com/infoce...d/c0008005.htm
are in the /var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS
directory when everything else seems to be in the /opt/IBM/db2/V8.1
directory.

command I am running:

/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/bin/dxxadm
enable_db SALES_DB

error I am getting:

ld.so.1: /var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/$PRODVERS/bin/dxxadm:
fatal: libicudt20b.so: open failed: No such file or directory

What am I doing wrong? I am assuming it has something to do the the
LD_LIBRARY_PATH which is set to:

LD_LIBRARY_PATH=:/export/home/db2inst1/sqllib/lib this is a link
directory to /opt/IBM/db2/V8.1/lib64

This directory doesn't contain the libicudt20b.so file. It is located
in the following two locations:
/var/tmp/db2/ese/db2/solaris/db2icut81/reloc/IBM/db2/$PRODVERS/lib
/opt/IBM/db2/V8.1/lib

How do I get around this error message?
Nov 12 '05 #1
1 2026
I modified getstart_prep.cmd

FROM:
################################################## ############################
db2 "connect to SALES_DB"
db2 "bind /opt/IBM/db2/V8.1/bnd/@dxxbind.lst"
db2 "terminate"
dxxadm enable_db SALES_DB
################################################## ############################
TO:
################################################## ############################
db2 "connect to SALES_DB"
db2 "bind /var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/bnd/@dxxbind.lst"

db2 "terminate"

LD_LIBRARY_PATH=/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/lib:/opt/IBM/db2/V8.1/
lib
export LD_LIBRARY_PATH

/var/tmp/db2/ese/db2/solaris/db2xml81/reloc/IBM/db2/\$PRODVERS/bin/dxxadm
enable_db SALES_DB

################################################## ############################

The LD_LIBRARY_PATH change got me past the libicudt20b.so error.

The full paths got me past bind errors.
Nov 12 '05 #2

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

Similar topics

0
by: Cary | last post by:
Trying to install on SuSE 8.2 from source. ../configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-unixODBC=/usr/lib getting this error: /root/php-4.3.2/ext/odbc/php_odbc.c -o...
1
by: Wayno | last post by:
My php logs are coming up empty. I have done all I can think of, and all that made sense to me. Can someone take a look at my php.ini please and tell me what you think may be the problem. I...
10
by: r6uji7 | last post by:
hello, i am new to PHP programming and wondered if u could help. lets say i have the following files: 1. error.php: that is routed to for all errors. this page should display proper and...
2
by: WSeeger | last post by:
When creating a new class, is it encouraged to always include error handling routines within your LET and GET procedures? It's seems that most text books never seem to include much about error...
13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
4
mageswar005
by: mageswar005 | last post by:
hi guys, now i worked in text box spell checker,i wrote the code for spell checker but its not working fine,it display the fatel error like Call to undefined function pspell_new().Guys...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.