Search:

Type: Posts; User: retrodans

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,109

    Yep, these are the 2 scripts I was told to use to...

    Yep, these are the 2 scripts I was told to use to compile:


    gcc -c -o wurfl.o wurfl.c -I/usr/include/libxml2
    gcc -shared -Wl,-soname,libwurfl.so.1 -o libwurfl.so.1.0.1 wurfl.o -lxml2


    So...
  2. Replies
    3
    Views
    6,109

    undefined symbol: wurfl_ismobile

    I am a beginner to C, and am doing a tutorial from the site:
    Mobile device detection with WURFL and Varnish - Enrise

    I have a very simple setup at the moment, my vcl file consists of:


    //...
  3. Replies
    11
    Views
    8,289

    Thankyou for the help, thought I would post the...

    Thankyou for the help, thought I would post the 'potential' solution (although I am still getting some errors back).

    I have created a *.c and *.h file, then compiled these. Then the varnish vcl...
  4. Replies
    11
    Views
    8,289

    @anduril462 Sorry for the confusion, there is no...

    @anduril462 Sorry for the confusion, there is no make file as such. What Varnish has is a VCL file (VCL) this file allows for some basic settings within varnish. What we would like to do is a bit...
  5. Replies
    11
    Views
    8,289

    So, on the note that the issue is with...

    So, on the note that the issue is with xmlversion.h, I ammended my file so it read:

    // Intialization
    C{
    #include <syslog.h>
    #include <string.h>
    #include <libxml2/libxml/xmlversion.h>
    ...
  6. Replies
    11
    Views
    8,289

    Beginners question on inline C

    We are trying to improve our varnish reverse-proxy with some inline C. And as such, I have been starting to dabble. I have put in what I think to be some rather simple code, but get an error which I...
Results 1 to 6 of 6