Hi, when i want to upgrade unreal from 3.2.4 to 3.2.5
i can recompile l_commands.c to make commands.so
the 3.2.4 version had no ziplinks support and no ssl
for the 3.2.5 i want ssl and ziplinks so i compiled it with those 2 things supported...
can somebody help me out with this?
thank you in advance
--------------this is the log--------------
[blabla@bla modules]$ make commands.so modulefile=l_commands
make: `commands.so' is up to date.
[blabla@bla modules]$ cd ..
[blabla@bla src]$ cd ..
[blabla@bla Unreal3.2]$ ./unreal start
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.5
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7a Feb 19 2003
using zlib 1.2.0.7
* Loading IRCd configuration ..
* unrealircd.conf:3: loadmodule src/modules/commands.so: failed to load: Module was compiled for 'Unreal3.2.5/SSL/ZIP/NOSPF', we were configured for 'Unreal3.2.5/SSL/NOSPF'. SOLUTION: Recompile the module(s).
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: /home/blabla/Unreal3.2/ircd.log: No such file or directory
[blabla@bla Unreal3.2]$
--------------this is the log--------------
some help needed with v3.2.5
If you are upgrading:
Maybe in this case, this is enough:
Easy :P
Code: Select all
make clean; ./Config -quick && makeCode: Select all
make clean; make