- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- find libldapssl41.so
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-18-2011 03:24 PM
01-18-2011 03:24 PM
find libldapssl41.so
I nedd know the libldapssl41.so is installed in the server
how can find?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2011 08:53 PM
01-18-2011 08:53 PM
Re: find libldapssl41.so
To search for particular file, you can use the find command.
Check the following links for more details on the find command
* Searching for Files using find
http://docs.hp.com/en/A1700-90014/ch02s18.html
* HPUX find
http://www.informatik.uni-frankfurt.de/doc/man/hpux/find.1.html
File with .SO extension stands for a shared library.
I think these files should be located in "/usr/lib/hpux32" folder.
try the following searches
A) Search from the root
#find / -name "libldapssl41.so"
or
B) Search in a specific directory
#find /usr/lib/hpux32 -name "libldapssl41.so"
Hope this helps.
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2011 04:48 AM
01-19-2011 04:48 AM
Re: find libldapssl41.so
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2011 05:51 AM
01-19-2011 05:51 AM
Re: find libldapssl41.so
This correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2011 07:10 AM
01-19-2011 07:10 AM
Re: find libldapssl41.so
Please give more context ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2011 10:16 AM
01-19-2011 10:16 AM
Re: find libldapssl41.so
The HP-UX.1131 has installed the librery? or must download pacht?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 02:22 AM - last edited on 08-08-2011 12:35 PM by Kevin_Paul
01-20-2011 02:22 AM - last edited on 08-08-2011 12:35 PM by Kevin_Paul
Re: find libldapssl41.so
Have you looked at similar threads. mr google finds:
http://h30499.www3.hp.com/t5/General/looking-for-library-file-fot-LDAP/m-p/4219875#M135525
http://h30499.www3.hp.com/t5/Databases/LDAP-library-on-Integrity-running-11i-v3/m-p/4166838#M37279
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 02:28 AM
01-20-2011 02:28 AM
Re: find libldapssl41.so
It sure looks like it, that's what those threads say. You must download the LDAP-UX product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 04:37 AM
01-20-2011 04:37 AM
Re: find libldapssl41.so
HP-UX 11.31 ia64
Virtual Machine Guess
Host Server
Blade 870C i2
This depot apply for O.S?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 05:09 AM
01-20-2011 05:09 AM
Re: find libldapssl41.so
Sorry for quiestion
The run command:
sapl990:dbcadm 21> ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 4096
I need modify value data for "unlimited"
how can modify?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2011 01:19 AM
01-22-2011 01:19 AM
Re: find libldapssl41.so
Sure, 11.31 is listed:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA
>I need modify value data for "unlimited"
You can not. You can only make it larger by changing the kernel parm to 4 Gb:
# kctune maxdsiz=0xfffff000
After you change this, user process must login again, if they really need this increase from 1 Gb to 4 Gb.
(Note: Just because you can increase it, doesn't mean existing applications can use it. But java can.)
For 64 bit processes:
# kctune maxdsiz_64bit= (much bigger number)