Skip to content

Instantly share code, notes, and snippets.

@pglombardo
Created January 13, 2014 14:58
Show Gist options
  • Save pglombardo/8401741 to your computer and use it in GitHub Desktop.
Save pglombardo/8401741 to your computer and use it in GitHub Desktop.
Tracelyzer Install Error (libedit.so.0) - January 13, 2014
root@hanzo:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
cassandra
The following packages will be upgraded:
base-files liboboe-dev liboboe0 tracelyzer
4 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 794 kB of archives.
After this operation, 180 kB disk space will be freed.
Do you want to continue [Y/n]?
Get:1 http://it.archive.ubuntu.com/ubuntu/ precise-updates/main base-files amd64 6.5ubuntu6.7 [61.0 kB]
Get:2 http://apt.tracelytics.com/f51e2a43-0ee5-4851-8a54-825773b3218e/ precise/experimental liboboe-dev amd64 1.1.2-precise1 [38.4 kB]
Get:3 http://apt.tracelytics.com/f51e2a43-0ee5-4851-8a54-825773b3218e/ precise/experimental liboboe0 amd64 1.1.2-precise1 [28.9 kB]
Get:4 http://apt.tracelytics.com/f51e2a43-0ee5-4851-8a54-825773b3218e/ precise/experimental tracelyzer amd64 1.1.3-precise1 [666 kB]
Fetched 794 kB in 6s (124 kB/s)
(Reading database ... 433972 files and directories currently installed.)
Preparing to replace base-files 6.5ubuntu6.6 (using .../base-files_6.5ubuntu6.7_amd64.deb) ...
Unpacking replacement base-files ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Processing triggers for plymouth-theme-ubuntu-text ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-58-generic
Setting up base-files (6.5ubuntu6.7) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Installing new version of config file /etc/os-release ...
Processing triggers for plymouth-theme-ubuntu-text ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-58-generic
(Reading database ... 433972 files and directories currently installed.)
Preparing to replace liboboe-dev 1.1.1-precise1 (using .../liboboe-dev_1.1.2-precise1_amd64.deb) ...
Unpacking replacement liboboe-dev ...
Preparing to replace liboboe0 1.1.1-precise1 (using .../liboboe0_1.1.2-precise1_amd64.deb) ...
Unpacking replacement liboboe0 ...
Preparing to replace tracelyzer 1.1.2-precise1 (using .../tracelyzer_1.1.3-precise1_amd64.deb) ...
Stopping tracelyzer...done.
Unpacking replacement tracelyzer ...
Stopping tracelyzer...apparently not running.
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up liboboe0 (1.1.2-precise1) ...
Setting up liboboe-dev (1.1.2-precise1) ...
Setting up tracelyzer (1.1.3-precise1) ...
Installing new version of config file /etc/init.d/tracelyzer ...
/usr/sbin/appneta-config: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory
dpkg: error processing tracelyzer (--configure):
subprocess installed post-installation script returned error exit status 127
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
tracelyzer
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@hanzo:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment