[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Eprints-tech Digest, Vol 118, Issue 15
- Subject: [EP-tech] Eprints-tech Digest, Vol 118, Issue 15
- From: alan.stiles at open.ac.uk (Alan.Stiles)
- Date: Mon, 23 Jul 2018 08:32:39 +0000
- In-reply-to: <EMEW3|fb6345512a5c5b3c72640e4885fe4b02u6M2KN14eprints-tech-bounces|ecs.soton.ac.uk|CALmg1SFZD=94YDt0Q4uizMmKmVjS42o+BTC9WQrCV_qYWmf3XA@mail.gmail.com>
- References: <CALmg1SFZD=94YDt0Q4uizMmKmVjS42o+BTC9WQrCV_qYWmf3XA@mail.gmail.com> <CALmg1SFZD=94YDt0Q4uizMmKmVjS42o+BTC9WQrCV_qYWmf3XA@mail.gmail.com> <EMEW3|fb6345512a5c5b3c72640e4885fe4b02u6M2KN14eprints-tech-bounces|ecs.soton.ac.uk|CALmg1SFZD=94YDt0Q4uizMmKmVjS42o+BTC9WQrCV_qYWmf3XA@mail.gmail.com> <VI1PR0402MB3728C16850B814A44629E923CA560@VI1PR0402MB3728.eurprd04.prod.outlook.com>
Hi Aris,
That line 12 in point 2 appears to have been changed in error?
It should still read
Use EPrints;
As it is referring to a code module, rather than a directory in the file structure.
The initial #! lines should point to the perl installation directory (probably #! /usr/bin/perl ?w) rather than the eprints3 directory. Something appears to be a bit messed up in your IRStats2 installation.
Alan
From: eprints-tech-bounces at ecs.soton.ac.uk [mailto:eprints-tech-bounces at ecs.soton.ac.uk] On Behalf Of Aris Kurniawan
Sent: 23 July 2018 02:20
To: eprints-tech at ecs.soton.ac.uk
Subject: Re: [EP-tech] Eprints-tech Digest, Vol 118, Issue 15
Hi Enio Carboni
after i check the process_stats file, the difference is just in
1. at https://github.com/eprints/irstats2/blob/master/bin/stats/process_stats#L12 on line 1 process_stats =
#! / usr / bin / perl -w
on my computer on line 1 process_stats =
#! / usr / share / eprints3 / bin / perl -w
2. at https://github.com/eprints/irstats2/blob/master/bin/stats/process_stats#<https://github.com/eprints/irstats2/blob/master/bin/stats/process_stats> on line 12 process_stats =
use EPrints;
on my computer line 12 process_stats =
use eprints3;
but not on line 1 / usr / share / eprints3 / bin / perl -w on my computer pointing to the installation folder eprints3?
thank you
-- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in Scotland (SC 038302). The Open University is authorised and regulated by the Financial Conduct Authority in relation to its secondary activity of credit broking.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20180723/06c83457/attachment-0001.html