vali1
1
Hi
I am getting the below error while using strip command.
strip: libelf error.
Request error: no string table
strip: a.out: file not manipulated
Could somebody please let me know what might be the solution??
It is in ksh and solaris 10.
Thanks in advance
vali1
3
a.out is an executable actually.
That was just an example.........
---------- Post updated at 05:27 PM ---------- Previous update was at 05:24 PM ----------
It has given the below out put
ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped
I was trying to determine if the file was something different. a.out is supposed to be an executable image by default.
Notice -- it says "stripped", you cannot strip a file that is already stripped. Some versions of strip complain, other do not. Yours does.
vali1
5
Thanks Jim for trying...
There are other executables which were stripped successfully , Unfortunately I got problem only with one executable. 