Problem making the server with lubuntu vm machine

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Problem making the server with lubuntu vm machine

Post by Delaide » Thu Dec 17, 2015 2:03 am

So, I don't seem to be able to complete the install.
This is the error I am getting:
Capture.JPG
Any idea what I did wrong?
Sorry, this is my first time I have done it on linux. I am trying to make a portable server using virtualbox :?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Problem making the server with lubuntu vm machine

Post by kjLotus » Thu Dec 17, 2015 2:57 am

install autotools

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Problem making the server with lubuntu vm machine

Post by Delaide » Thu Dec 17, 2015 8:16 am

Okay, I will try. Is my directory correct, /usr/bin/darkstar? Following the guide that is where it ended up. Wondering if I should have went back to the root.

So,

Code: Select all

sh autogen.sh
./configure --enable-debug=gdb
seem to be okay now, but

Code: Select all

make
throws the error:
make: *** No targets specified and no makefile found. Stop.
Should I change from the base darkstar.git directory to one of the other directories?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Problem making the server with lubuntu vm machine

Post by kjLotus » Thu Dec 17, 2015 10:37 am

the only thing you should be touching in /usr/bin is the sym link for gcc/g++. everything else should be in your home directory

cd ~
git clone https://github.com/darkstarproject/darkstar.git darkstar
cd darkstar
sh autogen.sh
./configure
make

make sure you read the output for configure and make sure you aren't missing anything

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Problem making the server with lubuntu vm machine

Post by Delaide » Fri Dec 18, 2015 12:13 am

Sorry, new to linux, my installs were in windows before.
Just in case, I am attaching the logs.
autogen.log for the readout during the autogen command, configure.log during ./configure, and make.log for make.
Attachments
make.log
(95 Bytes) Downloaded 211 times
configure.log
(1.88 KiB) Downloaded 199 times
autogen.log
(53.43 KiB) Downloaded 197 times

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Problem making the server with lubuntu vm machine

Post by kjLotus » Fri Dec 18, 2015 1:27 am

did you read the output for configure? have you tried using google for the error you got?
google is your best friend for linux problems - everyone has had every problem you'll ever have before you

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Problem making the server with lubuntu vm machine

Post by Delaide » Fri Dec 18, 2015 2:52 am

Okay, so you mean this topic:
viewtopic.php?f=11&t=2767

I will see what I can do on it.
It looks like my answer is:
apt-get install liblua5.1-0-dev

But, since I have messed up my VM box network on my work computer, I will need to wait until I get home to test.

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Problem making the server with lubuntu vm machine

Post by Delaide » Fri Dec 18, 2015 8:38 am

That worked. Maybe someone can update that in the wiki?
apt-get install liblua5.1-0-dev

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Problem making the server with lubuntu vm machine

Post by kjLotus » Fri Dec 18, 2015 10:30 am

"luajit library version 5.1 or higher (select the developer version if your distro has one)"

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: Problem making the server with lubuntu vm machine

Post by Delaide » Fri Dec 18, 2015 9:55 pm

kjLotus wrote:"luajit library version 5.1 or higher (select the developer version if your distro has one)"
lol, that is what I thought:

Code: Select all

libluajit-5.1-dev
gave you :o

Post Reply