Hello,klaus
First thank for your suggest! My OS I FC4,postgresql client is 8.0.3,openser 1.2.0 I try to update libpq to libpq4.It cann't work when I start the opener.The postgres.so is cann't be loaded. But using the mysql it works well.
Before now when I execute openser_postgresql.sh it occurs the following error ~./pgpass does not exist, please create this file and support proper credentials for user postgres. Note: you need at least postgresql>= 7.3 And I write a .pgpass file to solve the problem.Following is the content of file:
*:*:*:postgres:""
Do you have other suggestion? Thank you!
Best Regards
Junjie Zhao 2007-03-15
Think you need libpq.so.5 I had to move from 8.0.2 to 8.2.1 to get libpq.so.5 on gentoo Had same problem when I moved from openser 1.1.0 to 1.1.1
Try updating postgresql to 8.2.1
Best,
TR
On 3/15/07 9:59 AM, "赵俊杰" zhaojunjie01@st.lzu.edu.cn wrote:
Hello,klaus
First thank for your suggest! My OS I FC4,postgresql client is 8.0.3,openser 1.2.0 I try to update libpq to libpq4.It cann't work when I start the
opener.The postgres.so is cann't be loaded. But using the mysql it works well.
Before now when I execute openser_postgresql.sh it occurs the following
error ~./pgpass does not exist, please create this file and support proper credentials for user postgres. Note: you need at least postgresql>= 7.3 And I write a pgpass file to solve the problem.Following is the content of file:
*:*:*:postgres:""
Do you have other suggestion? Thank you!
Best Regards
Junjie Zhao 2007-03-15
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
赵俊杰 wrote:
Hello,klaus
First thank for your suggest! My OS I FC4,postgresql client is 8.0.3,openser 1.2.0 I try to update libpq to libpq4.It cann't work when I start the opener.The postgres.so is cann't be loaded. But using the mysql it works well.
I think you need at least 8.0.8. I do not know if fedora provides security fixes. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2313
regards klaus
Before now when I execute openser_postgresql.sh it occurs the following error ~./pgpass does not exist, please create this file and support proper credentials for user postgres.
Note: you need at least postgresql>= 7.3 And I write a .pgpass file to solve the problem.Following is the content of file:
*:*:*:postgres:""
Do you have other suggestion? Thank you!
Best Regards
Junjie Zhao 2007-03-15
赵俊杰 wrote:
Before now when I execute openser_postgresql.sh it occurs the following error ~./pgpass does not exist, please create this file and support proper credentials for user postgres.
Note: you need at least postgresql>= 7.3 And I write a .pgpass file to solve the problem.Following is the content of file:
*:*:*:postgres:""
try:
localhost:*:*:postgres:adminpassword localhost:*:*:openser:openserrw
openserrw is the default password for the openser DB user.
further set chmod 660 .pgpass
regards klaus