Displaying 20 results from an estimated 700 matches similar to: "mod_ssl?"
2020 Feb 05
3
Kernel downgrade on Centos 8
Johnny Hughes wrote:
> No, CentOS-8 uses different shared libraries and a different version
> of the compiler than CentOS-7, so you can not run items compiled for
> CentOS-7 on CentOS-8.
The kernel does not rely on userspace libraries.
--
Dimitri Zelenkin
Devexperts, Inc
2011 Mar 22
5
Some relevant information
Hello everyone:
* DNS does not have a "refresh rate". In DNS, the person running the
domain determines what the "refresh rate" (it's called TTL in DNS) for
their records is; for example, Google has a TTL of "once per hour" and
my domains (maradns.org, etc.) have a TTL of one day.
* As mentioned before, Scientific Linux 6.0 is out. What hasn't been
2015 Jun 03
6
creating RPMs from CRAN tarballs
This is not specifically a CentOS question, but I am creating RPMS for
CentOS 6 from some CRAN tarballs.
I run R2spec -s tarball to create a spec file, and most of the time it
works ok, but sometimes (RPostgresSQL, Rcpp for example) the package has
test or example programs that start with
#!/usr/bin/r
with lower case r, and the resulting package then winds up with a
dependency on /usr/bin/r,
2010 Oct 07
1
Linux 64-bit R installation problem - "Failed dependencies"
I am trying to install 64 bit R on Linux. But I got the following error -
rpm -i R-core-2.10.0-2.fc11.x86_64.rpm
warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY,
key ID 97d3544e
error: Failed dependencies:
/bin/bash is needed by R-core-2.10.0-2.fc11.x86_64
/bin/sh is needed by R-core-2.10.0-2.fc11.x86_64
/sbin/ldconfig is needed by
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I
reboot, some process rewrites /etc/resolv.conf, including a comment
about dhcpclient. The only package I have installed that shows up in
"rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in
there is named dhcpclient.
I'd like to figure out what software is rewriting this file and why.
man 5
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote:
> Hi again Rich,
>
> I'm trying to use febootstrap to install either rawhide or f13,
> but my attempts are failing.
>
> $ sudo febootstrap fedora-13 /mnt/jubjub-f
> ...
> Running rpm_check_debug
> ERROR with rpm_check_debug vs depsolve:
> libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64
2009 May 02
7
yum installation problem
hello,
I want to install wineHQ on my box but i'm facing difficulties, it says yum requires the dependency GLIBC 2.4 AND GNU HASH somthing:
my repos:
CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo fedora-extras.repo
Code:
yum install wine
Repository epel is listed more than once in the configuration
Repository epel-debuginfo is listed more than once in the configuration
2020 Nov 11
2
Targeting old glibc
It did partially fix the issue but there is still one problem:
llvm-objdump -sx gives:
Version References:
required from libpthread.so.0:
0x09691a75 0x00 05 GLIBC_2.2.5
0x09691972 0x00 09 GLIBC_2.3.2
0x09691973 0x00 07 GLIBC_2.3.3
0x06969192 0x00 12 GLIBC_2.12
required from libdl.so.2:
0x09691a75 0x00 21 GLIBC_2.2.5
required from libuuid.so.1:
0x09da27b0 0x00 19
2018 Feb 08
2
Issues with NVidia video driver and CentOS
On Thu, 8 Feb 2018, Felipe Westfields wrote:
> I'm on a network that is disconnected from the internet; makes things kind
> of awkward sometimes. We have some internal repositories that are supposed
> to mirror centos, and EPEL - don't have one (that I'm aware of) that
> mirrors elrepo.
> But it looks like it's looking for just that one package; if that's all I
2018 Feb 08
3
Issues with NVidia video driver and CentOS
On 08/02/18 15:10, Felipe Westfields wrote:
> I copied the error message exactly as it was on the screen
>
As John said, you are mistaken:
$ rpm -qp --requires nvidia-x11-drv-304xx-304.135-1.el6.elrepo.x86_64.rpm
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/sbin/ldconfig
/usr/bin/python
config(nvidia-x11-drv-304xx) = 304.135-1.el6.elrepo
grubby
grubby
libGL.so.1()(64bit)
2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
I posted this message first. But it was missing so I post again.
I think there is a some bug in build configration files.
Can you check up the following errors and fix it?
The error has no concern with UTF-8 patch.
Environment : CentOS 4.3 x86_64
Sungsoo Kim
----------------------------------
[root at saturn xapian-core-0.9.4_svn6707]# make
...
...
mkdir .libs/libxapian.lax/libqueryparser.a
2010 Jan 19
2
Yum update failure (was a digest reference)
On Mon, Jan 18, 2010 at 1:53 PM, Tobias Weisserth
<tobias.weisserth at gmail.com> wrote:
> Hi everybody,
> I'm having difficulties updating dhclient as outlined below by using either
> yum or rpm. I'm running CentOS on a virtual guest provided by a provider.
Have you tried a 'yum clean all' ? That usually resolves this sort of
issue for me.
mhr
2007 Sep 10
3
Centos 4.5 clamav update error
Hi all,
I have a problem updating clamav on my mail server:
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamav
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamd
Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamav
Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamd
I'm using rpmforge repo on CentOS 4.5,
2020 Nov 11
2
Targeting old glibc
On Tue, Nov 10, 2020 at 7:01 PM Fāng-ruì Sòng <maskray at google.com> wrote:
> > How to find what is pulling libmvec?
>
> If you build a -DCMAKE_BUILD_TYPE=Debug lld, you can set a breakpoint
> on lld/ELF/MarkLive.cpp:114 (ss->getFile().isNeeded) and check which
> symbol makes
> libmvec.so needed.
I'm afraid this is going to far for me :)
> > On the other
2020 Feb 05
0
Kernel downgrade on Centos 8
On 2/4/20 11:33 PM, Dimitri Zelenkin via CentOS wrote:
> Johnny Hughes wrote:
>> No, CentOS-8 uses different shared libraries and a different version
>> of the compiler than CentOS-7, so you can not run items compiled for
>> CentOS-7 on CentOS-8.
>
> The kernel does not rely on userspace libraries.
[hughesjr at inspiron11 kernel]$ rpm -q --requires kernel
2007 Feb 06
3
CentOS samba upgrade
Centos samba version is 3.0.10 which is the package that comes with the
disto - is the only way to upgrade to the latest samba 3.0.24 is to
recompile the samba source? I have tried "yum update samba" however it says
3.0.10 is the latest so i downloaded 3.0.24 and tried rpm -Uvh or yum
localinstall but i get the following dependency errors
to # yum install
2012 Jun 26
2
Fwd: Trying to update samba
Typically, RPM's from RedHat or Fedora are pretty dependent on glibc and
other system libraries. Newer version of RedHat will have newer
versions of glibc, so the official packages are often not compatible
with older versions.
Sernet may have precompiled RPM's that may be useful.
http://sernet.de/en/samba/samba-3/
If not you will probably need to compile from source. Or move to a
2007 Sep 10
3
php 5.2
Hi,
I was asking about php 5.2 because I would like to use this program with
these requirements:
http://www.magentocommerce.com/system-requirements
This ecommerce store is built with the zend framework and requires php 5.2.
Mcrypt is not in the centos mirrors either.
I did manage to get this beta ecommerce store installed on php 5.1.6-12 by
removing the mycript line in the install xml file and
2015 Jun 04
1
creating RPMs from CRAN tarballs
Thanks for the suggestion, but after putting that at the top of the spec
and running rpmbuild, I still get
Resolving Dependencies
--> Running transaction check
---> Package R-RPostgreSQL.x86_64 0:0.4-1.el6 will be installed
--> Processing Dependency: /usr/bin/r for package:
R-RPostgreSQL-0.4-1.el6.x86_64
--> Processing Dependency: /usr/bin/r for package:
2020 Mar 22
0
Unable to build RPM for Centos 7
Hi,
we are an email hosting provider and we are looking at xapian to improve
our user experience about email search.
So we staring to build xapian 1.4.15 on Centos 7 with your
xapian-core.spec and move it and the source code in /root/rpmbuild/SPECS
and SOURCE, but we have this error after run "rpmbuild -ba":
[...]
Elaborazione file: xapian-core-devel-1.4.15-1.x86_64
errore: File