in reply to Can't build Net::AMQP::RabbitMQ
The relevant error seems to be
amqp_openssl.c:547:22: error: ‘TLS1_3_VERSION’ undeclared (first use i +n this function) *tls_version = TLS1_3_VERSION;
So, what version is your libssl? Most likely you need to find a newer/older version of libssl to match whatever amqp expects, or patch amqp to work with the different version your CentOS provides.
Also note that your Perl version is really old and unsupported by now.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Can't build Net::AMQP::RabbitMQ
by Anonymous Monk on Jun 27, 2025 at 16:55 UTC | |
by Anonymous Monk on Jul 01, 2025 at 13:56 UTC | |
Re^2: Can't build Net::AMQP::RabbitMQ
by NERDVANA (Priest) on Jun 27, 2025 at 16:50 UTC | |
by ikegami (Patriarch) on Jun 27, 2025 at 17:01 UTC | |
by NERDVANA (Priest) on Jun 27, 2025 at 19:25 UTC |