Skip to content

Instantly share code, notes, and snippets.

Created April 15, 2014 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/10708969 to your computer and use it in GitHub Desktop.
Save anonymous/10708969 to your computer and use it in GitHub Desktop.
cnc@cnc-desktop:~/Desktop/7i90/utils/linux/source/mesaflash3$ ./mesaflash
./mesaflash: /usr/lib/libpci.so.3: version `LIBPCI_3.1' not found (required by ./mesaflash)
cnc@cnc-desktop:~/Desktop/7i90/utils/linux/source/mesaflash3$ make
make: `mesaflash' is up to date.
cnc@cnc-desktop:~/Desktop/7i90/utils/linux/source/mesaflash3$ sudo apt-get purge libpci3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
user-setup localechooser-data
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
hal* libpci3* lshw* nvidia-common* pciutils* toshset* ubuntu-standard*
vbetool*
0 upgraded, 0 newly installed, 8 to remove and 4 not upgraded.
After this operation, 3,625kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 137203 files and directories currently installed.)
Removing hal ...
Purging configuration files for hal ...
userdel: user haldaemon is currently logged in
/usr/sbin/deluser: `/usr/sbin/userdel haldaemon' returned error code 8. Exiting.
rmdir: failed to remove `/var/run/hald': No such file or directory
Removing vbetool ...
Removing toshset ...
Removing ubuntu-standard ...
Removing nvidia-common ...
Purging configuration files for nvidia-common ...
Removing lshw ...
Removing pciutils ...
Purging configuration files for pciutils ...
Removing libpci3 ...
Purging configuration files for libpci3 ...
Processing triggers for man-db ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
cnc@cnc-desktop:~/Desktop/7i90/utils/linux/source/mesaflash3$ sudo apt-get install libpci3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
user-setup localechooser-data
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
libpci3
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 46.5kB of archives.
After this operation, 115kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ lucid/main libpci3 1:3.0.0-4ubuntu17 [46.5kB]
Fetched 46.5kB in 0s (113kB/s)
Selecting previously deselected package libpci3.
(Reading database ... 136992 files and directories currently installed.)
Unpacking libpci3 (from .../libpci3_1%3a3.0.0-4ubuntu17_i386.deb) ...
Setting up libpci3 (1:3.0.0-4ubuntu17) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
cnc@cnc-desktop:~/Desktop/7i90/utils/linux/source/mesaflash3$ ./mesaflash
./mesaflash: /usr/lib/libpci.so.3: version `LIBPCI_3.1' not found (required by ./mesaflash)
cnc@cnc-desktop:~/Desktop/7i90/utils/linux/source/mesaflash3$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment