Debian :: Running Synaptic - No Version Information Available

Aug 6, 2010

I have installed Openshot Video editor, then it did not work (due to some python bindings I guess) so I uninstalled it. After that everything seems to start failing including, running aptitude and apt-get. Here is a message when I try to run apt-get from command line (sudo apt-get install -f)

Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up shared-mime-info (0.71-3) .....

Here is I am trying to run synaptic from command line:
synaptic: /usr/local/lib/libz.so.1: no version information available (required by /usr/lib/libxml2.so.2)
/usr/bin/python: /usr/local/lib/libz.so.1: no version information available (required by /usr/bin/python)
/usr/bin/python: /usr/local/lib/libz.so.1: no version information available (required by /usr/bin/python)
synaptic: symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: gzopen64

This is from "/usr/lib$ ls libz* -al"
-rw-r--r-- 1 root root 90284 Dec 28 2009 libz.a
lrwxrwxrwx 1 root root 16 Jun 29 23:18 libzbar.so.0 -> libzbar.so.0.2.0
-rw-r--r-- 1 root root 183284 Jun 9 11:13 libzbar.so.0.2.0
lrwxrwxrwx 1 root root 18 Jun 15 21:13 libzephyr.so.4 -> libzephyr.so.4.0.0
-rw-r--r-- 1 root root 51396 Nov 29 2009 libzephyr.so.4.0.0
lrwxrwxrwx 1 root root 15 Jun 16 20:40 libz.so -> libz.so.1.2.3.4
lrwxrwxrwx 1 root root 15 Jun 15 20:27 libz.so.1 -> libz.so.1.2.3.4
-rw-r--r-- 1 root root 79980 Dec 28 2009 libz.so.1.2.3.4

View 14 Replies


ADVERTISEMENT

Debian Programming :: How To Include Version Information In SO Library

Oct 8, 2014

Suppose I have the library code in library.cpp. I found that to include the version information in the .so library, I had to use these command forms:

Code: Select allg++ -Wall -fPIC -c library.cpp
g++ -shared -Wl,-soname,library.so.0 -o liblibrary.so.0.1

The howto then continued to recommend creating symbolic links pointing at the newly compiled library. [URL] ....

The result is, during the booting sequence, I am receiving this error:

Code: Select alllibsystemd-login.so.1: no version information available (required by /usr/bin/dbus-daemon).

The library is the one I am working on.

View 5 Replies View Related

Debian Configuration :: Keeping The Dns Server Running With Current Server Information?

Jun 26, 2010

I'm running the current release of Debian with the 2.6.26-2 kernel. This is an upgrade from an older (2.4 kernel) series redhat release. One of the things I had working in the older system was a dns server with accompanying monthly update of the root hints file. I tried working through a dns how-to to set this up again, but it seems much has moved around since I last played with this. All of the files listed in the how-to are not where it says they should be. I am looking for a better reference on keeping the dns server running with current server information.

View 1 Replies View Related

Debian Configuration :: Modules Get Mismatched With The Running Kernel Version?

Sep 30, 2010

is there a common reason why modules get mismatched with the running kernel version?why do I always get that uneasy feeling like I'm headed in the wrong direction?

View 4 Replies View Related

Ubuntu :: No Version Information Available?

Mar 23, 2011

When I run apt-get command I get some errors. For example this:

Code:
mahmood@localhost:~$ sudo apt-get update
apt-get: /usr/local/lib/libstdc++.so.6: no version information available (required by apt-get)

[code]....

View 14 Replies View Related

Programming :: Add Version Information To An Executable?

Mar 2, 2010

when compiling a c++ program in g++ on Linux, how can I add version information to that executable and if possible is there a Linux utility to read the version information?

View 2 Replies View Related

Slackware :: /usr/lib/libng12.so.0: No Version Information Available?

Feb 15, 2010

I'm trying to install bibble5pro. The only packages they provide are binaries:x86_64.deb, i386.deb and i386.rpmI converted the rpm binary to tgz and installed it on my slackware-current (works fine).Then I tried to install it on slack64-current and slack64 13 (both multilib). I tried both rpm2tgz and deb2tgz. The .tgz package gets converted and then installs without any errors. When I run bibble5pro I get the following:

Code:
Install Path: /opt/bibble5pro
LD_PATH: /opt/bibble5pro/lib:

[code]....

View 4 Replies View Related

General :: Verify Vmware Drivers To Test Version Information?

