Operating System - HP-UX
1752752 Members
5353 Online
108789 Solutions
New Discussion юеВ

Re: /usr/lib/hpux32/dld.so file is renamed

 
SOLVED
Go to solution
Ramaprasad K
Regular Advisor

Re: /usr/lib/hpux32/dld.so file is renamed

Thanks for all your replies.
Barakati
Frequent Advisor

Re: /usr/lib/hpux32/dld.so file is renamed

Hi Dennis,

I followed the same steps suggested.
1.single user mode.
2.mount.
3.# pwd

/usr/lib/hpux32

# /sbin/mv dld.so.org dld.so

mv: dld.so.org: cannot access: No such file or directory

# ls d*

dld.so.org libjvm.so.bpd

# /sbin/mv /usr/lib/hpux32/dld.so.org /usr/lib/hpux32/dld.so

mv: /usr/lib/hpux32/dld.so.org: cannot access: No such file or directory


Kindly help me.
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/hpux32/dld.so file is renamed

>dba_hp: # /sbin/mv dld.so.org dld.so
>mv: dld.so.org: cannot access: No such file or directory

Perhaps you have some unprintable chars in the name?
Try: /sbin/ls -lbd d*
Barakati
Frequent Advisor

Re: /usr/lib/hpux32/dld.so file is renamed

Hi Dennis,

I tried like below.
dev2# ls -lbd d*
-r-xr-xr-x 1 bin bin 1065976 Aug 13 21:54 dld.so
dr-xr-xr-x 2 bin bin 96 Apr 12 2008 dpd
Again same error "no such file or directory"
Kindly help me what shall i do.
Barakati
Frequent Advisor

Re: /usr/lib/hpux32/dld.so file is renamed

Sorry I post the output from another server.

Here it is:
# cd /usr/lib/hpux32
# /sbin/ls -lbd d*
dr-xr-xr-x 2 bin bin 96 Feb 2 13:54 dpd
# /sbin/ls -lb d*
total 1872
-r-xr-xr-x 1 bin bin 925800 Feb 16 2007 dld.so.org
-r--r--r-- 1 bin bin 18864 Feb 16 2007 libjvm.so.bpd
# /sbin/mv dld.so.org dld.so
mv: dld.so.org: cannot access: No such file or directory

Kindly help me.
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/hpux32/dld.so file is renamed

>-r-xr-xr-x 1 bin bin 1065976 Aug 13 21:54 dld.so

You appear to now have a dld.so. So what's the new problem?
Barakati
Frequent Advisor

Re: /usr/lib/hpux32/dld.so file is renamed


I guess you found the problem with my wrong post.

another thing i would like you to go through is this.

# # /sbin/ls -l d*
total 1872
-r-xr-xr-x 1 bin bin 925800 Feb 16 2007 dld.so.org
-r--r--r-- 1 bin bin 18864 Feb 16 2007 libjvm.so.bpd
# /sbin/ls -l dld*
dld* not found
# /sbin/ls -l *org
*org not found

I appreciate your kindness to reply a closed thread.
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/hpux32/dld.so file is renamed

>dba_hp: I guess you found the problem with my wrong post.

(I didn't see it until now.)

# /sbin/ls -l d*
-r-xr-xr-x 1 bin bin 925800 Feb 16 2007 dld.so.org
-r--r--r-- 1 bin bin 18864 Feb 16 2007 libjvm.so.bpd

This seems to indicate that dld.so.org was moved into /usr/lib/hpux32/dpd/.
Try this:
# /sbin/mv dpd/dld.so.org dld.so
Barakati
Frequent Advisor

Re: /usr/lib/hpux32/dld.so file is renamed

Many Thanks to Mr. Dennis,

Moral 100 points to you.

It is fixed now.

Thanks again.

wrong post: I post one of the commands ouptut from different server.
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/hpux32/dld.so file is renamed

>dba_hp: Many Thanks to Mr. Dennis, Moral 100 points to you.

That's why you should create your own thread and add a URL to an existing one if there is anything useful.