Raised This Month: $51 Target: $400
 12% 

[EXTENSION] cURL & Hash


Post New Thread Reply   
 
Thread Tools Display Modes
Chaya_
BANNED
Join Date: Jul 2014
Location: Germany
Old 12-19-2015 , 20:34   Re: [EXTENSION] cURL & Hash
Reply With Quote #161

Same here :

L 12/20/2015 - 02:240: SourceMod error session started
L 12/20/2015 - 02:240: Info (map "de_dust") (file "errors_20151220.log")
L 12/20/2015 - 02:240: [SM] Unable to load extension "curl.ext": /home/csgo/csgo/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
L 12/20/2015 - 02:240: [SM] Unable to load plugin "curl_self_test.smx": Required extension "curl" file("curl.ext") not running
L 12/20/2015 - 02:241: Error log file session closed.
L 12/20/2015 - 02:241: SourceMod error session started
L 12/20/2015 - 02:241: Info (map "workshop/125488374/de_dust2_se") (file "errors_20151220.log")
L 12/20/2015 - 02:241: [SM] Unable to load plugin "curl_self_test.smx": Required extension "curl" file("curl.ext") not running
L 12/20/2015 - 02:288: Error log file session closed.
Chaya_ is offline
Send a message via ICQ to Chaya_ Send a message via Skype™ to Chaya_
Chaya_
BANNED
Join Date: Jul 2014
Location: Germany
Old 12-21-2015 , 23:50   Re: [EXTENSION] cURL & Hash
Reply With Quote #162

No News ?
Chaya_ is offline
Send a message via ICQ to Chaya_ Send a message via Skype™ to Chaya_
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 12-22-2015 , 05:29   Re: [EXTENSION] cURL & Hash
Reply With Quote #163

Quote:
Originally Posted by Chaya_ View Post
No News ?
In the time you've waited you could've not been lazy and found the solution.
__________________
asherkin is offline
Chaya_
BANNED
Join Date: Jul 2014
Location: Germany
Old 12-22-2015 , 06:23   Re: [EXTENSION] cURL & Hash
Reply With Quote #164

Fixxed :

Under Linux make follow command as root :

sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6

This will work !


Last edited by Chaya_; 12-22-2015 at 09:47.
Chaya_ is offline
Send a message via ICQ to Chaya_ Send a message via Skype™ to Chaya_
SevenDevils
Junior Member
Join Date: Jul 2012
Old 01-14-2016 , 07:27   Re: [EXTENSION] cURL & Hash
Reply With Quote #165

Quote:
Originally Posted by Chaya_ View Post
Fixxed :

Under Linux make follow command as root :

sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6

This will work !


For me didn't work. I use Ubuntu 14.03.3 LTS , but on windows works fine

Last edited by SevenDevils; 01-14-2016 at 07:28.
SevenDevils is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-14-2016 , 08:05   Re: [EXTENSION] cURL & Hash
Reply With Quote #166

Quote:
Originally Posted by SevenDevils View Post
For me didn't work. I use Ubuntu 14.03.3 LTS , but on windows works fine
https://forums.alliedmods.net/showpo...&postcount=101
__________________
asherkin is offline
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 02-06-2016 , 12:46   Re: [EXTENSION] cURL & Hash
Reply With Quote #167

Can somebosy build the lates version? this one doesn't support scp:

* About to connect() to xxx.xxx.xxx.xxx port 5000 (#0)
* Trying xxx.xxx.xxx.xxx... * connected
* SSH authentication methods available: publickey,gssapi-keyex,gssapi-with-mic,password
* Initialized password authentication
* Authentication complete
* SSH CONNECT phase done
* Failed to recv file
* Connection #0 to host xxx.xxx.xxx.xxx left intact

Last edited by kadet.89; 02-06-2016 at 12:46.
kadet.89 is offline
Send a message via Skype™ to kadet.89
Disowned
Member
Join Date: Oct 2015
Old 02-10-2016 , 21:38   Re: [EXTENSION] cURL & Hash
Reply With Quote #168

Quote:
Originally Posted by kadet.89 View Post
Can somebosy build the lates version? this one doesn't support scp:

* About to connect() to xxx.xxx.xxx.xxx port 5000 (#0)
* Trying xxx.xxx.xxx.xxx... * connected
* SSH authentication methods available: publickey,gssapi-keyex,gssapi-with-mic,password
* Initialized password authentication
* Authentication complete
* SSH CONNECT phase done
* Failed to recv file
* Connection #0 to host xxx.xxx.xxx.xxx left intact
I tried to compile this today, and did manage to get a proper compile, however the extension crashes on startup with:
PHP Code:
[SMUnable to load extension "curl.ext": /home/sm/hlserver/tf2/tf/addons/sourcemod/extensions/curl.ext.soundefined symbolhandlesys 
I compared TF2items to see if there was anything obviously wrong with the handlesys includes, but nope.

I also tried to compile Bara's source and got
PHP Code:
L 02/10/2016 20:11:59: [SMUnable to load extension "curl.ext": /home/sm/hlserver/tf2/tf/addons/sourcemod/extensions/curl.ext.soundefined symbol_ZN12SDKExtension21OnDependenciesDroppedEv 
If someone manages to get it compiled properly, or if Bara has some documentation, I'd like to see the process.

cURL Rant #3:
Overall cURL has been an abandoned project from the start here. No documentation and no build bot. Its inherently insecure due to its age, and suffers from dismissing the Authentication pillar of SSL. I've contacted the author a month ago but received no reply, even though Google Code is officially deprecated. Someone needs to fork it and improve upon it, but those who can, won't, and those who want to, can't, a very common open source dilemma. I'l make it known, though, that if any dev makes a good rewrite, I would be willing to write the documentation, sm tests, and examples for it.

It would be extremely convenient and make automated systems by far easier if we had cURL, but there are a lot of people who forget rule #1 of community projects.

Time spent on a community project is wasted if only you can conveniently develop it
Disowned is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 02-10-2016 , 23:20   Re: [EXTENSION] cURL & Hash
Reply With Quote #169

Quote:
Originally Posted by Disowned View Post
if Bara has some documentation
Nope, I've only recompiled.
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
Disowned
Member
Join Date: Oct 2015
Old 02-11-2016 , 08:39   Re: [EXTENSION] cURL & Hash
Reply With Quote #170

Quote:
Originally Posted by Bara View Post
Nope, I've only recompiled.
Thats what I mean. I tried to reproduce the compile from the assorted build commands in the source, but they don't include the whole picture.

Documentation includes the build process and environment requirements, this is what I documented during the process.

https://gist.github.com/Cyken-Zeraux...7eae9da6980f9a
Disowned is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode