Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 9i on Redhat9 agent does not start...
I just had this problem after upgrading. The agent is 32 bit based.
libvppdc.so file needs to be in $ORACLE_HOME/lib32.
Then you need to set the LIBPATH variable to list lib32 directrory first.
LIBPATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib
Be careful this doesn't break something else. I had to change the LIBPATH just for the start and stop and then change it back right away.
LeRoy
Anjan Thakuria wrote:
> Gurus,Would appreciate any help that I can get on this...I have
> 9.2.0.1 on redhat 9 ...However I cannot seen to start the agent on the
> server...agentctl start just bails out.. no messages...This what I see
> in the dbsnmp.nohup/db/app/oracle/product/9.2.0/bin/dbsnmp: error
> while loading shared libraries: libvppdc.so: cannot open shared object
> file: No such file or directory
> Agent exited at Wed Aug 20 12:33:26 CDT 2003 with return value 127
> Agent thrashing. Exiting dbsnmpwd at Wed Aug 20 12:33:26 CDT
> 2003libvppdc.so file exists in the location ORACLE_HOME/lib and it is
> a 32 bit file..Thanks in advance...Anjan
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: LeRoy Kemnitz INET: lkemnitz_at_uwsa.edu Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Wed Aug 20 2003 - 14:19:25 CDT
![]() |
![]() |