ziggy46802
Active Member
- Joined
- Aug 19, 2012
- Messages
- 418
- Reaction score
- 27
Im follow this guide
Compiling on Ubuntu 12.04 precise, 64bit
and it says to
Now, for the shell scripts.
You need to execute these commands:
Code:
sh autogen.sh
./configure --enable-mysql --enable-sqlite --enable-server-diag
when I tried to run these in the terminal both didnt work, so how do I do them?
This is what I get in the terminal:
will rep whoever helps me
Compiling on Ubuntu 12.04 precise, 64bit
and it says to
Now, for the shell scripts.
You need to execute these commands:
Code:
sh autogen.sh
./configure --enable-mysql --enable-sqlite --enable-server-diag
when I tried to run these in the terminal both didnt work, so how do I do them?
This is what I get in the terminal:
Code:
steven@ubuntu:~$ sh autogen.sh
sh: 0: Can't open autogen.sh
steven@ubuntu:~$ sudo su
[sudo] password for steven:
root@ubuntu:/home/steven# sh autogen.sh
sh: 0: Can't open autogen.sh
root@ubuntu:/home/steven# ./configure --enable-mysql --enable-sqlite --enable-server-diag
bash: ./configure: No such file or directory
root@ubuntu:/home/steven#
will rep whoever helps me