any linux experts around

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Retributi0n
    So Fucking Banned
    • Oct 2007
    • 393

    #1

    any linux experts around

    getting a database error on a debian linux server setup..

    "error while loading shared libraries:lib.pq.so"

    anyone know the problem
  • teg0
    Confirmed User
    • Jan 2006
    • 4204

    #2
    lib.pq.so is a postgresql library i believe. When are you getting the error?

    Comment

    • testpie
      Mostly retired
      • Apr 2006
      • 3231

      #3
      Originally posted by Retributi0n
      getting a database error on a debian linux server setup..

      "error while loading shared libraries:lib.pq.so"

      anyone know the problem
      Is this the first setup of the MySQL server? It sounds to me (although I should say I am not a Linux expert) like you've custom-compiled the MySQL application and are missing the dependancy which lib.pq.so is a part of, which at a guess, would be that you've compiled it with postegreSQL support but not installed the necessary dependency.

      Affiliates: DogFart ~ Domain parking: NameDrive ~ Traffic broker: Traffic Holder

      Comment

      • ro8in
        Confirmed User
        • Sep 2006
        • 1542

        #4
        Try disabling postgresql when choosing packages.

        ------
        Offcourse its a dude posting here. Probably a fut ugly one too. Fuck still people falling for this 100 year old trick

        Comment

        • AlbertE
          Confirmed User
          • Oct 2005
          • 119

          #5
          Try:
          apt-get install postgresql-libs

          JustTeenSite JustTeenMovie

          1200FHGs
          Picture Of The Day RSS
          ICQ#: 238541067

          Comment

          • Retributi0n
            So Fucking Banned
            • Oct 2007
            • 393

            #6
            found the problem. there is a c++ library by the name of libstdc++.so.5

            i don`t have it on my system. I have libstdc++.so.6 which is another version

            Comment

            • Retributi0n
              So Fucking Banned
              • Oct 2007
              • 393

              #7
              ok that fixed that

              Comment

              • Retributi0n
                So Fucking Banned
                • Oct 2007
                • 393

                #8
                now i got a new error =o\

                server version 0.5d initializing...
                Warning: not going daemon due to the -nd or -generate switch
                Changing directory to /lot...
                Reading configuration from me_svr.conf
                The server configuration tuples were read successfully from me_svr.conf

                Connecting to the database...
                Connection to the database dbse failed - Reason = could not connect to server: Connection refused
                Is the server running on host "127.0.0.1" and accepting
                TCP/IP connections on port 5432?
                !!!

                Comment

                • testpie
                  Mostly retired
                  • Apr 2006
                  • 3231

                  #9
                  Originally posted by Retributi0n
                  now i got a new error =o\

                  server version 0.5d initializing...
                  Warning: not going daemon due to the -nd or -generate switch
                  Changing directory to /lot...
                  Reading configuration from me_svr.conf
                  The server configuration tuples were read successfully from me_svr.conf

                  Connecting to the database...
                  Connection to the database dbse failed - Reason = could not connect to server: Connection refused
                  Is the server running on host "127.0.0.1" and accepting
                  TCP/IP connections on port 5432?
                  !!!
                  Seems like you've configured it to use ports instead of sockets, so make sure that you haven't got a firewall like iptables running and preventing TCP/UDP connections to port 5432, or configure MySQL to use sockets instead and save yourself some hassle.

                  Affiliates: DogFart ~ Domain parking: NameDrive ~ Traffic broker: Traffic Holder

                  Comment

                  Working...