unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
Webmaster78
Posts: 35
Joined: Sun Mar 15, 2020 2:06 am

unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by Webmaster78 »

Hi there !

I'v got this problem installing Unrealircd, could you help me and tell me what to do ?
I downloaded it from the official website.
Are they stupid to propose invalid file "Config" ?

"unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory"

Thank you.
Koragg
Posts: 3
Joined: Tue Feb 12, 2019 12:11 pm

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by Koragg »

Before accusing others of being "too stupid" maybe you should read the instructions more clearly: https://www.unrealircd.org/docs/Install ... #Compiling <--- shows to use ./Config and NOT as you did /Config
Hopefully this helps you out and the rest of the steps are clear as well
Webmaster78
Posts: 35
Joined: Sun Mar 15, 2020 2:06 am

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by Webmaster78 »

Thank your for your answer, it's nice to you, I do exactly what they said :

"First, run the ./Config script which will ask a number of questions. You can just press Enter to accept the default answers. ./Config"."

It's when I run the /Config and accept the default answers, before the end, it stop and give me that result : "unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory"

I used : "unrealircd@id16370:~$ unrealircd-5.0.3.1/Config"

And that run but after answered some params that stop and say :

"Would you like to pass any custom parameters to configure?
Most people don't need this and can just press ENTER.
Otherwise, see `./configure --help' and write them here:
[] ->
./configure --with-showlistmodes --enable-ssl --with-bindir=/home/unrealircd/unrealircd/bin --with-datadir=/home/unrealircd/unrealircd/data --with-pidfile=/home/unrealircd/unrealircd/data/unrealircd.pid --with-confdir=/home/unrealircd/unrealircd/conf --with-modulesdir=/home/unrealircd/unrealircd/modules --with-logdir=/home/unrealircd/unrealircd/logs --with-cachedir=/home/unrealircd/unrealircd/cache --with-docdir=/home/unrealircd/unrealircd/doc --with-tmpdir=/home/unrealircd/unrealircd/tmp --with-privatelibdir=/home/unrealircd/unrealircd/lib --with-scriptdir=/home/unrealircd/unrealircd --with-nick-history=2000 --with-permissions=0600 --enable-dynamic-linking
unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory
"

If I try instead :
unrealircd@id16370:~$ unrealircd-5.0.3.1./Config
-bash: unrealircd-5.0.3.1./Config: No such file or directory

An idea please ?
HeXiLeD
Posts: 51
Joined: Mon Jan 16, 2017 8:07 pm
Location: online

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by HeXiLeD »

Yes, not only I have an idea as well as a conclusion that your problem is pure PEBCAK.

Where in the documentation do you see unrealircd-5.0.3.1./Config, ./configure or /Config ? Being used to install unrealircd?

Follow the link that Koragg posted.
Don't come up with your own failed ideas and it may not be a good idea insulting people from who you need help.
Constructive criticism leads to evolution and progress. Negative criticism leads to obsolescence. We are not in the 90's IRC world anymore.
CertFP: d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by katsklaw »

Webmaster78 wrote: Sun Mar 15, 2020 12:26 pm If I try instead :
unrealircd@id16370:~$ unrealircd-5.0.3.1./Config
-bash: unrealircd-5.0.3.1./Config: No such file or directory
cd to the unreal-5.0.3.1 directory FIRST, then run ./Config.

Code: Select all

scott@ircs:~$ cd unrealircd-5.0.3.1/
scott@ircs:~/unrealircd-5.0.3.1$ ./Config
When you get to this question:

Code: Select all

"Would you like to pass any custom parameters to configure?
Most people don't need this and can just press ENTER.
Otherwise, see `./configure --help' and write them here:
[] ->
Just hit ENTER.
Webmaster78
Posts: 35
Joined: Sun Mar 15, 2020 2:06 am

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by Webmaster78 »

HeXiLeD wrote: Sun Mar 15, 2020 3:24 pm Yes, not only I have an idea as well as a conclusion that your problem is pure PEBCAK.

Where in the documentation do you see unrealircd-5.0.3.1./Config, ./configure or /Config ? Being used to install unrealircd?

Follow the link that Koragg posted.
Don't come up with your own failed ideas and it may not be a good idea insulting people from who you need help.
Thank you for your answer but I don't insult people there from who I need help, it's nice to help others. I was asking myself about unrealircd developpers not users of this forum. Sorry if you thought I did.
Lord255
Posts: 95
Joined: Sat Feb 29, 2020 12:58 am
Location: offline

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by Lord255 »

Webmaster78 wrote: Sun Mar 15, 2020 4:27 pm ..

is there anything which we can help you with? unless, you are welcome.
good luck with your network.
Webmaster78
Posts: 35
Joined: Sun Mar 15, 2020 2:06 am

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

Post by Webmaster78 »

Thank you Lord255 and the others.

Now I'll create a post to have help about configuration.
Locked