Disconnected and oper ?

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

bekeme
Posts: 16
Joined: Mon Nov 01, 2021 8:44 pm

Re: Disconnected and oper ?

Post 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
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Disconnected and oper ?

Post 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).
bekeme
Posts: 16
Joined: Mon Nov 01, 2021 8:44 pm

Re: Disconnected and oper ?

Post 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
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Disconnected and oper ?

Post by Syzop »

Unfortunately the actual error message that matters is a few lines above that (that you didn't paste) :D
bekeme
Posts: 16
Joined: Mon Nov 01, 2021 8:44 pm

Re: Disconnected and oper ?

Post 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
bekeme
Posts: 16
Joined: Mon Nov 01, 2021 8:44 pm

Re: Disconnected and oper ?

Post by bekeme »

I will upgrade
openssl-3
bekeme
Posts: 16
Joined: Mon Nov 01, 2021 8:44 pm

Re: Disconnected and oper ?

Post 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?
Post Reply