Page 2 of 2

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 12:40 pm
by bekeme
Hi,
UnrealIRCd 5.2.2

Possible additions in the configuration, I will modify them
Old versions I was working on it perfectly
The new versions are very cool, but it takes some time to work on them

Thank you syzop

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 12:53 pm
by Syzop
Yeah that's the server version, but which IRC client? eg mIRC version.

And yeah if you have any custom set::tls / set::ssl settings then it is probably good to remove them or comment them out for testing (and /rehash).

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 2:19 pm
by bekeme
collect2: error: ld returned 1 exit status
make[2]: *** [ircd] Error 1
make[2]: Leaving directory `/home/unrealircd-5.2.2/src'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/unrealircd-5.2.2/src'
make: *** [build] Error 2

When I reinstall this message appears for the first time I encountered this error
Note that I am up to date openssl modern version

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 2:26 pm
by Syzop
Unfortunately the actual error message that matters is a few lines above that (that you didn't paste) :D

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 6:57 pm
by bekeme
This line is effective
error from openssl

/home/zer/unrealircd-5.2.2/src/openssl_hostname_validation.c:311: undefined reference to `ASN1_STRING_get0_data'

What's the solution? openssl-1.1.1

the old openssl-1.0

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 7:24 pm
by bekeme
I will upgrade
openssl-3

Re: Disconnected and oper ?

Posted: Fri Nov 05, 2021 8:03 pm
by bekeme
The same problem?

openssl-3

/home/zer/unrealircd-5.2.2/src/openssl_hostname_validation.c:347: undefined reference to `OPENSSL_sk_num'
/home/zer/unrealircd-5.2.2/src/openssl_hostname_validation.c:351: undefined reference to `OPENSSL_sk_value'
/home/zer/unrealircd-5.2.2/src/openssl_hostname_validation.c:355: undefined reference to `ASN1_STRING_get0_data'
/home/zer/unrealircd-5.2.2/src/openssl_hostname_validation.c:371: undefined reference to `OPENSSL_sk_pop_free'
openssl_hostname_validation.o: In function `matches_common_name':
/home/zer/unrealircd-5.2.2/src/openssl_hostname_validation.c:311: undefined reference to `ASN1_STRING_get0_data'

The same problem?