Help for this page

Select Code to Download


  1. or download this
    ./curlopt-constants.c:19:58: error: non-void function 'constant' shoul
    +d return a value [-Wreturn-type]
                if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_D
    +ID_MEMORY_FUNC_TYPEDEFS;
    
  2. or download this
    CPAN RT#117793
    
    ...
            my ($group) = $e =~ m/^([^_]+_)/;
    -- 
    2.7.4
    
  3. or download this
    patch -b < WWW-Curl-4.17-RT117793.patch
    
  4. or download this
    [ns3:~/src/WWW-Curl-4.17] administrator% sudo make
    Skip blib/lib/WWW/Curl.pm (unchanged)
    ...
    Files found in blib/arch: installing files in blib/lib into architectu
    +re dependent library tree
    Appending installation info to /Users/administrator/perl5/perlbrew/per
    +ls/perl-5.24.0/lib/5.24.0/darwin-2level/perllocal.pod
    [ns3:~/src/WWW-Curl-4.17] administrator%
    
  5. or download this
    LD_RUN_PATH="/usr/local/Cellar/curl/7.58.0/lib:/usr/lib" env MACOSX_DE
    +PLOYMENT_TARGET=10.3 cc  -bundle -undefined dynamic_lookup -L/usr/loc
    +al/lib -fstack-protector-strong Curl.o  -o blib/arch/auto/WWW/Curl/Cu
    +rl.bundle     \
           -L/usr/local/Cellar/curl/7.58.0/lib -lcurl -lldap -lz      \
          
    ld: warning: object file (Curl.o) was built for newer OSX version (10.
    +12) than being linked (10.4)
    
  6. or download this
    /usr/include/AvailabilityInternal.h:22938:10: error: unterminated cond
    +itional directive
            #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_12
    ...
    /usr/include/AvailabilityInternal.h:22800:10: error: unterminated cond
    +itional directive
            #if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_11_3
             ^
    
  7. or download this
    #! /usr/bin/perl
    # linkrabbit.pl
    ...
    Undefined subroutine &WWW::Curl::_global_cleanup called at /Users/admi
    +nistrator/src/WWW-Curl-4.17/lib/WWW/Curl.pm line 11.
    END failed--call queue aborted at ./linkrabbit.pl line 38.
    [ns3:~/linkrabbit] administrator%
    
  8. or download this
    [ns3:~] administrator% locate WWW/Curl/Easy
    <snip>
    ...
    /Users/administrator/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0
    .
    [ns3:~] administrator%
    
  9. or download this
    [ns3:~/src/WWW-Curl-4.17] administrator% sudo make install
    Skip blib/lib/WWW/Curl/Easy.pm (unchanged)
    ...
    -r--r--r--  1 root           staff    18K 11 Feb 10:21 /Users/administ
    +rator/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/darwin-2l
    +evel/WWW/Curl/Easy.pm
    -r--r--r--  1 administrator  staff    18K 11 Feb 12:06 /Users/administ
    +rator/src/WWW-Curl-4.17/blib/lib/WWW/Curl/Easy.pm
    -rw-r--r--  1 administrator  staff    18K 11 Feb 12:06 /Users/administ
    +rator/src/WWW-Curl-4.17/lib/WWW/Curl/Easy.pm
    
  10. or download this
    [ns3:~/src/WWW-Curl-4.17] administrator% which perl
    /Users/administrator/perl5/perlbrew/perls/perl-5.24.0/bin/perl
    
  11. or download this
    [ns3:~/src/WWW-Curl-4.17] administrator% perl -V
    Summary of my perl5 (revision 5 version 24 subversion 0) configuration
    +:
    ...
        /Users/administrator/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0
        .
    [ns3:~/src/WWW-Curl-4.17] administrator%
    
  12. or download this
    sudo perlbrew install perl-5.24.3
    
  13. or download this
    [ns3:~/src/WWW-Curl-4.17] root# perlbrew list
     * perl-5.24.3                               (installed on Sun Feb 11 
    +13:34:22 2018)
    ...
        /Users/administrator/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3
        .
    [ns3:~/src/WWW-Curl-4.17] root#
    
  14. or download this
    [ns3:~/linkrabbit] root# ./linkrabbit.pl -s iq
    Can't find 'boot_WWW__Curl' symbol in /usr/lib/libCurl.dylib
    ...
    Compilation failed in require at ./linkrabbit.pl line 38.
    BEGIN failed--compilation aborted at ./linkrabbit.pl line 38.
    [ns3:~/linkrabbit] root#
    
  15. or download this
    [ns3:~] administrator% perlbrew list-modules
    Algorithm::Diff
    ...
    YAML
    install
    [ns3:~] administrator%
    
  16. or download this
    [ns3:~] administrator% perlbrew switch perl-5.24.3
    A sub-shell is launched with perl-5.24.3 as the activated perl. Run 'e
    +xit' to finish it.
    bash-3.2$ perlbrew list-modules
    Perl
    bash-3.2$
    
  17. or download this
    bash-3.2$ ./linkrabbit.pl -s iq
    Can't find 'boot_WWW__Curl' symbol in /usr/lib/libCurl.dylib
    ...
    BEGIN failed--compilation aborted at /Users/administrator/src/WWW-Curl
    +-4.17/lib/WWW/Curl/Easy.pm line 9.
    Compilation failed in require at ./linkrabbit.pl line 38.
    BEGIN failed--compilation aborted at ./linkrabbit.pl line 38.