GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ZMQ::FFI::Util(3) User Contributed Perl Documentation ZMQ::FFI::Util(3)

ZMQ::FFI::Util - zmq convenience functions

version 1.17

    use ZMQ::FFI::Util q(zmq_soname zmq_version)

    my $soname = zmq_soname();
    my ($major, $minor, $patch) = zmq_version($soname);

Tries to load the following sonames (in order):

    libzmq.so
    libzmq.so.5
    libzmq.so.4
    libzmq.so.3
    libzmq.so.1
    libzmq.dylib
    libzmq.4.dylib
    libzmq.3.dylib
    libzmq.1.dylib

Returns the name of the first one that was successful or undef. If you would prefer exceptional behavior pass "die => 1"

return the libzmq version as the list "($major, $minor, $patch)". $soname can either be a filename available in the ld cache or the path to a library file. If $soname is not specified it is resolved using "zmq_soname" above

If $soname cannot be resolved undef is returned

ZMQ::FFI

Dylan Cali <calid1984@gmail.com>

This software is copyright (c) 2019 by Dylan Cali.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2019-03-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.