• 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!

Solved no file found?

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
Here is what I'm coming up with in linux trying to compile my sources

Code:
root@steven-desktop:/home/steven/sources# cd /home/steven/sources
root@steven-desktop:/home/steven/sources# ./autogen.sh
./autogen.sh: line 1: autoreconf: command not found
root@steven-desktop:/home/steven/sources# 
root@steven-desktop:/home/steven/sources# /autogen.sh
bash: /autogen.sh: No such file or directory
root@steven-desktop:/home/steven/sources#

And in my "sources" folder I have a file named "autogen.sh" so what's wrong do I have to edit it first or something?
 
Back
Top