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
ADVERTISEMENT
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
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
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
View Related
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
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
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
Jan 31, 2011
Just wondering how can I add the Hi/Lo and the current day information like wind, humidity, etc... to my conkyrc.
Right now here is what I have,
Code:
Location: ${execi 3600 conkyForecast -i --location=USTX0617 --datatype=CN}
Conditions: ${execi 3600 conkyForecast -i --location=USTX0617 --datatype=CC}
${font ConkyWeather:size=36}${execi 3600 conkyForecast -i --location=USTX0617 --datatype=WF}${font}
[Code]....
View 6 Replies
View Related
Jul 25, 2011
I want to make sure that all my file systems and mounted points are OK during boot time. Which log file in Slackware shows such info?
View 3 Replies
View Related
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
Feb 5, 2010
why isn't there a 32-bit version of libglu in /usr/lib? I try to run a 32-bit program on my multi-lib Slackware current install but it complains that it can not find libglu.so. This used to work well, don't know what I changed. I have updated mesa from git and mesa-compat32 is installed.
View 6 Replies
View Related
Mar 18, 2011
[URL] I am trying to update alsa from version 1.0.21 to 1.0.24 and am having some issues. While trying to build the alsa until I get an error. I've been googling around and so far have found nothing. I was getting more errors earlier but that was solved by installing xmlto.
Code:
root@Jacob:/home/ethan/Downloads/alsa-utils-1.0.24.2# make
Making all in include
make[1]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
make all-am
make[2]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
[code]....
View 7 Replies
View Related
Nov 6, 2010
Slackware 12.0 I have installed only CDs one and two of the set of slack 12.0 CDs. According to Slack, it's all I need to make the system work. Now I've done
Code:
bash-3.1$ locate -i audacity
/usr/share/icons/mono/scalable/apps/audacity.svgz
/usr/share/apps/kappfinder/apps/Multimedia/audacity.desktop
bash-3.1$
and I am wondering where these two files can have come from. I get the same output if I run locate as root. May be the whole audacity package is somewhere in the rest of the disk set. But I have no way to find out, except downloading them one by one and reading throu the PACKAGES.TXT files. Unfortunately, the slackware.org no longer supports its package browser.
EDIT: there is only one PACKAGES.TXT file in the distro, and it is on disc 1. And audacity is nowhere mentioned in it. Corollary: My slack distro does not include audacity. But then, what are those two files doing in my system?
View 5 Replies
View Related
Jan 23, 2010
I have just installed Slackware 13.0 64 bit on my laptop. I am trying to get my wireless card (Broadcom BCM4318) to work. It is dual boot with Windows XP 32 bit. I tried the ndiswrapper and everything seemed to go okay but when I ran ndiswrapper -l it said it was the wrong driver. Then I realized I was using the 32 bit driver from my windows install. Is there a 64 bit driver available. I can't seem to find one. I have searched the broadcom site but I guess this is too old for them to support. I previously used Zenwalk 32 bit on the laptop and ndiswrapper worked great. Should I be able to find a 64 bit driver or can I get the 32 bit to work? Do I need to go back to a 32 bit OS? I found the proper driver using google, downloaded, installed with ndiswrapper, rebooted and everything works. It connected automatically.
View 1 Replies
View Related
Oct 26, 2009
This may sound a bit of an awkward question, but I have this app, Salome-Platform, [URL], It requires Python 2.5 at most to be able to run. (Compiling it is way to complex.) Since the Python of Slackware is 2.6, can it be downgraded to 2.5...? If it can, how do I do it...?
View 15 Replies
View Related
Jun 24, 2011
I have, installed in my machine, Firefox 2.0.0.4 and, wishing to add certain feature , I went to ftp.nluug.nl /pub/os/Linux/distr/slackware/slackware-12.0/patches/source/mozilla-firefox/. Firefox 2.0.0.20 has that feature. But, despite teh presence of the .SlackBild, threre is no compilation here. It's a patch realized over the binaries already installed in my machine. The question is: How does the .SlackBuild know he is in the presence of 2.0.0.4? That is, he cannot update if he does not know from where it is starting.
View 7 Replies
View Related
Feb 23, 2011
I installed slackware 12.0 on one partition of my pc. but slackware 13.1 has been released, how should i update my system to 13.1?
View 7 Replies
View Related
Dec 18, 2010
I just installed SLACKWARE from ISO image, but don't know the version, the release is 2.6.27.7-smp.
View 4 Replies
View Related
Dec 16, 2010
So I installed the latest Thunderbird security update without bothering to check what version it was and found that I had "up"graded from 2 to 3. Despite selecting 'no synchronization' on all my archived Gmail labels it still started downloading many gigabytes of archived email. In Thunderbird 2 I had just the headers of the archive and that suited me fine. So a warning about installing the latest updates without checking and a question: Is there a Thunderbird 2 package for slackware 13.1?
View 1 Replies
View Related
Jul 8, 2011
It seems that the edition of GnomeSlackBuild for Slackware 13.37 has not been published yet ?Does the current run stable ? or the old version ?
View 7 Replies
View Related
Mar 18, 2010
I am trying to install a SDK into my linux machine...but the GCC version used to build the kernel for that particular SDK on the target machine is different from the GCC version I am using. How to overcome this problem without any need for me to change my GCC version?
View 1 Replies
View Related
Mar 3, 2011
I was fiddling with some svg icons and I needed a slack svg logo: looking on the propaganda page, I spotted this jpg that looked like a nice and clean candidate. So I fired up inkscape and tried to manually trace a (manageable) svg version out of it. Then I thought that maybe an editable vector version of it can be useful to someone else and, as asked by Pat, I release it here under the GPL. [URL]. (gotta say I haven't looked around if any other logo svg has been posted before, but, clicking on the "Click Here to Find Similar Threads" found this funny one )
View 12 Replies
View Related
Mar 31, 2010
There seems to be a typo on Slackware.com security advisory webpage for the updated ssl packages (but not for the actual packages on ftp.slackware.com). The webpage says this:
openssl-0.9.8m-i486-1_slack12.2.tgz
openssl-solibs-0.9.8m-i486-1_slack12.2.tgz
The package in the ftp.slackware.com/12.2/patches/packages repository is:
openssl-0.9.8n-i486-1_slack12.2.tgz
openssl-solibs-0.9.8n-i486-1_slack12.2.tgz
I am guessing its a typo on the webpage because I already have an 'm' installed.
View 3 Replies
View Related
Jul 30, 2011
How would you make NIS user information override local user information on client systems? This is what I think is right? Add nis on the passwd registration file on the second line Is this correct?
View 1 Replies
View Related
Jul 12, 2011
I am a complete noob in the Linux community, having JUST installed my first Linux distro on my PC (that being Slackware 13.37).That having been said, please be patient with my TOTAL confusion is this regard : How do I determine which version of a package I need to download (in this example, I will use Yakuake, a program I AM trying to find at the moment!). I have done searches on the internet of the type"Yakuake for Slackware", etc., and I have always found results that I believed were a link to the correct version. However, when I finally have the package downloaded (I have downloaded BOTH source packages as
well as the build app.), they are always for a DIFFERENT VERSION!
This is most frustrating...; is there a "listing" of different packages that are compatible with a specific distro / version? I realize that, in many cases, I may require a newer version of a library, etc., but again, how do I determine this ahead of time, before I bother downloading the actual app. I wish to install? I can use another example - I attempted to install OpenOffice; I began by searching for OpenOffice for Slackware / KDE (as some sources indicated that Gnome was the required gui for this package...).I found a site with an install cd .iso that was supposed to be multi-platform KDE compatible, but NONE of the versions would install on Slackware 13.37... - you get my point?
View 3 Replies
View Related
Jun 24, 2010
I have several server (mailserver, webserver and lot of fileserver) all are 32 bit slackware and I am satisfied! My company plan to upgrade our server and buy a 64 bit server maybe amd x3 or opteron? Is slackware 64 bit will help boost my server performance? Or will I stick to 32 bit for now?
View 7 Replies
View Related
Jul 5, 2010
How to update my version of glib in order to install the latest version of Midori on slackbuilds.org - [url]
Midori relies on WebKit.
When I try to install WebKit using the slackbuild script, I receive the following error:
I don't see a newer version of glib-2.xx on slackbuilds and I'm hesitant to install from source over the currently installed version.
If there's no updated package, can anyone provide guidance regarding installing new glib from source ---
[url]
View 14 Replies
View Related
Apr 10, 2011
Does anybody have a Slackbuild script which delivers a version of Digikam more recent that 1.2 (which is what is on offer in Slackbuild.org) ? I have had that installed for some time and it works well (apart from geotagging which seems to be only partially developed) but the Digikam website has released 1.9 (stable) and 2.0 (quite advanced beta).
If anybody has successfully packaged any later versions for Slackware I would be grateful for information. Otherwise I will start building myself.
View 6 Replies
View Related
Apr 1, 2010
I want to upgrade Apache, PHP, and MySql from a default version I'm having in my installed Slackware. What is the proper step to do this? Will it cause some problem if I upgrade them?
View 13 Replies
View Related
May 16, 2010
Im having a battle for quite some time now with lastest intel driver now and wondering if someone has solution. Ive checked :[URL].. and i decided to have exact same version of everything listed in there installed on the system.
I have few questions since i manually builded xorg-server 1.8 im wondering what packages are dependent for x11 to be upgraded so everything run smoothly for xserver 1.8. are those xf86-input* and xf86-video* the only one or there are other packages that i have to get rebuilded? the second question: im wondering if im the only one for that having a problem of that lastest driver dosent work for me, for the purpose i rebuilded the driver and libdrm 2.4.20 with kms enabled once i installed xorg-xserver 1.8.0
heres log problem:
Code:
214.704] (II) LoadModule: "intel"
[ 214.704] (II) Loading /usr/lib/xorg/modules/intel_drv.so
[ 214.704] dlopen: /usr/lib/xorg/modules/intel_drv.so: undefined symbol: resVgaShared
[ 214.706] (EE) Failed to load /usr/lib/xorg/modules/intel_drv.so
[ 214.707] (II) UnloadModule: "intel"
[Code]...
View 13 Replies
View Related