No package 'luajit' found - CentOS

Post Reply
Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

No package 'luajit' found - CentOS

Post by Alexandre24 » Sun Sep 21, 2014 7:15 pm

hello,

When I try to compile using the command

./configure --enable-debug

Terminal CentOS reclame luajit me. Yet this one is installed. The luajit 2.0.3.

Here is a copy of the terminal

[server darkstar @ localhost] $ ./configure --enable-debug
checking build system type ... x86_64-unknown-linux-gnu
checking host system type ... x86_64-unknown-linux-gnu
checking target system type ... x86_64-unknown-linux-gnu
checking for a BSD compatible install ... / usr / bin / install -c
checking whether build environment is sane ... yes
checking for a thread-safe mkdir p ... / usr / bin / mkdir p
checking for gawk ... gawk
checking whether make sets $ (MAKE) ... yes
checking whether make supports nested variables ... yes
checking for gcc ... gcc
checking whether the C compiler works ... yes
checking for C compiler default output file name ... a.out
checking for suffix of executables ...
checking whether we are cross compiling ... no
checking for suffix of object files ... o
checking whether we are using the GNU C compiler ... yes
checking whether gcc ... yes Accepts -g
checking for gcc option to accept ISO C89 ... none needed
checking for style of include Farming by make ... GNU
checking dependency style of gcc ... gcc3
checking for g ... g ++ ++
checking whether we are using the GNU C compiler ... yes ++
checking whether g ++ Accepts -g ... yes
checking dependency style of g ... gcc3 ++
checking how to run the C preprocessor ... ++ g ++ -E
checking for grep That handles long lines and-e ... / usr / bin / grep
checking for egrep ... / usr / bin / grep-E
checking for ANSI C header files ... yes
checking for sys / types.h ... yes
checking for sys / stat.h ... yes
checking for stdlib.h ... yes
checking for string.h ... yes
checking for memory.h ... yes
checking for strings.h ... yes
checking for inttypes.h ... yes
checking for stdint.h ... yes
checking for unistd.h ... yes
checking whether byte ordering is no endian ...
checking for pkg-config ... / usr / bin / pkg-config
checking pkg-config is at least Version 0.9.0 ... yes
checking for LUA ... no
configure: error: Package 'requirements (luajit) Were not met:

No package 'luajit' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, You May set the environment variables LUA_CFLAGS
and LUA_LIBS to Avoid the need to Log call pkg-config.
See the pkg-config man page for more details.
[server darkstar @ localhost] $

I do not understand ...

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: No package 'luajit' found - CentOS

Post by Alexandre24 » Sun Sep 21, 2014 11:25 pm

I managed thanks to the fabulous Debian system! I recommend it. subject resolved

Post Reply