Fedora :: Package Contains The File Libz.so.1?
Oct 18, 2010
Was trying to install a more user-friendly interface to LaTeX, and realized that during the build it asks for a file ../lib64/libz.so.1.
Could somebody please share which package this library file belongs to? Its not installed on the system though
View 7 Replies
ADVERTISEMENT
Mar 25, 2011
I accidentally deleted /usr/lib/libz.so.1. Now I am unable to bring up GUI(I can get into command line prompt) and also not able to create this symlink file.How can reinstall/create this package/file?
View 9 Replies
View Related
Mar 9, 2011
I'm trying to compile a simple SFML test project, but whenever I try, I get an error message from ld, telling me it can't find the library I want. To simplify things, I just made the most basic test cpp file ever, and tried linking it with /usr/lib/libz.a. This is my output:
Code:
me@lappy486:~/devl/c++/SFMLTest$ gcc-4.5 main.cpp -llibz.a
/usr/bin/ld: cannot find -llibz.a
collect2: ld returned 1 exit status
View 1 Replies
View Related
Jan 15, 2010
how shall i know the provider package of a this file usb.ids? also for other files eg./etc/fstab or /etc/ sysconfig/network , i.e. by file name is it possible to find its providing soft ?
View 6 Replies
View Related
May 12, 2010
I run into this error while trying to install wireshark. I am sure there is a quick fix. I can see the files are different I just don't know how to resolve the error.
Test Transaction Errors: file /usr/lib/python2.6/site-packages/wireshark_be.pyc from install of wireshark-1.2.6-2.fc12.x86_64 conflicts with file from package wireshark-1.2.6-2.fc12.i686
file /usr/lib/python2.6/site-packages/wireshark_be.pyo from install of wireshark-1.2.6-2.fc12.x86_64 conflicts with file from package wireshark-1.2.6-2.fc12.i686
file /usr/lib/python2.6/site-packages/wireshark_gen.pyc from install of wireshark-1.2.6-2.fc12.x86_64 conflicts with file from package wireshark-1.2.6-2.fc12.i686
file /usr/lib/python2.6/site-packages/wireshark_gen.pyo from install of wireshark-1.2.6-2.fc12.x86_64 conflicts with file from package wireshark-1.2.6-2.fc12.i686
View 2 Replies
View Related
Apr 25, 2011
I am a Debian User, now I have decided to install Fedora 14 x86_64 on my Acer Aspire computer, mainly to develop C++/Java software. Due to this, I have installed a lot of development packages. Shortly after installation, I have encountered problems updating some packages.
Below 'yum update' output:
file /usr/lib64/ghc-6.12.3/bin-package-db-0.0.0.0/libHSbin-package-db-0.0.0.0.a from install of ghc-ghc-devel-6.12.3-8.3.fc14.x86_64 conflicts with file from package ghc-6.12.3-5.fc14.x86_64
file /usr/lib64/ghc-6.12.3/ghc-binary-0.5.0.2/libHSghc-binary-0.5.0.2.a from install of ghc-ghc-devel-6.12.3-8.3.fc14.x86_64 conflicts with file from package ghc-6.12.3-5.fc14.x86_64
file /usr/lib64/qt4/plugins/designer/libqwebview.so from install of qt-webkit-1:4.7.2-8.fc14.x86_64 conflicts with file from package qt-x11-1:4.7.0-3.fc14.x86_64
file /usr/lib64/libusrp.so.0.0.0 from install of usrp-3.2.2-9.fc14.x86_64 conflicts with file from package gnuradio-3.2.2-7.fc14.x86_64
REPOs ENABLED:
Fedora 14 -x86_64,
Fedora 14 - x86_64 - Updates only.
Can't be a problem of multiple repos.
View 5 Replies
View Related
Feb 14, 2011
Still I am asked to package a war file as an RPM package. That is an unusual RPM packaging(To me). If you guys could guide me I have a war file inside a folder, that folder is inside a tar file as a SOURCE for RPM package. The structure is like below.
[Code]...
I simply want that the war file from sources is transferred to the web app of my tomcat server through RPM. I try to package it as an RPM, but its always giving me errors in %build stage. When I try to remove %build from stage from the spec file, then it says command missing.
My system details are:
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 1
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"
View 5 Replies
View Related
May 31, 2011
When I try to rpm --resign a package I get file not found error. Its not misstyping its not doing any gpg stuff and it does not ask for passphrase.I then rpmbuild -ba --sign X.specIt makes all the files and dies right where it signs the filesWhy i know its the .rpmmacros it never asks for a passphrase!If I build without --sign it builds 100% and exits normally.
.rpmmacros
%_signature gpg
%_gpg_name myname <myemail>
[code]....
View 4 Replies
View Related
Jun 14, 2011
Code:
$ su -c 'yum update'
Password:
Loaded plugins: presto, refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libva-freeworld.x86_64 0:1.0.12-1.fc15 will be updated
---> Package libva-freeworld.x86_64 0:1.0.13-1.fc15 will be an update
--> Finished Dependency Resolution .....
View 2 Replies
View Related
Dec 29, 2009
I've been trying to install the gmagick extension for days now without success. I always end up with the same error message:
checking GraphicsMagick configuration program... configure: error: not found. Please provide a path to GraphicsMagick-config program.
ERROR: '/tmp/pear/temp/gmagick/configure --with-gmagick' failed
It's no wonder why I get this message as the location simply does not exists, its being unpacked to 'gmagick-1.0.3b2' and not 'gmagick'. I've tried to copy/paste the configuration file (config.m4?) to my manually created 'gmagick' directory within the temp folder but that didn't solve anything.
Command when installing:
Code:
pecl install gmagick-1.0.3b2
I'm running Fedora 12.
View 3 Replies
View Related
May 14, 2010
We are running Ubuntu and I want to install an oldish drawing program (inkscape, although that's not relevant). The configure file for inkscape wants libpng and the configure file for libpng wants something called "zlib" which it checks for via the "-lz" option.
There appears to be something available online called zlib but it only makes "uncompress.so" I am getting absolutely nowhere trying to figure out whether I should just rename it as libz.a (seems wrong) or whether I even have the right package to make whatever libpng wants when it is asking for the "-lz" option.
Mods: If this is in the wrong place, feel free to move. If it's in the wrong forum, please let me know if you know what the right forum might be!
(the system won't let me use the nickname everyone calls me by!)
View 4 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Feb 14, 2009
It seems to me that I've got a dual package somewhere.
Quote:
Transaction Check Error:
file /usr/lib/libakonadi-kabc.so.4 from install of kdepimlibs-4.2.0-1.fc10.i386 conflicts with file from package kdepim-libs-6:4.1.4-1.fc10.i386
file /usr/share/config/plasmoids.knsrc from install of kdelibs-6:4.2.0-10.fc10.i386 conflicts with file from package kdebase-workspace-4.1.4-1.fc10.i386
file /usr/share/kde4/servicetypes/plasma-animator.desktop from install of kdelibs-6:4.2.0-10.fc10.i386 conflicts with file from package kdebase-workspace-4.1.4-1.fc10.i386
[Code]....
View 4 Replies
View Related
Feb 10, 2010
i have installed dhcp server on RHEL5.after instalation when i want to restart it.it shows failed message. rpm package is also installed.(dhcp-3.0.5-13.el5) dhcpd.conf file is also in /etc directory
View 1 Replies
View Related
Mar 15, 2009
Sometimes i have on some magazines or Internet Zip packages that are the answer of what i am looking for.
Wich tool and how can i do it? c Well, i am in position to say that i had downloaded from Internet or located the package in the Cd or DVD that comes with the magazine.
But now comes the big question. How can i put this package ( install) on my distro ???
Do i have to be a normal user or should it be root or su (superuser) ?
The packages that come with the distro is easy, because i select them and everything is done
As i told before, maybe this is a silly question, but i simple don't know how to install them and i need some of them to leave MS for good.
View 13 Replies
View Related
Feb 6, 2010
Fedora 12 64bit. Is there an easy and reliable way to install *.tar.gz package after extraction? Instead of going through ./configure etc.
View 6 Replies
View Related
May 24, 2010
Today I was using Gchempaint (part of Gnome Chemistry Tools) and found that the F12 version fails miserably to correctly export H to xyz. So I decided to install the latest version I found (0.11). There are, however, some problems I must sort out during compilation.
Apparently it does not see my 'cairo' installation and so I get the following error message:
Code:
checking for cairo... configure: error: Package requirements (cairo >= 1.6.0) were not met: No package 'cairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.Alternatively, you may set the environment variables cairo_CFLAGS and cairo_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
View 2 Replies
View Related
Jan 27, 2010
I was trying to build an RPM today and the compilation errored out because the file glibconfig.h couldn't be found. I managed to track it down to the package glib2-devel.The problem is that I couldn't find a way to do this via zypper. In Mandriva I would've just done 'urpmf glibconfig.h' and it would've told me that it's provided by the package glib2-devel.
Is there equivalent functionality in zypper? (glibconfig.h is an easy pick as being related to glib, but some header file names might be more obscure for example)
View 4 Replies
View Related
Feb 2, 2010
Hi,
I'm using my own Debian .deb-packages for managing software updates on a small numbers of computers. So this question is about creating my own .deb Packages.
I got the Package A with the version 1.0 and 2.0. From version 2.0 on it's not necessary to keep track of the file fileB.txt. But I want to keep fileB.txt on the target system anyway.
Code:
Package A Ver. 1.0:
- fileA.txt
- fileB.txt
Package A Ver. 2.0:
- fileA.txt
If I install the new .deb package A. DPKG will remove fileB.txt.
How can I prevent dpkg to remove fileB.txt? In fact, dpkg should simply forget that fileB.txt was ever part of Package A!
Of course I could manipulate the dpkg file list, somewhere in the dpkg cache (file system). But how can I achieve the same effect within a package -> without manual manipulation on the target system?
Is there any key word in the control file? Or is there a special file, which lists "dependencies to delete"?
View 1 Replies
View Related
Jun 11, 2010
I ran an update like I do every night and was informed that I have eight packages to be upgraded. I allowed the package manager to run these updates. However, it became stuck. The first thing to be upgraded is file-roller. I get the message "Unpacking replacement file-roller ..." and then nothing. I left it like this for about 30 minutes and then decided to stop it with ctrl-c. That didn't work. I rebooted and ended up having to fix the package manager as it was locked because it thought it was running. I tried to update again and after about ten minutes, it's still hung on the same spot.
View 2 Replies
View Related
Apr 27, 2011
I would like to install svn, but I am unable to install. sudo apt-get update gives me :
Ign file: eeepc Release.gpg
Ign file:/home/user/packages/ eeepc/main Translation-en
Ign file:/home/user/packages/ eeepc/main Translation-en_US
Ign file: eeepc Release
Ign file: eeepc/main amd64 Packages
Err file: eeepc/main amd64 Packages
File not found
W: Failed to fetch file:/home/user/packages/dists/eeepc/main/binary-amd64/Packages.gz
File not found
E: Some index files failed to download, they have been ignored, or old ones used instead.
sudo apt-get install apache2 gives me :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package apache2
View 8 Replies
View Related
Sep 16, 2010
1. How to uninstall package that install from compiling tar gz file
2. how to stop some service ?
View 4 Replies
View Related
May 3, 2011
I'm trying to use a bibtex style file from the texlive-publishing package, but bibtex cant seem to find the .bib file even though I've tried everything from placing it in the same directory to exporting the BST to:
export BSTINPUTS=/usr/share/texmf-texlive/bibtex/bib/IEEEtran/
But bibtex still cant find my file.
View 1 Replies
View Related
Jul 22, 2011
I have not ran into this before. I did a new install of 10,04 and was adding programs. Then software center and Synaptic stopped working. error message said it was most likely due to unmet dependencies. I googled fixs which most all ran some sort of "apt-get" command. I can't run those because as soon as it gets to "Reading package lists", I get this error.Read error - read (5: Input/output error)The package lists or status file could not be parsed or opened
View 2 Replies
View Related
May 23, 2009
I'm getting this when I try to do an upgrade in Adept in Kubuntu:APT Error. Context:Package download failed,I wasn't able to locate file for the libvolume-id0 package. This might mean you need to manually fix this package.
When I try apt-check in the console, I get this: The package libvolume-id0 needs to be reinstalled, but I can't find an archive for it. How do I manually fix this package?
View 2 Replies
View Related
Apr 24, 2011
This is a error with my ubuntu 10.4 when I try to update it.
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf)
E: Error occurred while processing bomberclone (NewFileDesc2)
E: Problem with MergeList /var/lib/apt/lists/archive.offensive-security.com_dists_pwnsauce_universe_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
W: Duplicate sources.list entry Index of /ubuntu lucid/partner Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_lucid_partner_b inary-i386_Packages)
W: Unable to munmap
View 2 Replies
View Related
May 16, 2010
im still trying to install firefox, and i just now tried the command
pacman -U firefox-*.pkg.tar.gz
and got the error message,
loading package data...
error: 'firefox-*.pkg.tar.gz': cannot open package file
View 14 Replies
View Related
Jan 14, 2011
I want to know which package installed a specific file. Can I do this?
View 1 Replies
View Related
Jun 11, 2011
There is no pkgconfig file, so "configure" and "make" commands does not find all the time automatically needed files even they exist.
View 9 Replies
View Related
Feb 22, 2010
after doing: $ sudo apt-get update i get lots of hits then: Hit [URL] pdates/multiverse Sources 99% [Waiting for headers]... and it just sits there. a reload in synaptic gives: downloading file 44 of 45 ... and it just sits there.
when i abort i get the following shown in error message: Failed to fetch http://dl.google.com/linux/deb/dists...tion-en_GB.bz2 Failed to fetch http://dl.google.com/linux/deb/dists/stable/Release Some index files failed to download, they have been ignored, or old ones used instead.
View 7 Replies
View Related