Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #3338
Closed
Open
Issue created Dec 28, 2002 by Peter Bortas@zinoOwner

Pike 7.2 don't recognice postgres after upgrade to postgres 7.2.1

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=3338

Reported by Robert Nilsson, robert@rnn.nu

I'm running Red Hat Linux 7.3 with Postgres v7.2.1, Roxen 3.3 and pike 7.2 (release 433). After I upgraded Postgres from v7.0 to 7.2.1 pike (and therefore also Roxen) didn't support postgres anymore. "pike --features" didn't list "postgres".

I upgraded Roxen from v2.2 to v3.3, but still no support of Postgres...

Finally found that pike was using Postgres c library "/usr/lib/libpq.so.2.1", but that has been replaced by "libpq.so.2.2".

Solution: Made a symbolic link of the old name to the new: ln -s libpq.so.2.2 libpq.so.2.1 and then Postgres was supported in Pike again.

Assignee
Assign to
Time tracking