Slackware :: Libpng Clash In Kopete And Kmess - Current X86_64?

Mar 26, 2010

I'm primarily trying to use kmess but have found the same problem in using kopete. A lot of the icons are missing and both applications crash. Running them both in the terminal reveals the problem:

Code:
libpng warning: Application was compiled with png.h from libpng-1.2.37
libpng warning: Application is running with png.c from libpng-1.4.1
in kopete:
Code:
libpng warning: Application was compiled with png.h from libpng-1.4.1
libpng warning: Application is running with png.c from libpng-1.2.43

I only have one package installed: libpng-1.4.1, although I can see that it contains both of the versions Both apps crash as a result of this error, curiously each for the opposite reason! I have tried the kmess slackbuilds from slacky.eu and slackbuilds.org, I have also tried compiling from source myself. I guess I need to force kmess to compile using the newer libpng, although I'm not really sure how to do that.

View 7 Replies


ADVERTISEMENT

Slackware :: Imlib E Libpng Error In -current?

May 7, 2010

While I was compiling kuickshow I noticed this error:

Code:
src/CMakeFiles/kuickshow.dir/kuickshow_dummy.o
Linking CXX executable kuickshow
/usr/lib/gcc/i486-slackware-linux/4.4.3/../../../libImlib.so: undefined
reference to `png_check_sig'
collect2: ld returned 1 exit status
make[2]: *** [src/kuickshow] Error 1

[Code]...

View 10 Replies View Related

Slackware :: Libgmp And Libpng Not Found In Latest - Current Upgrades Failed

Mar 1, 2010

libgmp If you found slackpkg failed for this upgrade because of libgmp not found you will need to grab the gmp package and install manually. This way ought to work:

[Code]....

View 14 Replies View Related

Slackware :: Libpng Error: Incompatible Libpng Version In Application And Library

Jul 28, 2011

Trying to run Sauerbraten and Frozen-Bubble on Slackware 13.1 - I get sauerbraten:

Code:
libpng warning: Application was compiled with png.h from libpng-1.4.2
libpng warning: Application is running with png.c from libpng-1.2.43
libpng error: Incompatible libpng version in application and library
frozen-bubble:

Code:
libpng warning: Application was compiled with png.h from libpng-1.4.2
libpng warning: Application is running with png.c from libpng-1.2.43
libpng error: Incompatible libpng version in application and library

I've tried recompiling the libpng 1.4.2 package with the ln -sf libpng.so.3 libpng.so.0 uncommented from the Slackbuild script, and recompiled gd, and still haven't had any success.

View 8 Replies View Related

Slackware :: Can't Install Tk (Tk-804.029.tar.gz) From CPAN In Current X86_64

Mar 23, 2011

I'm trying to install Tk from CPAN in slackware-current x86_64 for perl v5.12.3 and get the following error message

Code:
In file included from Xlib_f.c:8:0:
Xlib.h:22:15: error: conflicting types for 'XKeycodeToKeysym'
/usr/include/X11/Xlib.h:1694:15: note: previous declaration of 'XKeycodeToKeysym' was here

[Code]....

View 3 Replies View Related

Slackware :: Gnuplot In 32bit Current Is X86_64?

Mar 3, 2010

Tue Mar 2 23:31:51 UTC 2010 Here are a few more fixes for the big update. These were mentioned previously, but the packages were missing:

xap/gnuplot-4.2.6-x86_64-1.txz: Upgraded.
x/xterm-255-i486-1.txz: Upgraded.
x/xf86-video-nv-2.1.16-i486-1.txz: Upgraded.
x/fontconfig-2.8.0-i486-1.txz: Upgraded.
And this one was present, but not mentioned:
x/xf86-video-geode-2.11.7-i486-1.txz: Upgraded.

View 1 Replies View Related

Slackware :: Heavy Instability On X86_64 Current?

Sep 29, 2010

I have a very frustrating stability problem on my Workstation where I run a Slackware64 Current installation. The problem is, many programs just crashes, after they started, or after a quit short while. Affected are Firefox, Thunderbird, Krusader, Amarok, Konsole, and many other programs. The second problem is, if I downloaded a bzip2 archive, it is corrupt. I downloaded many archives, from other mirrors, and all corrupt. I had installed, the Multilib-packages, thought they would be the reason for the problems, and installed the standard packages of glibc and gcc. No changes. Then I upgraded the kernel from 2.6.33.4, to 2.6.35.6. (Compiled it myself) Nothing better.

[Code]...

View 8 Replies View Related

Slackware :: -current 32 Bit Holds Pan-0.134-x86_64-1.txz Package

Feb 25, 2011

I would like to report that at time of writing the package pan-0.134-x86_64-1.txz is shipped with -current 32 bit. It's not mislabeled, I think it's the actual x86_64 package:

Code: $ pan bash: /usr/bin/pan: cannot execute binary file

View 4 Replies View Related

Slackware :: X86_64 '-current' FireFox & Thunderbird With Linking?

Jan 21, 2010

I'm preparing a laptop for Slackware 13.x or whatever the new release will be. I've installed '-current' x86_64 arch. Boy, is this baby fast on this laptop. I thought 13 was fast but oh well another thread.

My issue now is that with '-current' is that ThunderBird links won't open in FF. I click on a link in TB and noting happens. I searched and found '"Browser" problems in Thunderbird 3'.

In this thread, post #9;Quote:

Originally Posted by Laodiceans I had the same problem in two different machines. On one the file pref.js had this entry:

Code:
user_pref("network.protocol-handler.external.ftp", "/usr/bin/firefox");
user_pref("network.protocol-handler.external.http", "/usr/bin/firefox");
and worked fine.

[Code]...

I modified the 'prefs.js' file. Of course it was done while app was not running. Still no joy. Further searches showed the same thing with most users bumping back to older versions. There's got to be fix and I refuse to give up to a computer let alone a DE.

View 6 Replies View Related

Software :: Libpng Warning: Application Was Compiled With Png.h From Libpng-1.4.3

Oct 27, 2010

Seems like I'm having a problem with libpng. I've created a simple SDL app and last night it worked perfectly. Today, I tried it out again and it gave me this error.

Code:

libpng warning: Application was compiled with png.h from libpng-1.4.3
libpng warning: Application is running with png.c from libpng-1.2.44
libpng error: Incompatible libpng version in application and library

I didn't mess with anything related to libpng and I'm not sure what the problem is. I didn't even know I had libpng-1.2.44 installed. I'm not sure if this is an SDL_image problem or libpng or if it's just my path is wrong.

View 3 Replies View Related

Slackware :: Slim And Libpng Don't Work Together?

Mar 18, 2010

compile slim-1.3.1 (last stable) on slackware-current but it failed. So I use svn version, compilation worked but when I launch slim, X is started but slim crashed.I have this message in slim.log :

Code:
/usr/bin/xauth: creating new authority file /var/run/slim.auth
X.Org X Server 1.7.5

[code]....

View 4 Replies View Related

Slackware :: Libpng Needs A Security Update

Jul 29, 2011

Judging by the big red box (Vulnerability Warning) on the libpng homepage, a security update is available.

View 4 Replies View Related

OpenSUSE Install :: Current State Of Affairs With The UEFI/EFI Install Support On A Empty Hdd For X86_64?

Mar 21, 2010

I was thinking of trying out the UEFI support that HP has in my laptop BIOS in the next few days. My reasons is that I get a custom boot logo... and (hopefully) a better boot-speed. What is the current state of affairs with the openSuSE UEFI/EFI install support on a empty hdd for x86_64 does anyone know? (badly worded I apologize) This may seem naive but I have struggled to answer this with most posts being about Mac's for obvious reasons.

Specifically, Do I have to have any custom knowledge on formatting the HDD with a GPT partitions or does the installer do this for you? Secondly, How well does the UEFI bootloader tie in with the config tools in YaST2? (I would like to have UEFI but if it turns into some headache in setting up the boot area by hand each time the kernel updates I will forget it.) I can safely say this will be a machine with only openSuSE installed as an OS, no need for any others or any dual-boot problems. This isn't overly urgent and I will dedicate (at least) a whole weekend to tweaking once I buy a new disk and install openSuSE on it. If nobody knows then I will dive in head first and report how I find it and any problems (and severity).

View 7 Replies View Related

Ubuntu :: Kmess Won't Connect To MSN

Jan 14, 2011

have some of our members the sollution of my problem ? when i try to connect to msn, after connecting, and loading the contacts 1 second later... it disconects immediatlly and a popup notification appears telling me " network connection lost "here is what terminal wrot

Quote:

8.392> kmess(7500) RoamingService::updateDisplayPicture: Missing profileResourceId, not updating display picture
18.079> kmess(7500) MimeMessage::splitLine: Couldn't split line ' "" '
18.079> kmess(7500) MimeMessage::splitLine: Couldn't split line ' "" '

[code]...

View 1 Replies View Related

Ubuntu :: 10.04 - GDM And XFCE Clash

Jun 13, 2010

I have 10.04 xubuntu on an old laptop I'm using and have had a problem since the last update I ran. I use aptitude to keep my stuff up to date and ran an update this morning as normal. After the update I used it for a while longer without problems before restarting. When I logged back in my window decorations preferences had been set back to default, but the panel I have at the top of the screen was still there in it's normal state. After everything had loaded though it looked like there was a GDM session running as well, with the standard gnome top and bottom panels on the screen.

The XFCE panel still works fine, but the top GDM one will sometimes pop out over the top of it, as if autohide is enabled, it isn't though. I was somewhat confused as to how this happened so thought I would log back in again and make sure I just had an XFCE session running from the session selector. (My normal setup is to have the auto-startx disabled so that you have to login in a shell and manually startx - just a preference of mine). So I undid this comment and went to login in the GUI and select my session.

When I did my usual username and password would not grant me access, nor would my root password - very worrying. After making sure I had typed it properly I gave up and had to revert to a rescue shell to re-comment out the auto-startx. When I did this I could log back into the shell OK and startx manually as normal (for me). I don't know what updates were performed, but I'm pretty sure it's the update that triggered this behaviour,the only other thing I did was install spotify. Is there a way to track a previous update in aptitude?

View 1 Replies View Related

Slackware :: Lost Wireless Keybord And Mouse Upgrading Slackware Current

Oct 24, 2010

Lost my wireless keyboard and mouse upgrading slackware current.Boot seems to be normal.I just can't login, cause have no keyboard.

View 2 Replies View Related

Slackware :: Alfa Awus036h Slackware Current Dhcpcd Won't Connect

Feb 5, 2011

slackware-current kernel 2.6.35.10-smp for instance if i just want to connect to wep ap. i done

[code]...

it says waiting for carrier and it just time out, im wondering why i read somwhere that its not working good with slackware 13.1

View 9 Replies View Related

Slackware :: Image / Icon Trouble After Slackware-current Upgrade

Jan 22, 2010

I recently upgraded to slackware-current from Slackware 13 via slackroll, and have only encountered one problem. My file manager no longer thumbnails images, and icons (mostly PNG) aren't appearing no matter what GTK theme is set. Running from the command line produces no errors, and when brought up in something else (say feh /path/to/icon.png) it works perfectly. This is the only hitch I have encountered so far. The same thing happens with emoticons in Pidgin. Does anyone know of a fix?

View 5 Replies View Related

Slackware :: Slackware Current Installpkg Line 59 Rev Command Not Found

Feb 28, 2011

First time I've done this in awhile Upgrading my Slackware64 -current VM, following the standard routine that has always worked in the past -

Code:

slackpkg clean-system
slackpkg install-new
The clean-system removed 2 packages -
util-linux-ng
eggdbus

Installpkg will no longer work, complaining that the rev command is not found. The problem hit with the removal of util-linux-ng. I cp'd util-linux to ~/. Extracted with tar and executed the doinstall. Fixed.

View 4 Replies View Related

Slackware :: Installing Slackware 13.1 X86_64?

Oct 2, 2010

I have just been forced into upgrading my mother board and cpu so now own a x86 cpu and was thinking i would give the x86_64 Slackware a try. I realize that i need to do a reinstall but can i save my /home partition? Will that save my settings or am i asking for problems? I assume i can just drop all of my config files into the new install as well.

View 4 Replies View Related

General :: Chroot - What Is Linkage Clash

Jan 30, 2010

While reviewing information about chroot, I ran into something called linkage, specifically in reference to legacy and ABI, that they sometimes need to be ran in a chroot because the support libraries might clash in name or linkage with the regular root. What is a linkage clash? And what would be an example of this?

View 1 Replies View Related

Slackware :: Slackware Current 64 Bit Wine Sound - Error: Alsa:ALSA_CheckSetVolume Could Not Find '{PCM,Line} Playback Volume' Element

Mar 22, 2011

after update to slackware current 4 days ago i cant get sound working in wine in starcraf 2 i mean i got sound in instalation but not in game and i get error when i wanna configure sound in winecfg

err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
err:alsa:wine_snd_pcm_recover underrun occurred
err:alsa:wine_snd_pcm_recover underrun occurred

in game i dont got that error but sound dont work btw my sound card is asus xonar essence stx

View 2 Replies View Related

Slackware :: Can't Boot Updated Kernel Slackware Current

Jan 5, 2010

I updated my kernel in slackware current but can't install lilo, when i was with my old kernel it gave an error about not finding the sda drives (they were named hda before the upgrade).I booted into the slackware 13.0 dvd and modified fstab and lilo.conf replacing hda with sda but lilo still gives an error of not finding sda drives.How can i install lilo so i can boot into my sistem??

View 14 Replies View Related

Slackware :: Graphics Not Loading After Upgrading To Slackware-Current

Feb 26, 2011

I've upgraded Slackware-13.1 I had installed to Slackware-Current using a local tree I had download with mirror-slackware-current.sh script, but when I rebooted I could not get the graphics to load. I think it's because I've also modified /etc/groups and add an username after audio: and video: group, but I forgot that and had to remove slackware from the machine.

View 4 Replies View Related

Slackware :: How Should Proprietary ATI Driver Be Installed On Slackware Current 64-bit?

May 15, 2010

I've tried a few different ways to install the ATI graphics driver "fglrx" to get 3D acceleration.If I try to install using the standard file "ati-driver-installer-10-4-x86.x86_64.run" from the ATI web site it appears to work but then I discover it actually got an error.I saw a reference to ATI requiring 32-bit libraries to install their 64-bit driver. Is there a link or post that explains how to add the 32-bit libraries. Will that solve the problem, or will I just waste more time trying that?

View 6 Replies View Related

Slackware :: Unable To Excludes.txt And Mirror-slackware-current.sh

Feb 1, 2011

I use Alien Bob's mirror-slackware-current.sh with an excludes.txt to only download the parts of current that I want. Unfortunately it is not working for part of the exclude.txt file and I am at a loss to know why.

The excludes.txt is

Quote:

slackware64/e
slackware64/f
slackware64/kdei/kde-l10n-ar-4.5.5-noarch-3.txt
slackware64/kdei/kde-l10n-ar-4.5.5-noarch-3.txz

[code]...

This ignores e/ f/ y/ testing/ pasture/ source/ and usb-and-pxe-installers/ It also ignores most of kdei/ and /extra It is meant to ignore most of extra/source and just download the source for flash-player-plugin, but it is ignoring all of extra/source/, however the same syntax is working for kdei/ and extra/.

View 2 Replies View Related

Slackware :: Slackware Current Freezes At Splash Screen / Fix It?

Mar 16, 2011

I have been using slackware since version 10.1 and really like it. I have never had a problem until lately, version 13.1 has been stable as a rock for me. The first 2 or 3 updates to current ran well but then the problem started. After installation Slackware would get to the splash screen and bring up the first picture of a disk drive then just hang and never go any further. I do have a good burn on the dvd, have checked the md5 and burned at 4x. then slack 13.37 does the same thing. this is on 4 different computers with several different video boards.

View 8 Replies View Related

General :: Any Way To Solve Clash Of Nautilus And Conky?

Apr 30, 2011

I am in gnome2. Nautilus always cover Conky.

View 4 Replies View Related

Debian :: Compiling Kmess From Source - Can't Find Libgif?

Apr 14, 2011

I'm trying to install the latest Kmess from source, but when configuring it (it's really a wrapper for cmake) I get the following error: configuring KMess 2.0.6.1

checking build directory
running cmake from /usr/src/kmess-2.0.6.1/build
command: cmake -D CMAKE_INSTALL_PREFIX=/usr
-D CMAKE_BUILD_TYPE=relwithdebinfo
-D KMESS_DEBUG_OUTPUT=0

[Code]...

fix the problems mentioned above, and run ./configure again. For example, make sure you have the KDE 4 devel packages installed.I've done this yesterday on another computer and it worked fine once I had both libgif4 and libgif-dev installed. The problem is that I've got both of those packages installed on this computer and I still get the error.

View 6 Replies View Related

Slackware :: Chatzilla Add-on In Seamonkey In Slackware-current?

Mar 22, 2011

This is not an earth-shattering issue, but, something I've recently noticed with the Chatzilla add-on for Seamonkey in Slackware-current. Maybe it is just my problem.If I add Chatzilla to FF 4.0 everything works as expected, that is, when I launch Chatzilla the default start-up window shows up with a list of IRC servers to click on (freenode being my favourite).

However,when I click on Chatzilla in Seamonkey I get a blank window that shows up, there is no server list. I noticed that the window in Chatzilla went blank for Seamonkey recently after a -current update (maybe a library issue?)

View 2 Replies View Related







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