Help for this page

Select Code to Download


  1. or download this
    [ns3:~/src/WWW-Curl-4.17] root# sudo perlbrew switch system
    A sub-shell is launched with system as the activated perl. Run 'exit' 
    +to finish it.
    sh-3.2#
    
  2. or download this
    MODULE = WWW::Curl    PACKAGE = WWW::Curl::Easy    PREFIX = curl_easy_
    
  3. or download this
    [ns3:~/linkrabbit] administrator% ./linkrabbit.pl -s iq
    Can't find 'boot_WWW__Curl' symbol in /usr/lib/libCurl.dylib
     at /Users/administrator/src/WWW-Curl-4.17/lib/WWW/Curl/Easy.pm line 9
    +.
    
  4. or download this
    [ns3:~/linkrabbit] administrator% ls -alG /usr/lib/libCurl.dylib
    lrwxr-xr-x  1 root  wheel    15B 27 Sep 22:44 /usr/lib/libCurl.dylib -
    +> libcurl.4.dylib
    ...
    /usr/local/Cellar/curl/7.56.1/lib/libcurl.4.dylib
    /usr/local/Cellar/curl/7.58.0/lib/libcurl.4.dylib
    [ns3:/usr/lib] administrator%
    
  5. or download this
    [ns3:~/src/WWW-Curl-4.17] administrator% perl Makefile.PL
    The version is libcurl 7.58.0
    Found curl.h in /usr/local/Cellar/curl/7.58.0/include/curl/curl.h
    
  6. or download this
    [ns3:~/linkrabbit] administrator% sudo cpan install XML::LibXML
    Loading internal null logger. Install Log::Log4perl for logging messag
    +es
    ...
    running xml2-config...failed
    The installed version of libxml2 VERSION 2.9.4
     is not compatible with XML::LibXML (and probably buggy)!
    
  7. or download this
    [ns3:~/src/WWW-Curl-4.17] administrator% sudo cpan --force install XML
    +::LibXML
    
    ...
      SZBALINT/WWW-Curl-4.17.tar.gz
      /usr/bin/make -- NOT OK
    [ns3:~/src/WWW-Curl-4.17] administrator%
    
  8. or download this
    [ns3:~/src/XML-LibXML-2.0132] administrator% perl Makefile.PL DEBUG=1
    enable native perl UTF8
    ...
    The installed version of libxml2 VERSION 2.9.4
     is not compatible with XML::LibXML (and probably buggy)!
    You may continue at your own risk using 'perl Makefile.PL FORCE=1', bu
    +t:
    
  9. or download this
    [ns3:~/linkrabbit] administrator% ls -l /usr/lib/libxml*
    -rwxr-xr-x  1 root  wheel   2.2M 18 Jan 21:35 /usr/lib/libxml2.2.dylib
    ...
    libxslt 10129 was compiled against libxml 20904
    libexslt 817 was compiled against libxml 20904
    [ns3:~/linkrabbit] administrator%
    
  10. or download this
    [ns3:~/linkrabbit] administrator% brew install libxml2
    <snip>
    ...
    running xml2-config...failed
    The installed version of libxml2 VERSION 2.9.4
     is not compatible with XML::LibXML (and probably buggy)!
    
  11. or download this
    ns3:XML-LibXML-2.0132 administrator$  cd ~/src/XML-LibXML-2.0132
    ns3:XML-LibXML-2.0132 administrator$ perl Makefile.PL -I/usr/local/opt
    +/libxml2/include
    ...
    Writing Makefile for XML::LibXML
    Writing MYMETA.yml and MYMETA.json
    ns3:XML-LibXML-2.0132 administrator$
    
  12. or download this
    ns3:XML-LibXML-2.0132 administrator$ sudo cpanm XML::LibXML
    --> Working on XML::LibXML
    ...
    Successfully installed XML-LibXML-2.0132
    4 distributions installed
    ns3:XML-LibXML-2.0132 administrator$