./curl -V showing fatal: libldap.so.5: open failed: No such file or directory


 
Thread Tools Search this Thread
Operating Systems Solaris ./curl -V showing fatal: libldap.so.5: open failed: No such file or directory
# 8  
Old 08-06-2013
check with oracle for the upgrade/patch packages ... since this is solaris 8, it is most likely some required patches were missed from being installed ...
This User Gave Thanks to Just Ice For This Post:
# 9  
Old 08-07-2013
You cannot install a Solaris 10 package on Solaris 8. Find a curl binary built for the latter.
This User Gave Thanks to jlliagre For This Post:
# 10  
Old 08-07-2013
I downloaded curl package for solaris 8 from this site:
-http://curl.haxx.se/download.html

the package is
Code:
curl-7.15.1.pkgadd.tar.Z

however when I untar it , I got:-
Code:
bash-2.03$ ls -l
total 4518
-rw-r--r--   1 mahadis  staff       1044 Dec  9  2005 LICENSE.CURL
-rw-r--r--   1 mahadis  staff      24389 Dec  9  2005 LICENSE.LIBGCRYPT.LGPL
-rw-r--r--   1 mahadis  staff      24390 Dec  9  2005 LICENSE.LIBGNUTLS.LGPL
-rw-r--r--   1 mahadis  staff      24389 Dec  9  2005 LICENSE.LIBGPG-ERROR.LGPL
-rw-r--r--   1 mahadis  staff      24390 Dec  9  2005 LICENSE.LIBTASN1.LGPL
-rw-r--r--   1 mahadis  staff       1439 Dec  9  2005 LICENSE.ZLIB
-rw-r--r--   1 mahadis  staff      24485 Dec  9  2005 LICENSE.pycurl.LGPL
-rw-r--r--   1 mahadis  staff       1822 Apr 19  2007 README
-rw-r--r--   1 mahadis  staff      37376 Apr 19  2007 TWWcurl715d
-rw-r--r--   1 mahadis  staff     166912 Apr 19  2007 TWWcurl715m
-rw-r--r--   1 mahadis  staff     800256 Apr 19  2007 TWWcurl715u
-rw-r--r--   1 mahadis  staff    1139200 Aug  7 10:42 curl-7.15.1.pkgadd.tar
bash-2.03$

Don't know how to install it, but then in read me file I found something like this:-

Code:
Solaris (pkgadd)
================
# cd /tmp
# compress -d expat-1.95.8.pkgadd.tar.Z
# tar xf expat-1.95.8.pkgadd.tar
# pkgadd -d TWWlibexpat19m TWWlibexpat19m
# pkgadd -d TWWlibexpat19u TWWlibexpat19u

Why the same package is mentioned twice while installing with pkgadd - d command ? ;Any idea , how to install this curl packgage on solaris 8 ?

Thanks for you help till now, I truly appreciate it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unable to open input kickstart file curl#37

Hi, Getting the below error while installing from ks.cfg unable to open input kickstart file curl#37 Couldn't open file /tmp/swappart Here am trying to include /tmp/swappart file from pre section under disks and partition section. Dont know where exactly am doing wrong My kickstart file... (3 Replies)
Discussion started by: Sumanthsv
3 Replies

2. What is on Your Mind?

PHP Fatal Errors During SSL Cert Management - PHP Fatal error: xc_fcntl_mutex failed

Today, I noticed some errors in our SSL cert renewal log files, mostly related to domains where the IP address had changed. Concerned about this, rebuilt out SSL cert, which normally goes well without a hiccup. However, for today, for some reason which I cannot explain, there was a PHP error... (0 Replies)
Discussion started by: Neo
0 Replies

3. Shell Programming and Scripting

Linux open failed: No such file or directory error

Hi, The below commands works fine on serverB . /etc/profile; cd /export/home/user2/utils/plugin/ ./runme.shHowever, when i run the same commands from serverA it fails $ ssh -q user2@serverB ". /etc/profile; cd /export/home/user2/utils/plugin; ./runme.sh"Output Error: Please find the below... (8 Replies)
Discussion started by: mohtashims
8 Replies

4. Programming

Fatal error: mcrypt.h: No such file or directory

Hi All, I am trying to include a mcrypt.h header but I am getting the below error: test01> gcc test1.c test1.c:5:20: fatal error: mcrypt.h: No such file or directory #include <mcrypt.h> ^ compilation terminated. As I cannot put my encryption program here, so have... (4 Replies)
Discussion started by: Shre
4 Replies

5. UNIX for Advanced & Expert Users

Curl: fatal: libcrypto.so.1.0.0

Hi, I've installed curl with all despondency but when I try to start it I get: root@xxx> curl ld.so.1: curl: fatal: libcrypto.so.1.0.0: open failed: No such file or directory Killed Looks like I have to change/make symlinks but I don't know how/where. Any idia? ---------- Post... (3 Replies)
Discussion started by: mehrdad68
3 Replies

6. Solaris

fatal error: stdio.h: No such file or directory

Trying to compile a C program recievin this hello.c:1:19: fatal error: stdio.h: No such file or directory gcc is installed on the system. echo $PATH /usr/bin:/usr/sbin:/usr/gcc/4.5/include/c++/4.5.2/tr1 root@Sol11swtb01:/media/NO NAME/Programming/C/Testing# cd... (2 Replies)
Discussion started by: Fingerz
2 Replies

7. Shell Programming and Scripting

fatal: cannot open file `TNAME' for reading (No such file or directory)

Hi, I am running this command through a shell script and getting the error mentioned in the subject line: testing.awk -f x.txt TNAME My testing.awk file contains something like ++++++++++++++++++ #!/usr/bin/awk -f BEGIN{ TAB_NAME="INSERT_ONE_" ARGV ; } if ( $1=="JAM_ONE" &&... (1 Reply)
Discussion started by: kunwar
1 Replies

8. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

9. Solaris

Error- ld.so.1: expr: fatal: libgmp.so.3: open failed:No such file or directory

Hi Friends I have a compiler(Sun Forte,I believe) running in my Solaris 9 box. since y'day my development team is finding this error when they compile: ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory I ran a search for this file and found it in one of my file... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

10. UNIX for Advanced & Expert Users

fuser not showing file open by vi

hi, I opened a simple text file by vi. I then started another shell, and did fuser myFile. I expected it to show the pid of the vi session that had that file open, but it just returned a blank. why would this be? thanks (4 Replies)
Discussion started by: JamesByars
4 Replies
Login or Register to Ask a Question