Displaying 20 results from an estimated 100 matches for "dependeci".
Did you mean:
dependecy
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
...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 other implications I do not know about?
thanks
Jobst
--
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
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) (dependecies = c("Depends", "Imports",
"LinkingTo", "Suggests", "Enhances"))
Warning in download.packages(pkgs, d...
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
Hello everybody
I?m trying to install mono and when i try to install the package libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4.
Im using 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
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 double processor (64 bit) , PowerBook G4
1.67 ghz...but it appeared the same error!
I try to found so...
2014 Jul 09
3
Samba DC on CentOS7
....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 samba-tool? or the samba binary?
Tried to locate them but no hope, also installed the client packages but
all i get is smbd binary... how to provision a new domain?
any clues?
--
Lorenzo Faleschini
IT Manager @ Nord Est Systems srl
---------------------------------...
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 features of the system are either undocumented, obsolete or redundant
w...
2009 Apr 03
2
[LLVMdev] GSoC 2009 application
...e from scratch.
Project Proposal:
Since several people are working on loop static loop dependence analysis, I
wish to extend this into the profile driven paradigm. The profile 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 profil...
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 know when using the higher versions this way.
/etc/squid3
Changed to
/etc/squid
( all squid3 changed to squid...
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 freed memory.
The only thing that helps is adding addPreserved<ProfileInfo>() to each
pass, but thats quite tedious to do...
Any suggestions?
Thanks, Andi
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
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 '0.10.0' 0.10.2
ldb '2.0.8' 2.0.8
cmocka '1.1.3' 1.1.5
nss_wrapper '1.1.6' 1.1.7
resolv_wrapper '1.1.4' 1.1.5
ui...
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 '1.1.3' 1.1.5
nss_wrapper '1.1.6' 1.1.7
resolv_wrapper '1.1.4' 1.1.5
ui...
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