Hi ALL:
I have a problem to start the unrealircd 3.2.3 with SSL option and ZIPLINK option with mandrake 10.1 distro
here si my conf:
#Client SSL#
listen *:7000 {
options {
ssl;
clientsonly;
};
};
# Link servers #
listen *:6700 {
options {
ssl;
serversonly;
};
};
here is the error message for SSL:
- [warning] unrealircd.conf:48: listen with SSL flag enabled on a non SSL compile
Config for ZLINK:
link ***.***.*** {
username *;
hostname ::ffff:**.***.***.***;
bind-ip *;
port 6700;
hub *;
password-connect "****";
password-receive "****";
class servers;
options {
ssl;
zip;
};
};
and the error message for ZipLINK
- [warning] links.conf:29: link ****.****.*** with ZIP option enabled on a non-ZIP compile
it s strange, i have enabled SSL and ZipLINK options with ./Config and the ./Config scritp will generate a SSL certificate with no problems ... but the ircd will not start with SSL ....i understand
Do you want to support SSL (Secure Sockets Layer) connections?
[Yes] ->
Do you want to enable ziplinks support?
[Yes] ->
sorry for my bad english, i m french
Edit: works good with unreal 3.2.1 and mandrake 9.1 distro SSL/ZIPLINK/IPv6 are ok
I have test to compile unreal ircd 3.2.1 in Mandrake 10.1, same problem for errors messages.
SSL / ZIPLINKS Problem
As I said - check the output of the script, please.
You'll need not only the open-ssl binaries but the devel-files, too.
On mandrake:
urpmi libopenssl0.9.7-devel (or something similar)
Same for zlib... You'll need zlib and zlib-devel
You'll need not only the open-ssl binaries but the devel-files, too.
On mandrake:
urpmi libopenssl0.9.7-devel (or something similar)
Same for zlib... You'll need zlib and zlib-devel
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
- Coleman Hawkins