Page 2 of 2
Posted: Fri Apr 16, 2004 2:31 am
by codemastr
Have you tried
make clean && make
?
Posted: Fri Apr 16, 2004 2:37 am
by ronrudman
I just did make clean && make.....same result after stopping then starting the server.
Posted: Fri Apr 16, 2004 2:43 am
by jewles
Well if you aren't root, you wouldn't have access to run make && make install... Try gmake && gmake install... if that doesn't work... than I'll shut up...

Posted: Fri Apr 16, 2004 2:52 am
by ronrudman
jewles wrote:Well if you aren't root, you wouldn't have access to run make && make install... Try gmake && gmake install... if that doesn't work... than I'll shut up...

I *am* root!
PROGRESS! This time, using gmake && gmake install:
Code: Select all
using OpenSSL 0.9.6b [engine] 9 Jul 2001
* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Initializing SSL.
Possible error encountered (IRCd seemily not started)
But there was nothing at all in the log.[/code]
Posted: Fri Apr 16, 2004 3:37 am
by ronrudman
After the almost success of gmake && gmake install, I tried something: I blew away everything and started from scratch with the tar file. I did ./Config, then the normal make. Dang if it didn't "work" this time. In other words, doing nothing unusual, I *do* get the ssl support. I'd started from scratch like this before several times, never getting this far.
So now it seems to be just the unknown error that won't let the server start (although I sure as heck would love to know why ssl support works now but didn't before).
Posted: Fri Apr 16, 2004 4:16 am
by jewles
Okay
Posted: Fri Apr 16, 2004 7:54 am
by AngryWolf
There should have been something unless you didn't enable error logging. I think your .pem files were missing, that was why your IRCd didn't want to run.
Posted: Fri Apr 16, 2004 9:22 pm
by ronrudman
Turns out I was looking at the wrong log file. The error was that it couldn't load the SSL cert. I didn't realize I had to copy it from the install directory to where the configuration files were. Well, maybe I didn't, but I did - and now it loads fine
Thanks to everyone for their help on this.
Same Probelm
Posted: Mon Apr 26, 2004 6:31 pm
by SidV
Unrealv3.2-RC2fix
Code: Select all
* Loading IRCd configuration ..
* unrealircd.conf:227: listen with SSL flag enabled on a non SSL compile
* Configuration loaded without any problems ..
Ok after reading this post three time and trying everything it says ssl suport still will not work.
First durring ./Config I get :
Code: Select all
mkdir: cannot create directory `/home/sidv/Unreal3.2/tmp': File exists
checking for openssl... not found
configure: WARNING: disabling ssl support
Next here is operating system and version:
Code: Select all
sidv@Looonie:~> uname -a
Linux Looonie 2.4.21-202-athlon #1 Fri Apr 2 21:22:14 UTC 2004 i686 athlon i386 GNU/Linux
sidv@Looonie:~> openssl version
OpenSSL 0.9.7b 10 Apr 2003
And last out put to the config.log:
Code: Select all
configure:2153: checking for openssl
configure:2171: found /usr/bin/openssl
configure:2183: result: /usr/bin/openssl
configure:9509: checking for openssl
configure:9533: result: not found
configure:9535: WARNING: disabling ssl support
ac_cv_path_OPENSSLPATH=/usr/bin/openssl
That seems to be it. Unreal seems to find openssl but then it suddenly can't find it.
I have ran make clean then started over, I have even rm -rf Unreal3.2 and started new. I know ssl is working because I can get to it from:
Sid_V