similar to: Promlem with broken yum/rpm

Displaying 20 results from an estimated 2000 matches similar to: "Promlem with broken yum/rpm"

2011 Jul 06
1
problem loading rgdal with Rapache, problem solved due to libexpat with apache.
Has anyone had problems with Rapache that don't show up on command line execution of R? I just ran into this loading rgdal in Rapache page and having a problem with loading shared object. The final complaint was that Stop_XMLParser was undefined- this was surprising since grep -l showed it in expat lib and it worked fine from command line. Finally, I noted the search path had apache/lib ahead
2017 Oct 23
1
libGLU.so.1
I have a C++ program that I have been running on RedHat 6 and I want to move to CentOS 7. When I run it on the CentOS 7 system it fails with: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory I did this, but still have no libGLU. I did a find of the entire system for '*libGLU*' and nothing. bash-4.2# yum whatprovides libGLU.so.1
2008 Apr 19
2
Pb with package::foo(x) <- value
Hi, The parser doesn't seem to like this: somePackage::foo(x) <- value somePackage:::foo(x) <- value where foo() is a replacement function or method defined in package somePackage. For example: > x <- integer(4) > base::length(x) <- 7 Error in base::length(x) <- 7 : invalid function in complex assignment I've tried to put some back quotes on the
2005 Aug 10
1
h323 error when trying to start Asterisk
Asterisk has been working fine for me for several weeks using MGCP to a Adit600 for intra office calling. I have recently loaded h323 and the following errors occurs when starting asterisk. [chan_h323.so]Aug 10 09:09:18 WARNING[7824]: loader.c:258 ast_load_resource: libpt_linux_x86_r.so.1.5.2: cannot open shared object file: No such file or directory Aug 10 09:09:18 WARNING[7824]:
2011 Mar 11
2
symlink noop error
Hi All I have a bit of a strange one, and am not sure I''m doing this right. This is with 2.6.4 on Solaris 10 We want to create a sym link from a source file that is created by a package. If the package isn''t installed, puppet in noop is registering an error (big red in the dashboard) because it cannot stat the source file of the link. root@warbjohn# cat /tmp/symlink2.pp
2008 Nov 12
1
SVN missing libexpat.so.0 while it is present
Hello, Hopefully I am sending this to the correct mailing list but it seemed best suited for troubleshooting :-) I am trying to fix Subversion which isn't working for me on one of our machines: every attempt to run 'svn ls' or 'svn co' ends in: svnserve: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory Which is
2015 Oct 08
1
library() in .Rd Examples (Depends vs. Imports)?
I'm a little confused when documenting my code using Imports vs. Depends. If I have an example in my .Rd that uses a library that is listed under Imports, it doesn't work, but if it is listed under Depends, it does. What is the proper way to go about using examples that rely on an Imports? Should I just if(require(somepackage)) in the example? Or is there a more elegant way of doing
2003 Apr 17
2
fontconfig-2.1.93 considered more harmful
There is an ongoing thread "fontconfig-2.1.92 considered harmful" on -CURRENT. Because I have not moved to -CURRENT, I post this to -STABLE. Since I upgraded to fontconfig-2.1.93 (on Apr 14) a lot of ports start to complain a lot of "Cannot fork: Resource temporarily unavailable" errors. What resource ? I inserted top into my ports build script to notice that a lot of
2008 Mar 06
3
/usr/bin/ld: skipping incompatible
Hi Centos Users I try to compile SNMPPD (SNMP Proxy Daemon) on Centos 5.1 x86_64 with latest patches. Dependencies (like libsplit, net-snmp-libs, net-snmp-devel, net-snmp-libs) are installed, both 32 and 64 Bit. # rpmbuild -tb snmppd-0.5.2.tar.gz [...] Making all in snmppd make[2]: Entering directory `/tmp/snmppd-0.5.2/snmppd' gcc -Wall -Wno-uninitialized -Wchar-subscripts
2010 Mar 10
4
[LLVMdev] glod plugin use
Hi, I was trying to use gold plugin to compile and run some of my passes on some large softwares like mysql, apache etc. When I compile using llvm-gcc, everything works fine. But, when I followed the instructions on http://llvm.org/docs/GoldPlugin.html#build to use gold plugin, I got errors like: /home/vadve/ssahoo2/local/bin/ld: error: modules/standard/libstandard.a: no archive symbol table
2009 Dec 08
0
CentOS-announce Digest, Vol 58, Issue 1
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2014 Apr 27
1
Does CalDAV require neon-0.29 , not 0.30?
Asterisk-11.9.0, Fedora 20: res_calendar_caldav.so => (Asterisk CalDAV Calendar Integration) [Apr 27 10:49:13] ERROR[4255]: res_calendar_ews.c:911 load_module: Exchange Web Service calendar module require neon >= 0.29.1, but neon 0.30.0: Library build, IPv6, Expat 2.1.0, zlib 1.2.8, GNU TLS 3.1.13. is installed. Is this a bug, or do I need to downgrade to 0.29? sean
2003 May 19
1
fontconfig and FT_Get_BDF_Property
Hi all, After upgrading my fontconfig to 2.2.0, fc-cache -vf gives me an error: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libfontconfig.so.1: Undefined symbol "FT_Get_BDF_Property" when it tries to build the cache for non bitmapped fonts. I have: 1. updated my CVS ports tree 2. rebuilt fontconfig, freetype, expat and Xft using portupgrade (portupgrade -frR ) 3. rebuilt my all
2011 Apr 18
1
XML Packge for Windows XP and R 2.12.
Hello, I am looking for the XML Package for Windows or any package, which would enable me to use the function "xmlTreeParse". In a thread dating from 2001, the same question is raised: >>Griffith Feeney wrote: >> >> Has anyone gotten the XML package (R News 1-1:24) with R running on Windows >> (95 or 98 or 2000)? I've looked at the omegahat, expat and libxml
2004 Aug 03
2
[LLVMdev] Compiler Driver [high-level comments]
On Mon, 2 Aug 2004, Reid Spencer wrote: > Hi Bill, > On Mon, 2004-08-02 at 21:31, Bill Wendling wrote: > > Hi Reid, > > > > > Since there's been little feedback on the design document I sent out, > > > some decisions are being made in order to progress the work. If you have > > > strong feelings about any of these, voice them now! > > >
2009 Oct 24
1
How to make XML support Expat?
Hi, How can I make the result of the following lines "TRUE"? > install.packages("XML") > library(XML) > supportsExpat() [1] FALSE I'm on linux, looked into the actual package, but don't seem to be able to wrap my head around how to compile this in ... Any pointers are welcome, Thanks Joh
2004 Aug 03
0
[LLVMdev] Compiler Driver [high-level comments]
Hi Bill, On Mon, 2004-08-02 at 21:31, Bill Wendling wrote: > Hi Reid, > > > Since there's been little feedback on the design document I sent out, > > some decisions are being made in order to progress the work. If you have > > strong feelings about any of these, voice them now! > > > > 1. Name = llvmcc > > I like llvmcc, but really have no strong
2009 Dec 07
0
CESA-2009:1625 Moderate CentOS 4 x86_64 expat - security update
CentOS Errata and Security Advisory CESA-2009:1625 expat security update for CentOS 4 x86_64: https://rhn.redhat.com/errata/RHSA-2009-1625.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/expat-1.95.7-4.el4_8.2.i386.rpm updates/x86_64/RPMS/expat-1.95.7-4.el4_8.2.x86_64.rpm
2012 Jun 13
0
CESA-2012:0731 Moderate CentOS 5 expat Update
CentOS Errata and Security Advisory 2012:0731 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0731.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 3cd68b239349db1f2a58ad30ef511148235cda9e7b692323d0b8606aa0f094e3 expat-1.95.8-11.el5_8.i386.rpm
2012 Jun 13
0
CESA-2012:0731 Moderate CentOS 6 expat Update
CentOS Errata and Security Advisory 2012:0731 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0731.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: aefccd0285b312ec3cf053715b66c45e7883145255c993c7e2bd1848b420deb1 expat-2.0.1-11.el6_2.i686.rpm