Need help with very begining

Asked by Aleksandr-l1904

configure: error: Package requirements (lua5.1 >= 5.1) were not met:

No package 'lua5.1' found

Please explain how to avoid it

Question information

Language:
English Edit question
Status:
Answered
For:
MySQL Connector/J Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Oleg Koptev (koptev-oleg) said :
#1

that call 'dependencies'. you can install missed packages either in Synaptic or in terminal - type: sudo apt-get install lua5.1

Revision history for this message
Aleksandr-l1904 (aleksandr-litespan) said :
#2

I use freeBSD
command not found: apt-get

Revision history for this message
Aleksandr-l1904 (aleksandr-litespan) said :
#3

uname -r = 7.0-STABLE
uname -s = FreeBSD

Revision history for this message
Oleg Koptev (koptev-oleg) said :
#4

first - update Ports - it download ~40-45 MB:

portsnap fetch
portsnap extract
portsnap update

Then:

cd /usr/ports
make search name=lua

that will find necessary package (string Path: /usr/ports/.../...)

Then usual procedure:

cd /usr/ports/.../... (##comment: string from search)
make install clean

Can you help with this problem?

Provide an answer of your own, or ask Aleksandr-l1904 for more information if necessary.

To post a message you must log in.