I've successfully installed Postgresql on SME 5.5. I intend to use the installation to run the sql-ledger software (
http://www.sql-ledger.com) which seems worth investigating.
I've gotten sql-ledger to work as far as displaying the admin page etc is concerned, but am facing a problem in that the page links result in error 500's.
On investigating in the /var/log/httpd/error-log I get the following messages which relate to DBD and DBI installations (no rpms availalbe for the versions that I want and I don't know how to create RPMs (yet!)):
[Mon Jul 29 15:24:25 2002] [error] [client 192.168.0.11] Premature end of script headers: /home/e-smith/files/ibays/ledger/html/admin.pl
install_driver(Pg) failed: Can't locate loadable object for module DBD::Pg in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at (eval 6) line 3
Compilation failed in require at (eval 6) line 3.
Perhaps a module that DBD::Pg requires hasn't been fully installed
at SL/User.pm line 198
Compilation failed in require at /home/e-smith/files/ibays/ledger/html/admin.pl line 89.
I did install the "DBD-Pg-0.73-1" rpm (rpmfind) however the version required by the software is more recent (1.13) and that is available only on source, as SME does not have the "make" program I cannot compile it locally.
Has anyone installed DBD and DBI (latest or recent versions) or at least can point me to a How-To build an RPM on a remote system then install them on SME?
Many thanx
Mahmood