Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Listener problem in Oracle 8.1.5 for RH 6.2
Amol - I think that you are on the right track, looking at LD_LIBRARY_PATH.
Possibly you don't have that variable set just quite right, or it isn't set
when you issue the lsnrctl. You can check the setting by entering "env" just
before you issue lsnrctl. Try to check for extra characters or non-printing
characters. Try to find someone that knows more about Unix to look over your
shoulder.
Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Friday, May 10, 2002 2:48 AM
To: Multiple recipients of list ORACLE-L
Hi All
I have problem related to listener. On my machine I have Oracle 8.1.5 on RH 6.2. When I issued the command $ lsnrctl I got the following error message
lsnrctl: error in loading shared libraries: libskgxp8.so: cannot
open shared object file: No such file or directory
I have downloaded the library from rpmfind.net and installed it
from root user on my machine. My file libskgxp8.so is located in
$ORACLE_HOME/lib.
However still when I say $ lsnrctl then I get the above error. Is
that file is not used or what? I have also restarted my machine
but it is still not working.
I already have these settings in my .bash_profile. But it is not working. Does anyone has the solution for this problem?
LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.5/lib; export LD_LIBRARY_PATH Amol
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Nandu Garg
INET: focussed_at_rediffmail.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri May 10 2002 - 11:24:17 CDT
![]() |
![]() |