Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Asynchronous HTTP requests and (digest) authentication

by zentara (Archbishop)
on Sep 11, 2012 at 16:03 UTC ( [id://993012]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Asynchronous HTTP requests and (digest) authentication
in thread Asynchronous HTTP requests and (digest) authentication

requires Glib::Object::Introspection ..... (I’m a bit afraid of building a newer glib and toppling over the entire Gtk+ stack as a result...

There is no requirement for you to go to the newest libsoup gtk3 libs, except maybe some methods may be changed or missing. You could go back and get the libsoup that was compatible with your current gtk2 libs. Another option may be webkit. A Perl module exists to use it, but I don't know if it would handle your authentication requirements.

You can go back into the older directories at gnome sources, to find your compatible version. It looks like libsoup goes way back into gtk2 versions before Glib::Object::Introspection even showed up on the scene.

The switch from gtk2 to gtk3 occurred at GTK+ 2.24. So I would start with the libsoup with the ftp date closest to 2.24. Libs after that point are still gtk3 although they have a 2.xx number.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re^3: Asynchronous HTTP requests and (digest) authentication

Replies are listed 'Best First'.
Re^4: Asynchronous HTTP requests and (digest) authentication
by Ralesk (Pilgrim) on Sep 11, 2012 at 16:30 UTC

    The first Glib::Object::Introspection ever (0.001) already requires GObject-Introspection 0.10.0 (we have 0.6.14), which requires Glib 2.24 (and we have 2.22.5). The Gtk is a disgracefully old 2.18 so it might not like the new Glib entirely, though I haven’t tested that — but I don’t want to cause instability on these machines (not to mention, upgrading packages them all would be a mess).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://993012]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-19 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found