Problem making the server with lubuntu vm machine
Problem making the server with lubuntu vm machine
So, I don't seem to be able to complete the install.
This is the error I am getting: 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
This is the error I am getting: 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
Re: Problem making the server with lubuntu vm machine
install autotools
Re: Problem making the server with lubuntu vm machine
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,
seem to be okay now, but
throws the error:
So,
Code: Select all
sh autogen.sh
./configure --enable-debug=gdb
Code: Select all
make
Should I change from the base darkstar.git directory to one of the other directories?make: *** No targets specified and no makefile found. Stop.
Re: Problem making the server with lubuntu vm machine
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
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
Re: Problem making the server with lubuntu vm machine
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.
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 324 times
-
- configure.log
- (1.88 KiB) Downloaded 247 times
-
- autogen.log
- (53.43 KiB) Downloaded 306 times
Re: Problem making the server with lubuntu vm machine
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
google is your best friend for linux problems - everyone has had every problem you'll ever have before you
Re: Problem making the server with lubuntu vm machine
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.
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.
Re: Problem making the server with lubuntu vm machine
That worked. Maybe someone can update that in the wiki?
apt-get install liblua5.1-0-dev
apt-get install liblua5.1-0-dev
Re: Problem making the server with lubuntu vm machine
"luajit library version 5.1 or higher (select the developer version if your distro has one)"
Re: Problem making the server with lubuntu vm machine
lol, that is what I thought:kjLotus wrote:"luajit library version 5.1 or higher (select the developer version if your distro has one)"
Code: Select all
libluajit-5.1-dev