- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Subversion error svn -- version /usr/lib/hpux64/d...
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
07-13-2022 11:01 AM - last edited on 07-14-2022 02:14 AM by support_s
07-13-2022 11:01 AM - last edited on 07-14-2022 02:14 AM by support_s
After installing SVN Subversion I tried to check the version by using command svn --version
I get the below error
Killed
i went to the usr/lib/hpux64/dld.so and checked is there any file libdb.so
i tried to reinstall with different versions but same error
db dependiences are also installed
Please help in fixing the issue
Solved! Go to Solution.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 10:38 PM
07-13-2022 10:38 PM
Re: Subversion error svn -- version /usr/lib/hpux64/dld.so: Unable to find library 'libd
I don't use "SVN Subversion", so I know nothing, but if I did know
anything about it, I still wouldn't know what you're doing.
> After installing SVN Subversion [...]
What, exactly, did you install, how, exactly, on what, exactly? Did
you compile and link the software yourself, or are you using some
pre-built package from someplace?
uname -a
> i went to the usr/lib/hpux64/dld.so and checked is there any file
> libdb.so
Eh? "went to"? "checked" how, exactly? With what result? As
usual, showing actual commands with their actual output can be more
helpful than your summary of what it all means.
> i tried to reinstall with different versions but same error
_Which_ "different versions"? "different" from _what_?
> db dependiences are also installed
Again, what, exactly, did you install, how, exactly?
> Please help in fixing the issue
You first?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 11:36 PM
07-13-2022 11:36 PM
Re: Subversion error svn -- version /usr/lib/hpux64/dld.so: Unable to find library 'libd
Killed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 12:51 AM
07-14-2022 12:51 AM
SolutionIf you've installed all the dependencies then you've installed db-18.1.40 which contains the shared library libdb.so
By default it will have been installed in /usr/local/lib/hpux64
So if your svn binary isn't looking there for it, you probably need to add it to your SHLIB_PATH environment variable (from memory). If you want to use a version control system like subversion, this implies you are doing some form of development on HP-UX? If you don't know about basics like search paths for shared libraries, this doesn't bode well.
I am an HPE Employee
