- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot find shared library libz.sl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:06 AM
01-17-2006 02:06 AM
Cannot find shared library libz.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:13 AM
01-17-2006 02:13 AM
Re: Cannot find shared library libz.sl
Have you installed zlib?
You can find it
http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.2.3/
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:30 AM
01-17-2006 02:30 AM
Re: Cannot find shared library libz.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:35 AM
01-17-2006 02:35 AM
Re: Cannot find shared library libz.sl
if you run ldd (list dynamic dependencies of executable files)
of your svn client executable file, do you see lbz.sl library with the correct path?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:09 AM
01-17-2006 03:09 AM
Re: Cannot find shared library libz.sl
"ldd: "/usr/local/bin/svn" is not a shared executable."
What now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:13 AM
01-17-2006 03:13 AM
Re: Cannot find shared library libz.sl
file /usr/local/bin/svn
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:16 AM
01-17-2006 03:16 AM
Re: Cannot find shared library libz.sl
root@temp85 / >file /usr/local/bin/svn
/usr/local/bin/svn: ELF-64 executable object file - PA-RISC 2.0 (LP64)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:23 AM
01-17-2006 03:23 AM
Re: Cannot find shared library libz.sl
but with cmd
ldd /usr/local/bin/svn
Do you see nothing?
but with cmd file you see that /usr/local/bin/svn is a
ELF-64 executable object file - PA-RISC 2.0 (LP64)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:28 AM
01-17-2006 03:28 AM
Re: Cannot find shared library libz.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:32 AM
01-17-2006 03:32 AM
Re: Cannot find shared library libz.sl
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:38 AM
01-17-2006 03:38 AM
Re: Cannot find shared library libz.sl
Probably you are running on itanium machine
right!!
When I try to exec a executable file and this bin file core with error "cannot find libz.sl library" I think that this bin file
should have library in it.
Now I work with pa-risc machine and generally when bin file send a typical error cannot find .... lib I verify bin file with ldd command which are library and in which path bin file search them
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:42 AM
01-17-2006 03:42 AM
Re: Cannot find shared library libz.sl
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:47 AM
01-17-2006 03:47 AM
Re: Cannot find shared library libz.sl
libtool: install: warning: relinking `libsvn_diff-1.la'
libtool: install: warning: relinking `libsvn_ra-1.la'
libtool: install: warning: relinking `libsvn_wc-1.la'
libtool: install: warning: relinking `libsvn_client-1.la'
/usr/lib/pa20_64/dld.sl: Unable to find library 'libz.sl'.
sh: 12277 Memory fault(coredump)
Attached is the compile logfile as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 03:50 AM
01-17-2006 03:50 AM
Re: Cannot find shared library libz.sl
/usr/lib/pa20_64/dld.sl: Unable to find library 'libz.sl'.sh: 12277 Memory fault(coredump)
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 04:52 AM
01-17-2006 04:52 AM
Re: Cannot find shared library libz.sl
Could you post the output of the "uname -a" command.
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 05:22 AM
01-17-2006 05:22 AM
Re: Cannot find shared library libz.sl
Run the command:
file /stand/vmunix
If it returns ELF-64 (etc) then you are running 64 bit.
If it returns something like:
s800 executable -not stripped
or
PA-RISC1.1 executable -not stripped
then you know you are running 32 bit and you will need to get the 32 bit version of your application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 06:41 AM
01-17-2006 06:41 AM
Re: Cannot find shared library libz.sl
I am running a 64 bit vmunix. What I have not figured out yet is why does the dld.sl library not resolve the libz.sl via SHLIB_PATH or LD_RUM_PATH or explicit pathing inside the library. Finally, I am looking at some the "make" compile/links to be sure that none of the intermediate libraries are not 32 bit. It's still a mystery. If anyone has some insight (from the compile logs, etc) please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 06:42 AM
01-17-2006 06:42 AM
Re: Cannot find shared library libz.sl
I am running a 64 bit vmunix. What I have not figured out yet is why does the dld.sl library not resolve the libz.sl via SHLIB_PATH or LD_RUN_PATH or explicit pathing inside the library. Finally, I am looking at some the "make" compile/links to be sure that none of the intermediate libraries are not 32 bit. It's still a mystery. If anyone has some insight (from the compile logs, etc) please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 08:35 AM
01-17-2006 08:35 AM
Re: Cannot find shared library libz.sl
/usr/local/lib/libz.sl: file not recognized: File format not recognized
collect2: ld returned 1 exit status
Does anyone have any idea what this means?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 08:54 AM
01-17-2006 08:54 AM
Re: Cannot find shared library libz.sl
Do an ll on the following and post the results:
# ll /usr/local/lib/libz.sl
# ll /usr/local/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3.4.5/../../..//libz-1.2.3.sl
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 09:04 AM
01-17-2006 09:04 AM
Re: Cannot find shared library libz.sl
-rwxr-xr-x 1 root sys 90112 Dec 5 12:38 /usr/local/lib/libz.sl
root@temp85 / >ppa64-hp-hpux11.11/3.4.5/../../..//libz-1.2.3.sl <
-rwxrwxrwx 1 root sys 119280 Aug 2 06:19 /usr/local/pa20_64/lib
/gcc/hppa64-hp-hpux11.11/3.4.5/../../..//libz-1.2.3.sl
root@temp85 / >
HHmmm.... What now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 09:17 AM
01-17-2006 09:17 AM
Re: Cannot find shared library libz.sl
Try linking subversion with /usr/local/pa20_64/lib/gcc/hppa64-hp-hpux11.11/3.4.5/../../..//libz-1.2.3.sl instead of /usr/local/lib/libz.sl
The compile option to gcc would be "-lz-1.2.3" instead of "-lz"
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 09:50 AM
01-17-2006 09:50 AM
Re: Cannot find shared library libz.sl
# find / -name "libz.sl" -type f
hope it helps!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 11:36 PM
01-17-2006 11:36 PM
Re: Cannot find shared library libz.sl
root@temp85
/>find / -name "libz.sl" -type f
/usr/lib/pa20_64/libz.sl
/usr/local/lib/libz.sl
root@temp85 / >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 12:39 AM
01-18-2006 12:39 AM
Re: Cannot find shared library libz.sl
I moved the libz files from /usr/local/lib and installed links to the /usr/local/pa20_64/lib/libz files so that the linker would use the 64 bit versions. Then I did a make distclean, make and finally make install. Now the make install bombs out with "Unable to find library 'libaprutil-0.sl.9' (Core dump). Looks like I am down to some library pathing issues (Re: SHLIB_PATH). Thanks for everyone's help. Points assigned.