calling methods in libghttp.so.1

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default calling methods in libghttp.so.1

    Please forgive my ignorance. This is my first attempt at coding in c on
    Linux.

    Searching the documentation, /usr/lib/libghttp has the methods I need.
    But there is no /usr/inclued/libghttp.h on the system. Do I need to load
    the source for libghttp?

    Dave
    david farning Guest

  2. Similar Questions and Discussions

    1. Calling methods within a cfc
      Hey, I've got a file service cfc which is dealing with all my file uploading. What im doing is creating an instance of the object and calling an...
    2. trickiness (?) calling regular subroutines from OO methods
      When I started to learn, I first wrote a lot of non-object-oriented perl. This included a function called read_file (let's say it just dumps a file...
    3. Calling ActionScript methods from javascript?
      Am considering Flash MX 2004 capabilities for a project but need to make sure I can call methods I create in ActionScript from my DHTML hosting...
    4. odd problem calling object methods
      Hi. I was wondering whether anyone else could see anything wrong with this code: <input name="name" type="text" id="name" value="<?php print...
    5. help - calling methods in a hash with parameters
      Hiya, If I want to create a hash table with the values containing methods to call, how do i call these methods if they need parameters? Here's...
  3. #2

    Default calling methods in libghttp.so.1

    Please forgive my ignorance. This is my first attempt at coding in c on
    Linux.

    Searching the documentation, /usr/lib/libghttp has the methods I need. But there
    is no /usr/inclued/libghttp.h on the system. Do I need to load the source for
    libghttp?

    Dave
    david farning Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139