|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello, Any inputs about this one? Code:
/usr/lib/dld.sl: Can't find path for shared library: libintl.sl /usr/lib/dld.sl: No such file or directory [HP ARIES32]: Core file for 32-bit PA-RISC application [HP ARIES32]: /tmp/usr/local/bin/git saved to /etc/core.git. ABORT instruction (core dumped) bash-4.0# echo $LD_LIBRARY_PATH /usr/lib:/open/ssl/lib bash-4.0# echo $SHLIB_PATH /usr/lib:/open/ssl/lib bash-4.0# find / -name libintl.sl -print /opt/gnome/lib/libintl.sl /usr/lib/libintl.sl Last edited by pludi; 06-14-2012 at 06:02 AM.. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
@Hammadi dali
IMHO. This problem has nothing to do with HP-UX and/or the solution link posted. @SystemAddict Pleae post exactly (to the decimal point) what Linux Operating System and version you are running and a lot lot more about what software you are trying to run, what you typed, what you expected to happen, and what actually happened. I may not be able to help you, but please provide detail for those who can. Last edited by methyl; 06-15-2012 at 08:14 PM.. Reason: assorted typos |
|
#4
|
|||
|
|||
|
Post the command you used to compile the executable and also post the output of the below command... Code:
ldd -v name_of_the_executable_file |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linkers and Loaders: how to (if possible) specify relative path for shared library to the loader | emitrax | Programming | 2 | 10-29-2009 11:29 AM |
| How to change a Makefile from building static library to shared library? | cpthk | Shell Programming and Scripting | 1 | 08-26-2009 02:23 AM |
| Shared memory for shared library | otheus | Programming | 0 | 09-03-2008 03:55 AM |
| Shared memory in shared library | DreamWarrior | Programming | 12 | 05-30-2007 04:33 PM |
| How To Find Unresolved symbol in shared library? | chenhao_no1 | Programming | 1 | 01-27-2003 03:12 AM |
|
|