Aug 16, 2010

I have noticed kernel.org with kernel releases on the mainline.Example: 2.6.36-rc1 is currently on the mainline. What does it mean? Does it mean that feature changes been freezed.Does it mean "2.6.36-rc1 Released". I have job to verify vmware drivers to test the version information, Can I test it now through compiling for vmware drivers now. Lots of Git activity goes on after kernel comes on mainline. Does it mean our vmware drivers can only be tested after kernel if finally announced

View 4 Replies View Related

Installation :: Previous Ubuntu Version In Grub Not Recognized In Synaptic / Sort It?

Apr 6, 2011

I recently got my Dell XPS 17 and configured it to do dual boot into Win 7 and Maverick. Apparently, Maverick does not play nice with the newer hardware in this laptop so I decided to upgrade to Natty Beta. All has gone fine except for one little thing. When bootting Grub shows my WIn7 and Natty options but it also shows an option to use the older ubuntu version. It does not actually work as it stops receiving input at the user selection screen. I can't remove the image as it does not show up in synpatic nor is the package found when using the apt-get remove [linux image version] command.

I searched the forums and found that this guy:
http://ubuntuforums.org/archive/inde...t-1489362.html

was having the exact same problem as me and had tried exactly the same things as I have, and I still don't know how to remove those old files. I don't even know where these config files could be so that I can manually go in and remove them. I could live with the option in the Grub but I'm kind of a tidy freak and it annoys me to have a non-functional booting option taking up space.

Is it correct for me to think that a clean reinstall of natty would purge that ghost from the Grub? Also, how easy is this process and can the process mess up the MBR and not be able to do the dual-boot?

View 2 Replies View Related

Ubuntu Installation :: Catalyst Control Center Displays Incorrect Version Information?

Oct 20, 2010

I have installed Catalyst 10.10 to Ubuntu 10.10 using the following methodology:

Code:
wget http://someplace/ati-driver-installer-8.783_RC1-x86.x86_64.run
chmod +x ati-driver-installer-8.783_RC1-x86.x86_64.run

[code]....

View 1 Replies View Related

Ubuntu :: 10.04 - Install The Extras Of Anjuta 2.3.2 But The Current Version Supported From Synaptic Packet Manager Is Only 2.3.0?

Oct 5, 2010

i am trying to install the extras of anjuta which are v.2.3.2 but the current version supported from synaptic packet manager is only 2.3.0.. what can i do ? Is there a repository that has anjuta 2.3.2 for ubuntu ? Or anywhere i can find the extras for 2.3.0? if yes then give me the complete link to add to sources.

View 1 Replies View Related

General :: Running Synaptic On Pcos 2009 / Error Failed To Fetch?

Jan 20, 2011

when I run synaptic I can open the list of apps. and select but then I apply to download and get "error we failed to fetch etc etc." Seems to be an rpm problem but not sure. ????

View 1 Replies View Related

Debian Hardware :: Use The I386 Version On Computer Rather Than The I686 Version?

Feb 25, 2011

I installed debian squeeze on an old computer that I found. (Pentium 4 3.2GHz HT) I installed from the i386 version, but now the uname command shows that its an i686. I don't find many packages that I need using apt-get. Do I need to compile each package I need from source or use dpkg to install the deb of an i386 version?

Can I use the i386 version on this computer rather than the i686 version? Will it cause a signifncant performance decreaes? (I use this computer to mostly do some reading and writing and file storage, no gaming etc.) How do I force the installer to use the i386 version?

[Code]...

View 3 Replies View Related

Debian :: Difference Between Kernel Version And Backport Version

Mar 8, 2011

Sometimes a kernel image seems to have the same version as the backported kernel image, for example:
linux-image-2.6.32-bpo.5-amd64
linux-image-2.6.32-5-amd64

What are the differences between the two?

View 5 Replies View Related

Debian :: Debian Synaptic Package Manager Error: Xserver-xorg Stripped?

Feb 10, 2011

I have used Debian Linux for two years, most recently the seventh or so iteration of Version 5. I use the Gnome desktop and the Synaptic Package Manager, not the Update Manager, for updates because it's easier to build a log with the former.In my most recent update, Synaptic stripped out all the xserver-xorg files�47 in all. I thought it peculiar but did not know enough to interfere. When I rebooted, the system told me I must install xserver or correct GDM configuration and restart.

