Tom Lane <[email protected]> wrote: > "Leif Gunnar Erlandsen" <[email protected]> writes: > > Postgresql compiled from source and placed in > > /local/postgresql/9.0.2 > > > libpqwalreceiver.so is located in /local/postgresql/9.0.2/lib64 while > > recovery is trying to load it from /local/postgresql/9.0.2/lib > > .../lib is where I'd expect it to be. Did you move the libraries to > .../lib64 by hand, or something like that? If so, you would need to > modify the paths chosen by configure; you can't just manually > rearrange the installation tree. > > regards, tom lane This IS not a bug. As Tom Lane said, the libraries was moved by a script called "install_fixup" in our central build routine.
regards Leif Gunnar Erlandsen -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
