Giter Site home page Giter Site logo

Comments (6)

krlmlr avatar krlmlr commented on July 22, 2024

Does the suggestion in #21 help?

from rpostgres.

JackStat avatar JackStat commented on July 22, 2024

No sir it does not. I am running postgres 9.4 so I assumed that I needed to change it to

export LIBPQ_DIR=/usr/pgsql-9.4/
export LIBRARY_PATH=/usr/pgsql-9.4/lib

So, after running this I tried again and received the same error as described above. I wonder why their are issues with the declarations.

from rpostgres.

krlmlr avatar krlmlr commented on July 22, 2024

I tested in a clean instance of CentOS 7, and it seems that installation from GitHub worked after I said

rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum update
yum install -y postgresql-devel

I wonder if things are different in CentOS 6.6.

from rpostgres.

JackStat avatar JackStat commented on July 22, 2024

Something must be different because that didn't work either. I will try and get a clean VM and retry on it.

from rpostgres.

JackStat avatar JackStat commented on July 22, 2024

Alright so my company's admin guy figured this one out. Here is his fix for those interested

remove the original 8.4 packages that were still installed
run ldconfig to update the linker config
install openldap and openldap-devel
both versions were installed
so the default was taking priority on pkg-config on the build path
and 8.4 didn't had the constants that the headers were looking for

export LIBPQ_DIR=/usr/pgsql-9.4/
export LIBRARY_PATH=/usr/pgsql-9.4/lib

from rpostgres.

github-actions avatar github-actions commented on July 22, 2024

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

from rpostgres.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.