Displaying 20 results from an estimated 11000 matches similar to: "apt-get update running before installing packages - dependency not working"
2013 Nov 17
1
apt-get installing packages with dependencies
Hi,
I''m having trouble installing packages that have dependencies. (I can
install packages like zip fine.)
for example I would like to install s3cmd.
Installing from command line I would run.
#apt-get -y -o APT::Install-Suggests="true" install s3cmd
which will install python-support & s3cmd.
My init.pp files looks like this
###
class build {
file
2011 Sep 29
2
Error installing Postfix - Mysql Support
Hello:
Does anyone have any idea how resolve this error on my server to install postfix with mysql support? Dedicated Server with CentOS 5.7 64 Bit.
I get this dependency information when trying to use the command yum-y install postfix
Error: Missing Dependency: libmysqlclient.so.15()(64bit) is needed by package 2:postfix-2.3.3-2.3.centos.mysql_pgsql.x86_64 (centosplus)
Error: Missing
2012 Feb 16
4
Could not set present on ensure: Read-only file system
Hi,
I try install python-psycopg2 with other packages, when run apt-get -y
update returns the errors:
err: /Stage[main]/Etc/Package[build-essential]/ensure: change from
purged to present failed: Could not set ''present on ensure: Read-only
file system - /tmp/puppet20120216-1063-18q7lsz-0 at
/tmp/vagrant-puppet/manifests/vagrant.pp:15
err:
2001 Sep 26
2
installing RMySQL
Hi, I have struggled to re-implement the RMySQL package after upgrading
from SuSe 6.3 to 7.2 and from R 1.2.1 to R 1.3.1,
to no avail
It compiles happily but when loading the package I get the following
error
> library(RMySQL)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/home/jniesch/R_HOME/lib/R/library/RMySQL/libs/RMySQL.so":
2010 Mar 10
12
Dependency problems with Yum update
I am spoiled with Yum: never have had a dependency problem until today.
Can this be resolved:
---> Downloading header for compat-openldap to pack into transaction set.
compat-openldap-2.3.27_2. 100% |=========================| 30 kB 00:00
---> Package compat-openldap.i386 0:2.3.27_2.2.29-4.el4.centos set to be
updated
--> Running transaction check
--> Processing Dependency:
2006 Mar 31
5
installing MySQL on 4.3 OR ''am I braindead or what?''
Hi all,
On a fresh CentOS 4.3 box, suddenly what should have took usually
around 60 seconds, now it makes me wonder if I can still perform
simple sysadmin tasks, or should I get a long vacantion...
# yum groupinstall "MySQL Database"
Repository update is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository addons is listed
2013 Jan 31
1
The way Puppet installs things fail
Basically, the way puppet installs things things with
/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install
<package_name>
fails due to authentication
WARNING: The following packages cannot be authenticated
But if I do it from an ssh console normally, using apt-get install
<package_name> it works fine without issues.
Is there a way to change how puppet uses the
2006 Jan 30
3
RMySQL install
I am having trouble installing RMySQL on a clean install of Fedora Core 4 64
bit on a dual dual core machine (that is, two dual core processors). Seems
like the LD_LIBRARY_PATH is incorrect, but I don't seem to have it quite
right yet.
There are a few mentions of this problem in google, but thus far none of the
"fixes" and fixed my problem. I've tried defining the
2017 Apr 25
2
building Dovecot in Debian 9
I?m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure:
checking for shadow.h... yes
checking for pam_start in -lpam... no
checking for auth_userokay... no
checking for mysql_config... mysql_config
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not found
#> find / -name
2017 Apr 25
2
building Dovecot in Debian 9
> On Apr 25, 2017, at 2:16 PM, Peter van der Does <peter at avirtualhome.com> wrote:
>
> You might have to install the package default-libmysqlclient-dev from
> the Debian repo.
Isn?t that the MariaDB package? I don?t really want to mix MariaDB with MySQL (even though they are probably still compatible, but diverging as time passes).
Dovecot does build with
2006 Aug 12
3
Trying to compile again
I'm currently running a pre 1.0 version of dovecot. Months back I tried to
compile beta6, couldn't due to some mysql client libraries issues, and gave
up. I'm now trying again with rc6.
This is on a fedora core2 box, with postfix 2.3 and mysql 5.0. The error
I'm getting when I run make is below. Any help would be greatly
appreciated, thanks! I'd really like to get up to
2006 Jul 17
1
libmysqlclient.so.14(libmysqlclient_14)(64bit)
Hi,
I'm trying to update a c4 x86_64 system. This fails because off
Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14)(64bit)
is needed by package php-mysql
The system has MySQL 5 rpms, build on monk.karan.org. I can't
remember/find where I found these packages. The thing is, mysqlclient14
(4.1.14 4.c4) only provides libmysqlclient.so.14()(64bit), which was fine
with
2007 Jul 20
2
Update postfix-mysql
A recent update to postfix mysql errors on my cOS 4.5 system with
complaints about missing dependencies libmysqlclient.so.15 and
libpq.so.4. Have I messed up again?
Details:
CentOS45[root at mail ~]# yum update
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Reducing CentOS.Karan.Org-EL4 - Stable to included packages only
Finished
Excluding
2017 Oct 30
4
Maria 10 breaks unixodbc mysql connector
I recently installed mariadb-server 10.1 by adding the following repository:
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
...all was well until we had a power failure and upon rebooting unixodbc
was segfaulting. Once I did a yum undo, the mysql odbc driver was
functional.
I traced it to the following:
[root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
2019 Jul 22
1
Dovecot with MySQL over SSL.
On 20 Jul 2019, at 23.02, Reio Remma via dovecot <dovecot at dovecot.org> wrote:
>
> On 20.07.2019 22:37, Aki Tuomi via dovecot wrote:
>>
>>> On 20/07/2019 21:07 Reio Remma via dovecot <dovecot at dovecot.org> <mailto:dovecot at dovecot.org> wrote:
>>>
>>>
>>> On 20.07.2019 18:03, Aki Tuomi via dovecot wrote:
>>>>
2019 Jul 20
2
Dovecot with MySQL over SSL.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 20/07/2019 21:07 Reio Remma via dovecot <dovecot@dovecot.org> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
2004 Jul 17
1
Question about Asterisk Installation
Excuse for my bad English, but I have a problem after the compilation of Asterisk-addons:
when I try to execute the simbolic link
"ln -s /usr/lib/mysql/libmysqlclient.so /usr/lib/libmysqlclient.so"
this produce an error because the source object libmysqlclient.so is not present in any directory.
So I can't continue with Asterisk compilation. May help me? thanks
Vincenzo
2007 Oct 23
3
Upgrading PHP + MySQL on CentOS 3
Hi,
I have a CentOS 3 server that I need to update to MySQL 5 + PHP4. I
downloaded and installed the MySQL client and server RPM packages for
Red Hat 3, including the Shared Compatibility Libraries which
provide /usr/lib/libmysqlclient.so.10, .12, .14 and .15, which seems
to be the recommended way of upgrading a MySQL 3 installation. I then
went on to recompile PHP 4.4.7, which worked
2006 Apr 16
2
Error 127 / dovecot-auth problem?
Hello everybody!
I try now since 2 days to get Dovecot working. First i tried it with apt-get
install dovecot-imap dovecot-pop3 (Debian Sarge), but couldn't start it,
syslog told:
Apr 15 17:04:05 wpc2386 dovecot: Dovecot starting up
Apr 15 17:04:06 wpc2386 dovecot: Auth process died too early - shutting down
Apr 15 17:04:06 wpc2386 dovecot: child 1310 (auth) returned error 127
Apr 15
2007 Mar 20
1
RMySQL load error
I'm having trouble getting RMySQL to load. I was able to build it and install
it (RMySQL_0.5-11.tar.gz). I was also able to build and install mysql-5.0.37.
I've read many postings about this but have not found a mention of my
particular problem (some closely related). I get the "unable to load shared
library, no such file" error, but all the files do exist, RMySQL.so and