Search:

Type: Posts; User: retrodans

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,174

    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,174

    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:


    //...
Results 1 to 2 of 2