search for: dependecy

Displaying 20 results from an estimated 100 matches for "dependecy".

Did you mean: dependency
2002 Sep 18
6
Dependecies problem
I cannot for the life of my get this to work. Here is my problem: libc.so.6(GLIBC_2.3) is needed by samba-2.2.5-10 libc.so.6(GLIBC_2.3) is needed by samba-client-2.2.5-10 libc.so.6(GLIBC_2.3) is needed by samba-common-2.2.5-10 libc.so.6(GLIBC_2.3) is needed by samba-swat-2.2.5-10 I tired it with these files glibc-2.2.90-26.i386.rpm
2004 Feb 21
1
syslinux RPM build dependecy
. . . . hmod a+x mkdiskimage make -C sample all make[1]: Entering directory `/usr/src/redhat/BUILD/syslinux-2.08/sample' pngtopnm syslogo.png | \ ../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss /bin/sh: pngtopnm: command not found ../ppmtolss16: stdin is not a PNM file at ../ppmtolss16 line 215. make[1]: *** [syslogo.lss] Error 255 make[1]: Leaving directory
2007 Jul 19
1
asterisk libraries dependecies
Hello, I'm deploying asterisk on a comtrend mips adsl router, I'm aware of the dependence of libncurses, so I compiled ncurses 5.6 for that platform, As you must Know this devices are not resource wide and flash memory especially, after ncurses compilation I have a /usr/share/terminfo with 1,6 MB space and some other libraries, libmenu libform llibpanel etc, I would like to know if
2007 May 18
0
dependecies blahs
On a centos 4.4 yum update I get this Error: Missing Dependency: libmysqlclient_r.so.14(libmysqlclient_14) is needed by package MySQL-python Error: Missing Dependency: libmysqlclient_r.so.14 is needed by package MySQL-python I don't want to overly speculate... is it just a mirrors syncing thing or? Only thing I can think of is I installed perl 5.8.8 from centosplus repo in the last week for
2012 Jan 25
0
[PATCH] README: add upstream qemu dependecies
Upstream Qemu, just added to the Xen build system, needs GLib 2.0 and pkg-config to compile. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff --git a/README b/README index 02d1d50..bc28a61 100644 --- a/README +++ b/README @@ -50,6 +50,8 @@ provided by your OS distributor: * Development install of yajl (e.g. libyajl-dev) * Development install of libaio
2019 May 07
2
yum remove iptables problem
Hi Just got a new server replacing another server. I had to use iptables to protect it until I could move a hardware firewall from the old server to the new server. Now I am trying to delete iptables but it wants to delete lots of other dependency packages, e.g. sendmail, cyrus-sasl and even plymouth. Can I just use "force" and "no-dependecies" to get rid of it? Are there
2009 Jan 14
3
Installing kernel RHEL-5.3 on CentOS 5.2 (x86_64)
Hi I tried to install the kernel Red Hat 5.3 x86_64 (2.6.18-128.el5.x86_64) with the command: rpm -Uvh kernel-2.6.18-128.el5.x86_64.rpm but there is problem with dependecy: ecryptfs-util < 44. How to solve problems with depencies when installing a beta kernel? I'm trying this kernel to see if I get CentOS working with the wireless iw4965. I tried the drivers from Intel, but the compilation failed. Thanks Marcelo
2011 Mar 15
1
install.packages barfs on dependencies= argument
I'm sure I used to be able to do my.dependencies<- c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances") install.packages("animation", lib = Sys.getenv("R_LIBS_USER"), dependecies = my.dependencies) but now I get Error in download.file(url, destfile, method, mode = "wb", ...) : unused argument(s)
2008 Jul 11
2
Is there a FC8 update repo out there?
So I need python 2.5.1, and all of its dependecies. And 2.5.1 is at least in FC8. So this leads to wanting to try to do the update right via yum, thus needing a repo. Does such a thing exist? I find a directory out there, but no repodata directory with it: http://rpmfind.net/linux/RPM/fedora/updates/testing/8/
2008 Feb 26
4
Mono installation
...sing local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1 Finally I try with the centos extra respository and when i try to install libgdiplus it throw a dependecy error with lifgif.so.4 plaese can any body help me note: i need to install it from local rpms, not online regards Roilan ______________________________________________ ?Con Mascota por primera vez? S? un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome...
2007 May 07
2
Unsupported CPU Error
Hi, I've a problem; I've tryed to install wine 0.9.7 on a Mac Computer on Mac OS X System. I've downloaded source files from source-forge.net I have made configuration,and make dependecies and finally I did "make" !...but...at least appears a terrible message: #error unsupported cpu (minidump.c 172.2).... I've tryed this on two different computers: a IBM PowerPC G5
2014 Jul 09
3
Samba DC on CentOS7
Hi guys, Just installed a CentOS 7 minimal to test samba 4.1.x that's onboard (until now I always used CentOS 6 + SerNet repo and working like a charm). But I'm looking to setup a new server and I wanted to use the CentOS packages to keep things as standard as possible. so I ran yum install samba-dc and it installed samba-common and the other dependecies. now... Where the heck is
2020 Oct 09
2
llvmbuildectomy
Hi Folks, Although LLVM now relies on cmake for its build configuration, it still calls an external Python script, namely llvm-build, to manage component dependecies, activation or deactivation of target componenents and generating description for llvm-config. This system is documented in http://llvm.org/docs/CommandGuide/llvm-build.html and https://llvm.org/docs/LLVMBuild.html. Several
2009 Apr 03
2
[LLVMdev] GSoC 2009 application
...e driven approach can be useful in the following cases:- 1. Rarely occuring dependeccies. 2. Silent depencecies (harmless dependecies) eg. writing the same value a before. The program can be profiled to obtain this information. Based on this information the optimiser can selectively exercise the dependecy, making checks in case of a wrong prediction. This will be particularly useful when try to parallelize the code. The profile information can also be used to obtain the actual desnsity of the loop to figure out the best parallelization technique. For achieving the above I propose to add the followi...
2015 Dec 29
2
[squid-users] squid3 / debian stable / please update to 3.4.14
Hai, You can very easy upgrade to 3.5.12 on Jessie. Add sid to your sources.list, or better in : /etc/apt/sources.list.d/debian-sid.list Only the deb-src line is needed. Now apt-get update # install dependecies. apt-get build-dep squid # get and build source. apt-get source squid -b if you missing something, get that package first, build it, install it and do above again. !! thing to
2009 Sep 22
1
[LLVMdev] Preserving Analysis in ALL Passes
Hi, I'm fighting with this quite some time now: Is there a way to mark an Analysis (in my case ProfileInfo) as perserved by _all_ passes? I have tried to add ProfileInfo directly in Pass.h:getAnalysisUsage() but that produces nasty circular library dependecies. I also tried to simply store a pointer to the ProfileInfo in Module but then the PassManager gets confused resulting in double
2011 Nov 24
1
[LLVMdev] Scheduler information
[LLVMdev] tag added, sorry for duplicated message. Hi list, Could someone help me to understand the internal data dependecy structure used by the scheduler ? As far as I can see in /lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp, SUnit nodes are created to wrap SDNodes with scheduling related information and SDeps represent all kind of dependencies between them. Nevertheless, I cannot figure out the graphical form of...
2019 Dec 17
0
Ubuntu Bionic Samba 4.11.4 now available on my repo.
Hai, Im starting to upload the new package for samba 4.11.4 Ubuntu Bionic packages are uploaded already. (amd64/i386) If one want to rebuild these for a higher ubuntu or debian version. Please take note of this table. The minimal dependecies needed to build 4.11.4 and what i used. Dependecies minimal LvB-Repo talloc '2.2.0' 2.3.1 tdb '1.4.2' 1.4.3 tevent
2019 Dec 20
0
Debian Buster/Raspbian Buster Samba 4.11.4 now available on my repo.
Hai, Finaly the Debian and Raspbian Buster packages are online. ;-) If one want to rebuild these for an other Debian or Ubuntu version. Please take note of this table. The minimal dependecies needed to build 4.11.4 and what i used. Dependecies minimal LvB-Repo talloc '2.2.0' 2.3.1 tdb '1.4.2' 1.4.3 tevent '0.10.0' 0.10.2 ldb '2.0.8' 2.0.8 cmocka
2006 Jul 26
1
lesson learned: script/runner does not abort on failed require
After a fresh installation of an application, some utility scripts run with script/runner quietly aborted right after their start. No error message whatsoever, just a new shell prompt. The reason was an uninstalled dependecy, but that was difficult to determine because the load failure was not reported: % ruby script/runner ''require "foobarbaz"'' % Why that does not raise an excepcion? command/runner.rb evals ARGV.first and eval does raise LoadError: irb(main):002:0> eval(&...