LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   library not stripped (https://www.linuxquestions.org/questions/linux-software-2/library-not-stripped-697674/)

serchio 01-16-2009 02:42 AM

library not stripped
 
Hello,
I have an application which use some API's libraries. I installed this libraries with their rpm packages on RHEL5 (aplication works OK), and wanted to update. No exits rpm package for the last releases, then I've erased the rpm packages and I compiled the libraries src. I compiled the program's source code with gcc too. Now the application no works. I've seen the libraries are not stripped and before were stripped.
#file lib*.so
/usr/local/lib/lib*.so ELF 64-bit LSB shared object, AMD x86_64, version 1 (SYSV), not stripped
Could be a reason not to run the program?
How can I fix it?

Thanks

TB0ne 01-16-2009 08:25 AM

Quote:

Originally Posted by serchio (Post 3410798)
Hello,
I have an application which use some API's libraries. I installed this libraries with their rpm packages on RHEL5 (aplication works OK), and wanted to update. No exits rpm package for the last releases, then I've erased the rpm packages and I compiled the libraries src. I compiled the program's source code with gcc too. Now the application no works. I've seen the libraries are not stripped and before were stripped.
#file lib*.so
/usr/local/lib/lib*.so ELF 64-bit LSB shared object, AMD x86_64, version 1 (SYSV), not stripped
Could be a reason not to run the program?
How can I fix it?

Thanks

How can we tell? You don't give us any information about your program. You don't say what API's it uses, what you compiled from source, or anything about the error(s) you're getting.


All times are GMT -5. The time now is 01:46 AM.