in reply to upgrading DBD::Pg without client libs
Another option is to build DBD::Pg on another machine with the devel libraries and copy it over. The hard part is finding all the files and installing them in the right place. It is important that you get the same version of the libraries on the build machine as the database server.
Upgrading DBD::Pg won't fix the problem. It was a change in version 7.3 to not allow empty strings for integer columns. The solution is to not pass empty strings for integer columns.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: upgrading DBD::Pg without client libs
by jfroebe (Parson) on Apr 08, 2004 at 01:35 UTC | |
|
Re: Re: upgrading DBD::Pg without client libs
by geektron (Curate) on Apr 08, 2004 at 04:47 UTC |