LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Game problem.. file liblua not found, Have solution, just need help READING it. (https://www.linuxquestions.org/questions/linux-newbie-8/game-problem-file-liblua-not-found-have-solution-just-need-help-reading-it-876883/)

Hevithan 04-24-2011 11:15 PM

Game problem.. file liblua not found, Have solution, just need help READING it.
 
I found this on another site, And it is the same problem I am having:


Quote:

When I start the game "fillets: I got:

/libexec/ld-elf.so.1: Shared object "liblua.so" not found, required
by "fillets"

I have lua installed but there are no liblua.so.
Recompiling the fillets ports is likely to fix this. Let us know if it
doesn't.


Good luck,

Doug

I did recompile lua and fillets-ng and it works.


How the *insert favorite swear word* do I recompile it?

corp769 04-24-2011 11:20 PM

You will have to download the source in order to recompile, hence that what compiling means. Can I ask what distro you are using?

Josh

Hevithan 04-24-2011 11:29 PM

Quote:

Originally Posted by corp769 (Post 4335097)
You will have to download the source in order to recompile, hence that what compiling means. Can I ask what distro you are using?

Josh

I am using Dreamlinux (Debian based) ... The newest version, Just installed a week or 2 ago.

By the source, that means, I should search google for Liblua.so and see what pops up?

corp769 04-24-2011 11:30 PM

Search for the lua source code and run the normal configure, make, and make install. That should do it for that.

Hevithan 04-25-2011 12:00 AM

1 Attachment(s)
So I downloaded Source Pkg for liblua

did
Quote:

$cd <Liblua dir>
Followed by

Quote:

make
(got a return that said directory does not exist, Went to the Makefile included in liblua, and edited directories where it would go to everything mine say)

Ran
Quote:

make install
and this is where my terminal is now:
Quote:

root@taco:/home/taco/Desktop/lua-5.1.4# /home/taco/Desktop/lua-5.1.4# make install
cd src && mkdir -p /home/taco/usr/local /home/taco/bin /home/taco/usr/local home/taco/include /home/taco/usr/local /home/taco/lib /home/taco/usr/local home/taco/man/man1 /home/taco/usr/local /share/lua/5.1 /home/taco/usr/local/lib/lua/5.1
cd src && install -p -m 0755 lua luac /home/taco/usr/local /home/taco/bin
install: cannot stat `lua': No such file or directory
install: cannot stat `luac': No such file or directory
make: *** [install] Error 1
root@taco:/home/taco/Desktop/lua-5.1.4#
I seem to be missing something (By which I mean doing it wrong), all those DIRs exists ... I've seen 'em.


Here's screenshots: Lua folder exists, I go in and see 5.1. But the 5.1 folder is empty:


All times are GMT -5. The time now is 04:15 AM.