Have I been hacked? Am I being tested by the Linux Illuminati? Or does it have something to do with the warning message I received at the end of the update-upgrade, attached? And how do I go about reinstalling xserver? With Aptitude? I have tried running apt-get -f install, to no effect.

View 4 Replies View Related

Debian Multimedia :: No Synaptic Package Manager In Debian Squeeze?

Aug 22, 2011

I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.

[Code]...

View 5 Replies View Related

Debian :: 6.0.1a I686 Debian Synaptic Package Manager

May 23, 2011

I just installed Debian lxde i686 and I do not see synaptic package manager?

View 2 Replies View Related

Debian :: Iceweasel Version Vs Firefox Version

Oct 21, 2010

How do the version numbers compare? Are they identical? I have Iceweasel 3.5.13, does that mean I essentially have Firefox 3.5.13?

View 11 Replies View Related

Ubuntu :: What Version Of Python You Are Running

Jul 7, 2010

I need to know what version of python I am running. I am running ubuntu 10.04 and am going to be downloading wxpython but need to know what version of python I am running.In php there is a built in command phpinfo() that tells you everything you need to know about your installation of php, does python have something like this?Also, learned of python 2.7 today, I am currently learning python and am wondering if i should go ahead and upgrade or wait??

View 3 Replies View Related

General :: How To Tell Which Version Of A Program Is Running

Jan 25, 2011

For example, if different versions exist in /usr/bin/ and /usr/local/bin, how can I tell which one is actually being executed?'which xxxxx' simply lists the first instance found in $PATH, which is usually /usr/local/bin/, but this may not necessarily be the actual instance that is running.

View 3 Replies View Related

Fedora :: Write A Program Which Would Get Information From A Webpage And Display The Information On Desktop Sort Of Like A Widget?

Sep 3, 2009

I'm trying to write a program which would get information from a webpage and display the information on my desktop sort of like a widget. I kind of remember there being something like this already made, but for the life of me I can't remember what it's calledDoes anyone know?

View 1 Replies View Related

Fedora :: Get A Version Of FireFox2 Installed And Running On 13?

Jun 29, 2010

Sounds crazy, I know... but I have a need for testing....

Is it possible to get a version of FireFox2 installed and running on Fedora 13?

View 10 Replies View Related

General :: Check Which Version Of Bash I'm Running ?

Aug 16, 2010

How can I check which version of bash I'm running

View 2 Replies View Related

Ubuntu Networking :: Find Out Which Version Of Firefox 10.04 Is Running?

Jul 23, 2010

How can I find out which version of Firefox my Ubuntu 10.04 is running?

View 2 Replies View Related

General :: Running Open Office Developer Version

Feb 3, 2011

What's the actual command I run to run OOo developer version download: OpenOffice.org Developer Builds and Release Candidates the last entry, "Snapshot...". I'm curious to see if some of the bugs they are saying are fixed are fixed in that version. I have it installed, and I know they do not have "desktop-integration" for a reason, but they don't actually tell you what the physical terminal command to run it is.

View 11 Replies View Related

General :: Running Older Kernel Version - Yum Sees No New One ?

Jun 26, 2010

I'm running a Xen VDS from a hosting company.

I'm trying to update the kernel, because the one that is running is rather "old":

Code:

I try to update the kernel with yum, but fail :

Code:

No Packages marked for Update

Code:

No Packages marked for Update

Code:

So where to get a more up to date kernel?

View 11 Replies View Related

Debian :: Get Information About My System?

Apr 9, 2010

I just installed debian and I need to know where I can find information about my current installation is it x32 or x64. I an sure that my current hardware is x64 but I'd like to know the current OS type.

View 1 Replies View Related

Debian :: Can't Get Shoutcast Information On Web?

Apr 5, 2011

I have shotucast server on my debian server it works perfect, but i can't get shoutcast information on web i'm using PHP script With script everything is OK. With shoutcast to. But i don't understand, why my php script is showing server is off

View 1 Replies View Related

Ubuntu Installation :: Running Mint - Full Version - From Flashdrive ?

Dec 12, 2010

I would like to run Linux Mint fullversion from a flashdrive. Is it possible and easy to set up. I have found how to basically create a flashdrive version of the live cd, but I would like to run the full version from the flashdrive.

View 7 Replies View Related

General :: Determine Version Of System That My Synology Server Running?

Jul 7, 2011

Can anyone tell me how I determine the version of linux my Synology Diskstation DS210+ is running?\

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved