search for: pgdg

Displaying 18 results from an estimated 18 matches for "pgdg".

Did you mean: pgd
2014 Aug 05
3
How to update MySQL with CentOS 6 in most unintrusive way - in regard to perl and PHP packages
Dear fellow CentOS users, for my few hobby projects (web games + forums) I have been using CentOS 5 (then 6) with Drupal and PostgreSQL plus few custom PHP and Perl scripts written by mysef. Since PostgreSQL version delivered with CentOS package has been a bit dated, I always used the PGDG packages: # rpm -qa | grep -i pgdg pgdg-centos93-9.3-1.noarch postgresql93-9.3.5-1PGDG.rhel6.i686 postgresql93-libs-9.3.5-1PGDG.rhel6.i686 postgresql93-server-9.3.5-1PGDG.rhel6.i686 As a web developer this has been a very pleasant experience, since (by some great magic) all t...
2020 Feb 24
2
Problems with reposync and createrepo on CentOS 7 for RHEL8/CentOS8 repo?
Hi, I'm trying to mirror the PostgreSQL12 RHEL8 repo: https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-x86_64/ [root at cobbler yum.repos.d]# cat pgdg-12-centos8.repo # PGDG Red Hat Enterprise Linux / CentOS stable repositories: [pgdg12-rhel8] name=PostgreSQL 12 for RHEL/CentOS $releasever - $basearch baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-x86_64 enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGD...
2020 Feb 25
0
Problems with reposync and createrepo on CentOS 7 for RHEL8/CentOS8 repo?
...L postgresql12-llvmjit.x86_64 : Just-in-time compilation support for PostgreSQL postgresql12-plpython.x86_64 : The Python procedural language for PostgreSQL postgresql12-plpython3.x86_64 : The Python3 procedural language for PostgreSQL Are you sure that the packages from the 'reposync --repoid=pgdg12-rhel8 --download_path=/repo/8' were correctly downloaded? For deeper investigation the generated repository metadata (/repo/8/pgdg12-rhel8/repodata directory) would be needed. As far as your question is concerned - no, I do not see anything you forgot. M. -- Marek Blaha <mblaha at redhat...
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
Dear CentOS list we are a small software company making mostly web driven GIS software. We started to simplify out sysadmin life making RPM packages of most of the GIS software stack. For a dependency issue we had to abandon the upstream 8.1 PostgreSQL and install at least a 8.2 version. Taking the package from Fedora 8 and rebuilding it for x86_64 went smoothly. Unfortunatly the same is
2010 Mar 15
1
Installing cdr_pgsql on asterisk 1.6.0.26
Hi folks, I am struggling to install cdr_pgsql in asterisk 1.6.0.26. When I do the ./configure, it complains about the function PQescapeStringConn not existing in -lpq, so when I do a make menuconfig, I can't select the cdr_pgsql module. I am using CentOS 5.4 with the yum PGDG repository for 8.4 version. Some of the installed packages are postgresql-libs, compat-postgresql-libs, postgres, postgresql-contrib. Any help would be very appreciated. Thanks, -- Ing. Miguel Molina Grupo de Tecnolog?a Millenium Phone Center PBX: (+57 1)6500800 ext. 1201 Fax: (+57 1)6500816...
2009 Jun 03
1
Yum-complete-transaction wants to wipe my system out
After some enabling/disabling new repos (pgdg for PostgreSQL specifically) and admittedly some yum action that may have gone uncompleted, I am advised to run yum-complete-transaction. However, when I attempt to do this, yum warns that 225 packages will be erased, all of which I deeply care for. How can I safely back out of this situation? Than...
2006 Nov 21
4
PostgreSQL 8.1.4 in the Testing repository
All, We have a PostgreSQL 8.1.4 in the testing repository. Would everyone who has used it / is using it please reply to this thread. We want to move this to CentOSPlus (this version has been in has been in testing since May, and a version 8 has been in testing since Dec of last year). The repo file is here for testing: http://dev.centos.org/centos/4/CentOS-Testing.repo Thanks, Johnny Hughes
2020 Jan 22
5
yum update / kernal update failed - remove or repair
I have a VPS running C7. I ran a 'yum update' which included a kernel update. The yum update wasn't a total success because mariadb updates failed. However everything else appeared to work. However, when I rebooted the server it did not restart. I have managed to get the ISP's support desk to boot the server by selecting the previous kernel, and I now have access to my box again.
2014 May 28
2
/etc/bash_completion.d/git generates permissions errors
...ied root/named.conf.bind-9.8.2-default-2013-07-04: Permission denied root/named.conf.inet01-dns01-2013-07-04: Permission denied root/named.conf.inet03-dnm-2013-07-04: Permission denied root/pg_hba.conf: Permission denied root/pg_ident.conf: Permission denied root/pgadmin.log: Permission denied root/pgdg-91-centos.repo: Permission denied root/ping_host.sh: Permission denied root/ping_http.sh: Permission denied root/postgresql.conf: Permission denied root/root_voinet09.tgz: Permission denied root/rsync_control.tgz: Permission denied root/rsync_inet01.sh: Permission denied root/rsync_inet02.sh: Permi...
2020 Jan 23
2
yum update / kernal update failed - remove or repair
...il-3.44.0-3.el7.x86_64 @anaconda > Update 3.44.0-4.el7_7.x86_64 @updates > Updated numactl-libs-2.0.12-3.el7.x86_64 @anaconda > Update 2.0.12-3.el7_7.1.x86_64 @updates > Updated pgdg-redhat-repo-42.0-5.noarch @/pgdg-centos10-10-2.noarch > Update 42.0-6.noarch @pgdg10 > Updated php-7.3.12-1.el7.remi.x86_64 @remi-php73 > Update 7.3.13-1.el7.remi.x86_64 @remi...
2016 Nov 03
0
how to install postgresql ip4r
...quicky howto on installing 9.5.latest for centos 6 64bit... # First, (optional) create and mount a dedicated xfs file system at /var/lib/pgsql before beginning this, so all my databases are on it sudo yum -y install https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm sudo yum -y install postgresql95-{server,contrib,devel} # install server and components sudo service postrgresql-9.5 initdb # initialize database cluster sudo service postgresql-9.5 start # start database server sudo chkconfig postgresql-9.5 on...
2011 Mar 13
3
CentOS server install
It's been a while since I've used CentOS. I'm doing a test install for a server setup. I unchecked desktop and checked server. What does server give me?
2012 Oct 05
3
PHPMYADMIN on Centos 6.3
Hi guys, Pls I need good and working instructions on how to install phpmyadmin on centos 6.3 ? I would appreciate your kind and timely response on this. regards kunle
2020 Jan 22
0
yum update / kernal update failed - remove or repair
...s Updated nss-util-3.44.0-3.el7.x86_64 @anaconda Update 3.44.0-4.el7_7.x86_64 @updates Updated numactl-libs-2.0.12-3.el7.x86_64 @anaconda Update 2.0.12-3.el7_7.1.x86_64 @updates Updated pgdg-redhat-repo-42.0-5.noarch @/pgdg-centos10-10-2.noarch Update 42.0-6.noarch @pgdg10 Updated php-7.3.12-1.el7.remi.x86_64 @remi-php73 Update 7.3.13-1.el7.remi.x86_64 @remi-php73 Upda...
2020 Jan 23
0
yum update / kernal update failed - remove or repair
...x86_64 @anaconda >> Update 3.44.0-4.el7_7.x86_64 @updates >> Updated numactl-libs-2.0.12-3.el7.x86_64 @anaconda >> Update 2.0.12-3.el7_7.1.x86_64 @updates >> Updated pgdg-redhat-repo-42.0-5.noarch >> @/pgdg-centos10-10-2.noarch >> Update 42.0-6.noarch @pgdg10 >> Updated php-7.3.12-1.el7.remi.x86_64 >> @remi-php73 >> Update 7.3.13-1.el7.remi.x86_64 >> @remi-php73 >> Up...
2016 Nov 03
2
how to install postgresql ip4r
ok, so I removed the default postgresql install and installed it from the software collections.. following the instructions at https://www.softwarecollections.org/en/scls/rhscl/rh-postgresql95/ and I get this [root at home1p /home/jason]$scl enable rh-postgresql95 bash [root at HOME1P jason]# postgresql-setup --initdb * Initializing database in
2012 Mar 27
4
Problem with PHP / Postgresql on CentOS6.2
HI. I have instaled a WEB server with Postgresql on CentOS 6.2. PostgreSQL, versin 9.1.3 x64 from EntrrpriseDB base *.run*. PHP with PDO from YUM using reposity versions. On start apache does not get error. PHP LOG under, with PDO error. *PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/pdo_pgsql.so' - libpq.so.5: failed to map segment from shared
2012 Dec 04
3
Unable to install pg gem file on CENT OS
please help me in this... I am unable to install pg gem file [root@vdimc04 ~]# gem install pg -v ''0.12.0'' /usr/local/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>'': It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. Fetching: rake-compiler-0.8.1.gem (100%) Fetching: