Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-30-2007, 06:32 AM
|
#16
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Krishnan.V: please execute this command and paste the results:
Code:
ls -ld /usr/lib/libssl.so /usr/lib/libssl.so.4
|
|
|
10-30-2007, 06:39 AM
|
#17
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
ls -ld /usr/lib/libssl.so /usr/lib/libssl.so.4
lrwxrwxrwx 1 root root 15 2007-10-30 14:14 /usr/lib/libssl.so -> libssl.so.0.9.8
-rw-r--r-- 1 root root 0 2007-10-30 15:34 /usr/lib/libssl.so.4
|
|
|
10-30-2007, 06:53 AM
|
#18
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
What should i do now?
|
|
|
10-30-2007, 08:10 AM
|
#19
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
Matthew help
|
|
|
10-30-2007, 08:40 AM
|
#20
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Hmm, it looks like your /usr/lib/libssl.so.4 file is an empty file. Something bad has happened to it, and it will need to be re-installed. What distro are you using?
|
|
|
10-30-2007, 09:04 AM
|
#21
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
Iam using Ubuntu 7.04
|
|
|
10-30-2007, 10:22 AM
|
#22
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
OK, so we want to identify the package which this file belongs to and then re-install it.
To show the package which contains a file you so this:
Please do it do it for all the libssl files, and also list them so I can see what is going on more completely:
Code:
dpkg -S /usr/lib/libssl*
ls -ld usr/lib/libssl*
Please paste the output of these commands. By the way, I am assuming you are not the same personal the original poster, is that correct?
|
|
|
10-31-2007, 01:20 AM
|
#23
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
Yes. Iam not the original poster. i.e. Amitabhishek. I will post the results soon.
|
|
|
10-31-2007, 01:35 AM
|
#24
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
Results for dpkg -S /usr/lib/libssl*
libnss3: /usr/lib/libssl3.so
libssl-dev: /usr/lib/libssl.a
libssl-dev: /usr/lib/libssl.so
libssl0.9.7: /usr/lib/libssl.so.0.9.7
libssl0.9.8: /usr/lib/libssl.so.0.9.8
dpkg: /usr/lib/libssl.so.4 not found.
|
|
|
10-31-2007, 01:37 AM
|
#25
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
i can't post the results for dpkg -S file. Iam getting an error saying....
The text that you have entered is too long (26410 characters). Please shorten it to 25000 characters long.
What do i do?
|
|
|
10-31-2007, 01:39 AM
|
#26
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
vers/Makefile
libssl-dev: /usr/share/man/man3/BIO_read_filename.3ssl.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/um/sys-ppc/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/i386/oprofile/Kconfig
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/sh/drivers/pci/Makefile
tango-icon-theme: /usr/share/icons/Tango/24x24/apps/file-manager.png
console-tools: /usr/share/doc/console-tools/file-formats/raw
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/x86_64/pci/Makefile
gedit: /usr/lib/gedit-2/plugins/libfilebrowser.so
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/usr/Makefile
tango-icon-theme: /usr/share/icons/Tango/22x22/apps/redhat-filemanager.png
ubuntu-docs: /usr/share/gnome/help/files-and-docs/gl
human-icon-theme: /usr/share/icons/Human/16x16/apps/xfce-filemanager.png
libssl-dev: /usr/share/doc/libssl-dev/demos/maurice/Makefile
gnome-pilot-conduits: /usr/lib/gnome-pilot/conduits/libmemo_file_conduit.la
diveintopython: /usr/share/doc/diveintopython/html/file_handling/more_on_modules.html
|
|
|
10-31-2007, 01:39 AM
|
#27
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
liburi-perl: /usr/share/man/man3/URI::file.3pm.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/powerpc/boot/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/include/config/oprofile.h
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/ia64/lib/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/gt64120/ev64120/Makefile
libssl-dev: /usr/share/man/man3/SSL_CTX_use_certificate_chain_file.3ssl.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/alpha/oprofile
file-roller: /usr/share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/net/netlabel/Makefile
human-icon-theme: /usr/share/icons/Human/22x22/actions/filenew.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/dio/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/ubuntu/fs/squashfs/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/aoa/soundbus/i2sbus/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/h8300/platform/h8300h/h8max/Makefile
linux-headers-2.6.20-15-generic: /usr/src/linux-headers-2.6.20-15-generic/scripts/Makefile.modpost
ubuntu-docs: /usr/share/gnome/help/files-and-docs/hr
ubuntu-docs: /usr/share/gnome/help/files-and-docs/hu
file-roller: /usr/share/omf/file-roller/file-roller-ru.omf
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/avr32/boards/atstk1000/Makefile
xsane-common: /usr/share/doc/xsane-common/html/xsane-setup-filetype.jpg
base-files: /usr/share/base-files/profile
|
|
|
10-31-2007, 01:39 AM
|
#28
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/xtensa/boot/boot-redboot/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/fs/ecryptfs/Makefile
debianutils: /usr/share/man/man1/tempfile.1.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/lib/zlib_deflate/Makefile
gnome-icon-theme: /usr/share/icons/gnome/22x22/actions/filesave.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/video/backlight/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/h8300/boot/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/char/tpm/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/avr32/lib/Makefile
base-files: /usr/share/doc/base-files/copyright
app-install-data: /usr/share/app-install/desktop/fileshare.desktop
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/pci/au88x0/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/sh64/mach-sim/Makefile
file: /usr/share/lintian/overrides/file
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/acpi/parser/Makefile
diveintopython: /usr/share/doc/diveintopython/examples/fileinfo_fromdict.py
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/au1000/pb1000/Makefile
tango-icon-theme: /usr/share/icons/Tango/16x16/actions/filesave.png
python2.5-minimal: /usr/lib/python2.5/tempfile.py
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/um/os-Linux/drivers/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/i2c/l3/Makefile
human-icon-theme: /usr/share/icons/Human/24x24/actions/filefind.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/scripts/kconfig/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/scsi/pcmcia/Makefile
firefox: /usr/share/firefox/chrome/classic/skin/classic/mozapps/profile/profileicon.png
tangerine-icon-theme: /usr/share/icons/Tangerine/16x16/actions/filesaveas.png
ubuntu-docs: /usr/share/gnome/help/files-and-docs/id
ubuntu-docs: /usr/share/gnome/help/files-and-docs/it
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/pci/riptide/Makefile
|
|
|
10-31-2007, 01:40 AM
|
#29
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
file-roller: /usr/share/gnome/help/file-roller/ru/figures
tangerine-icon-theme: /usr/share/icons/Tangerine/32x32/actions/fileprint.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/input/gameport/Makefile
desktop-file-utils: /usr/share/doc/desktop-file-utils/TODO.Debian
libsnmp-base: /usr/share/snmp/mib2c-data/mfd-makefile.m2m
ubuntu-docs: /usr/share/omf/files-and-docs/files-and-docs-sv.omf
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/dec/prom/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/ddb5xxx/common/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/pcmcia/pdaudiocf/Makefile
diveintopython: /usr/share/doc/diveintopython/html/file_handling/file_objects.html
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/tx4927/toshiba_rbtx4927/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/pci/pcie/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/arm/mach-omap1/Makefile.boot
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/acpi/Makefile
firefox: /usr/share/firefox/chrome/toolkit/content/mozapps/profile
ubuntu-docs: /usr/share/gnome/help/files-and-docs/gl/files-and-docs.xml
linux-headers-2.6.20-15-generic: /usr/src/linux-headers-2.6.20-15-generic/scripts/package/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/sparc/oprofile/Kconfig
libaudiofile0: /usr/share/doc/libaudiofile0/NOTES
human-icon-theme: /usr/share/icons/Human/16x16/filesystems
libmono0: /usr/lib/libmono-profiler-cov.so.0
firefox: /usr/share/firefox/chrome/en-US/locale/en-US/mozapps/profile
ubuntu-docs: /usr/share/gnome/help/files-and-docs/ja
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/base/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/powerpc/oprofile/Makefile
ubuntu-docs: /usr/share/gnome/help/files-and-docs/fi/files-and-docs.xml
dpkg-dev: /usr/share/man/man1/dpkg-distaddfile.1.gz
human-icon-theme: /usr/share/icons/Human/scalable/filesystems
file-roller: /usr/share/gnome/help/file-roller/it/file-roller.xml
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/aoa/codecs/Makefile
bash: /etc/skel/.profile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/ia64/hp/sim/boot/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/fs/Makefile
xsane-common: /usr/share/doc/xsane-common/html/sane-xsane-setup-filetype-doc.html
tango-icon-theme: /usr/share/icons/Tango/22x22/apps/file-manager.png
file-roller: /usr/share/file-roller/icons/hicolor/16x16/actions/extract-archive.png
ubuntu-docs: /usr/share/gnome/help/files-and-docs/zh_CN/files-and-docs.xml
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/xtensa/boot/lib/Makefile
tangerine-icon-theme: /usr/share/icons/Tangerine/22x22/actions/filesaveas.png
linux-image-2.6.20-15-generic: /lib/modules/2.6.20-15-generic/kernel/drivers/usb/gadget/g_file_storage.ko
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/emma2rh/common/Makefile
foomatic-db-engine: /usr/share/man/man1/foomatic-ppdfile.1.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/um/drivers/Makefile
tango-icon-theme: /usr/share/icons/Tango/22x22/actions/filequickprint.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/mfd/Makefile
libbonobo2-common: /usr/share/gtk-doc/html/libbonobo/persist-file.png
ubuntu-docs: /usr/share/omf/files-and-docs/files-and-docs-eu.omf
console-tools: /usr/share/doc/console-tools/file-formats/xpsf.draft.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/sound/pci/pcxhr/Makefile
cupsys: /usr/share/cups/doc-root/de/images/button-edit-configuration-file.gif
python2.5: /usr/lib/python2.5/multifile.py
ubuntu-docs: /usr/share/gnome/help/files-and-docs/ko
ubuntu-docs: /usr/share/gnome/help/files-and-docs/ku
gnome-media-common: /usr/share/gnome-media/glade/gnome-audio-profiles.glade2
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/sh/mm/Makefile
firefox: /etc/firefox/profile/localstore.rdf
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/ide/pci/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/s390/cio/Makefile
|
|
|
10-31-2007, 01:40 AM
|
#30
|
LQ Newbie
Registered: Oct 2007
Posts: 23
Rep:
|
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/net/appletalk/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/powerpc/sysdev/Makefile
hicolor-icon-theme: /usr/share/icons/hicolor/22x22/filesystems
ubuntu-docs: /usr/share/omf/files-and-docs/files-and-docs-tr.omf
ubuntu-docs: /usr/share/gnome/help/server/ko/file-server.xml
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/m32r/oprofile/Kconfig
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/fs/reiserfs/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/i386/oprofile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/x86_64/boot/compressed/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/powerpc/kernel/vdso32/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/gt64120/wrppmc/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/net/sunrpc/Makefile
liburi-perl: /usr/share/perl5/URI/file/Win32.pm
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/scsi/arcmsr/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/s390/hypfs/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/net/llc/Makefile
ubuntu-docs: /usr/share/gnome/help/files-and-docs/C/files-and-docs.xml
gnome-user-guide: /usr/share/gnome/help/user-guide/zh_CN/figures/com_file_manager_menu.png
linux-headers-2.6.20-15-generic: /usr/src/linux-headers-2.6.20-15-generic/scripts/mod/.file2alias.o.cmd
manpages: /usr/share/man/man5/tzfile.5.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/m68knommu/platform/5206/Makefile
fortune-mod: /usr/share/man/man1/strfile.1.gz
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/ppc/xmon/Makefile
ubuntu-docs: /usr/share/gnome/help/files-and-docs/lv
ubuntu-docs: /usr/share/gnome/help/files-and-docs/ms/files-and-docs.xml
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/infiniband/hw/ehca/Makefile
hicolor-icon-theme: /usr/share/icons/hicolor/192x192/filesystems
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/mips/mips-boards/malta/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/cpufreq/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/ubuntu/wireless/rt2x00/Makefile
example-content: /usr/share/example-content/oo-about-these-files.odt
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/ia64/ia32/Makefile
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/usb/atm/Makefile
human-icon-theme: /usr/share/icons/Human/24x24/actions/filesave.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/arm/mach-pxa/Makefile
human-icon-theme: /usr/share/icons/Human/48x48/filesystems/gnome-fs-web.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/isdn/pcbit/Makefile
tango-icon-theme: /usr/share/icons/Tango/16x16/apps/redhat-filemanager.png
cupsys: /usr/share/cups/doc-root/es/images/button-edit-configuration-file.gif
file-roller: /usr/share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/arch/arm/mach-aaec2000/Makefile.boot
linux-headers-2.6.20-15: /usr/src/linux-headers-2.6.20-15/drivers/isdn/isdnloop/Makefile
|
|
|
All times are GMT -5. The time now is 06:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|