Ticket #331 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

Lua on Ubuntu 10.04

Reported by: anonymous Owned by: arjen
Priority: minor Milestone: MediaMosa 2.3
Component: Installation profile Version:
Keywords: Cc:
MoSCoW: none Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours:

Description

Lua is not found. Please, install it first.

but Lua is installed:
Lua 5.1.2 Copyright (C) 1994-2007 Lua.org, PUC-Rio

how to for Ubuntu?

Change History

Changed 3 years ago by dast_panelnet_cz

I am using Debian and I had the same problem.

According to source file profiles/mediamosa/mediamosa.profile, media mosa is testing the return string of 'lua -v 2>&1'. Which is defined as:
define('MEDIAMOSA_TEST_LUA', 'Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio');

Change it to
define('MEDIAMOSA_TEST_LUA', 'Lua 5.1.2 Copyright (C) 1994-2008 Lua.org, PUC-Rio');

This test is _not_ good until mediamosa strongly depends on a certain version "5.1.4.". Otherwise this test should be changed.

-- Dalibor Straka
dast_panelnet_cz

Changed 3 years ago by robert

  • owner set to forgacs
  • status set to assigned

We completely agree and we already have it on our todo list for 1.7.5. I'm now assigning this ticket to get it fixed asap.

Also like to mention that we did change the detection of lua in 2.1.x and this new version of MediaMosa will be released later this month.

Changed 3 years ago by forgacs

  • owner changed from forgacs to arjen

It is fixed in the SVN repository.
Please, check it.

PS. The mediamosa.org/svn repository will updated within 24 hours.

Changed 2 years ago by Frans

  • status changed from assigned to closed
  • version 1.7.4 deleted
  • resolution set to fixed
  • milestone changed from MediaMosa X.X to MediaMosa 2.3
Note: See TracTickets for help on using tickets.