Hi Tim, Sorry for the late reply. I figured out what the problem is: On Wed, Aug 12, 2020 at 2:46 AM Tim Conlan <tim@number26.org> wrote:
Gday,
this is the link to the instructions used: https://ledgersmb.org/index.php/content/installing-ledgersmb-17
system is Ubuntu 20.04.1 LTS, fresh install on a virtual machine
everything seems to be working thus far, but I've still got a bit of setting up to go.
We don't list any modules from Perl Core (those that come with Perl by default on all platforms because they ship with Perl) in our dependency listing. However, Perl 5.30 - the one in Ubuntu 20.04 - removed Locale::Codes, which includes Locale::Country. Meaning that you need to run the correction you did: sudo cpanm Locale::Country I'll make sure the Locale::Country dependency is included for perls 5.30 and later! Thanks for reporting. Regards, Erik.
On 12/8/20 9:14 am, Erik Huelsmann wrote:
Hi Tim,
Which installation instructions did you use? Obviously they ended you with a broken installion. I'd like to correct them. To help that: which version of LedgerSMB are you installing and which OS are you using?
Regards,
Erik
On Tue, Aug 11, 2020, 02:57 Tim Conlan <tim@number26.org> wrote:
after a fresh coffee & a reboot, i tried again, this time got an extra message in syslog:
Aug 11 00:51:57 accounts starman[633]: Can't locate Locale/Country.pm in @INC (you may need to install the Locale::Country module) (@INC contains: /usr/local/ledgersmb/bin/.. lib old/lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at lib/LedgerSMB/Scripts/setup.pm line 33. Aug 11 00:51:57 accounts starman[633]: BEGIN failed--compilation aborted at lib/LedgerSMB/Scripts/setup.pm line 33. Aug 11 00:51:57 accounts starman[633]: Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 314.
there it is, a missing dependency (Locale::Country)
sudo cpanm Locale::Country
now it gives me a setup screen. let's hope that's the only (minor) problem.
On 10/8/20 5:00 pm, Tim Conlan wrote:
ok, so in syslog I get the following error:
Aug 10 06:57:27 accounts starman[41720]: Attempt to reload LedgerSMB/Scripts/setup.pm aborted. Aug 10 06:57:27 accounts starman[41720]: Compilation failed in require at /usr/share/perl5/Module/Runtime.pm line 314.
googling this doesn't reveal much, but I'm thinking a missng dependency.
any ideas?
thanks,
tim.
On 10/8/20 1:28 pm, Tim Conlan wrote:
Gday folks,
currently trying to install version 1.7.18 & have got to the point of pointing my browser at <ip-address>/setup.pl, but am getting "internal server error"
i'm setting it up on a virtual machine (ubuntu 20.04) & have run through the setup procedure - postgres is running & configurable, reverse proxy nginx running (can hit it ok from a browser), starman appears to be running ok, but no dice on the setup.pl
<ip-addy>/login.pl gives me a login screen, but at the moment I've got nothing to log in to..
is there anywhere I should be looking for logs (/var/log/nginx/access/error aren't that enlightening - just error 500)
thanks in advance,
tim. _______________________________________________ users mailing list -- users@lists.ledgersmb.org To unsubscribe send an email to users-leave@lists.ledgersmb.org
_______________________________________________ users mailing list -- users@lists.ledgersmb.org To unsubscribe send an email to users-leave@lists.ledgersmb.org
_______________________________________________ users mailing list -- users@lists.ledgersmb.org To unsubscribe send an email to users-leave@lists.ledgersmb.org
_______________________________________________ users mailing list -- users@lists.ledgersmb.org To unsubscribe send an email to users-leave@lists.ledgersmb.org
-- Bye, Erik. http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
Hi, On Sun, Aug 30, 2020 at 11:15 AM Erik Huelsmann <ehuels@gmail.com> wrote:
Hi Tim,
Sorry for the late reply. I figured out what the problem is:
On Wed, Aug 12, 2020 at 2:46 AM Tim Conlan <tim@number26.org> wrote:
Gday,
this is the link to the instructions used: https://ledgersmb.org/index.php/content/installing-ledgersmb-17
system is Ubuntu 20.04.1 LTS, fresh install on a virtual machine
everything seems to be working thus far, but I've still got a bit of setting up to go.
We don't list any modules from Perl Core (those that come with Perl by default on all platforms because they ship with Perl) in our dependency listing. However, Perl 5.30 - the one in Ubuntu 20.04 - removed Locale::Codes, which includes Locale::Country.
Meaning that you need to run the correction you did: sudo cpanm Locale::Country
I'll make sure the Locale::Country dependency is included for perls 5.30 and later!
Done. In the next release we'll have a declared dependency on Locale::Country and Locale::Language to fix the dependencies in 5.30 and 5.32. -- Bye, Erik. http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
participants (1)
-
Erik Huelsmann