• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling How i compile OTXSERVER 3.8 on UBUNTU 20.04? Help please.

mano368

Senior Support Team Member
Staff member
Support Team
Joined
Sep 2, 2011
Messages
646
Solutions
46
Reaction score
296
Location
Brazil
Hello,

I tried to compile otxserver 3.8 on ubuntu 20.04, but everytime i got a error:

img1.png

So, i install ubuntu 18.04 try to compile and "tadam", sucess. BUT, i cant use phpmyadmin on ubuntu 18.04! Yes, I DONT EVEN KNOW WHY.

Cant compile on 20.04 but can use phpmyadmin(php 7.4 as default)
Can compile on 18.04 but cant use phpmyadmin(php 7.2 as default, tried to install phpmyadmin php7.4 here but when i update to the lasted version i got the 8.1 and not 7.4)


Soooo... i tried to use the compiled otserv on 18.04 in the ubuntu 20.04, but, again, cant!

I got permission denied:
img2.png

Ok, someone can help? You can help me with Phpmyadmin on ubuntu 18.04, compile the otxserver 3.8 in ubuntu 20.04 or even run the server using the compiled file from 18.04 in 20.04.

I already use the otxserver 2.15 with no problem in ubuntu 20.04

Thank you guys
 
Solution
Fixes for common bugs with compilation on 20.04:
Problem on screenshot is "3) Error:".

Installation of phpmyadmin on any Debian/Ubuntu:
1. install webserver and PHP (apache2, nginx)
1.1 DO NOT install phpmyadmin Linux package by apt
2. sudo apt install zip unzip
3. cd /var/www/html
4. sudo wget https://files.phpmyadmin.net/phpMyAdmin/4.9.9/phpMyAdmin-4.9.9-all-languages.zip
5. sudo unzip phpMyAdmin-4.9.9-all-languages.zip
6. sudo rm phpMyAdmin-4.9.9-all-languages.zip
7. sudo mv phpMyAdmin-4.9.9-all-languages phpmyadmin
8. sudo chown -R www-data:www-data...
Fixes for common bugs with compilation on 20.04:
Problem on screenshot is "3) Error:".

Installation of phpmyadmin on any Debian/Ubuntu:
1. install webserver and PHP (apache2, nginx)
1.1 DO NOT install phpmyadmin Linux package by apt
2. sudo apt install zip unzip
3. cd /var/www/html
4. sudo wget https://files.phpmyadmin.net/phpMyAdmin/4.9.9/phpMyAdmin-4.9.9-all-languages.zip
5. sudo unzip phpMyAdmin-4.9.9-all-languages.zip
6. sudo rm phpMyAdmin-4.9.9-all-languages.zip
7. sudo mv phpMyAdmin-4.9.9-all-languages phpmyadmin
8. sudo chown -R www-data:www-data phpmyadmin
Visit your server IP with /phpmyadmin path. Like http://123.45.67.89/phpmyadmin.

If you need any help, message me on Discord: Gesior.pl#3208
 
Solution
Solved! Thank you Gesior.pl.

Used as solution: Error 3 and Database.cpp after fix connection.cpp
Fixes for common bugs with compilation on 20.04:
Problem on screenshot is "3) Error:".

Installation of phpmyadmin on any Debian/Ubuntu:
1. install webserver and PHP (apache2, nginx)
1.1 DO NOT install phpmyadmin Linux package by apt
2. sudo apt install zip unzip
3. cd /var/www/html
4. sudo wget https://files.phpmyadmin.net/phpMyAdmin/4.9.9/phpMyAdmin-4.9.9-all-languages.zip
5. sudo unzip phpMyAdmin-4.9.9-all-languages.zip
6. sudo rm phpMyAdmin-4.9.9-all-languages.zip
7. sudo mv phpMyAdmin-4.9.9-all-languages phpmyadmin
8. sudo chown -R www-data:www-data phpmyadmin
Visit your server IP with /phpmyadmin path. Like http://123.45.67.89/phpmyadmin.

If you need any help, message me on Discord: Gesior.pl#3208
 
Back
Top