[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Panic really setting in now!



Ok, made a little progress (well, maybe)....


/usr/local/lib/perl5/site_perl/5.10.0  contains a directory i686-linux
which contains a directory DBI and DBI.pm - which was not found earlier.
Copying these to back up one level, i.e. into 

usr/local/lib/perl5/site_perl/5.10.0

changes the Apache2 error log to :

[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] Math::BigInt:
couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc
at LedgerSMB/Form.pm line 36
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] DBI object version
1.607 does not match $DBI::VERSION 1.609
at /usr/lib/perl/5.10/DynaLoader.pm line 219.
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] BEGIN
failed--compilation aborted
at /usr/local/lib/perl5/site_perl/5.10.0/DBI.pm line 263.
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] Compilation failed
in require at LedgerSMB/Sysconfig.pm line 9.
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] BEGIN
failed--compilation aborted at LedgerSMB/Sysconfig.pm line 9.
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] Compilation failed
in require at /usr/local/ledgersmb/login.pl line 52.
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] BEGIN
failed--compilation aborted at /usr/local/ledgersmb/login.pl line 52.
[Sat Oct 17 11:58:52 2009] [error] [client 127.0.0.1] Premature end of
script headers: login.pl

so it's finding DBI.pm now.

Is the i686-linux directory being present the problem I wonder -
everything else on the system is i386 as far as I can tell?

Cheers
Richard