Re: Installing WEE

new topic     » goto parent     » topic index » view thread      » older message » newer message

updater.ex contains the following code, which should have taken care of the problem unless failure does not return 0.

integer 
    libcurl = open_dll("libcurl.so") 
if libcurl = 0 then 
    libcurl = open_dll("libcurl.so.3") 
end if 
if libcurl = 0 then 
    libcurl = open_dll("libcurl.so.4") 
end if 
if libcurl = 0 then 
    puts(1, "Failed to open libcurl.so\n") 
    abort(1) 
end if 

Never-the-less, I tried changing to "libcurl.so.3" but got the identical error message, indicating that there is a different updater.ex file somewhere.
I did find a second one and changed it also, but still get the original error message, indicating that there is a third file somewhere, but I have not been able to find it. 'which updater.ex' returns nothing.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu