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

[EXTENSION] cURL & Hash


Post New Thread Reply   
 
Thread Tools Display Modes
Eyelanderules
Member
Join Date: Jul 2011
Old 01-16-2012 , 22:59   Re: [EXTENSION] cURL & Hash
Reply With Quote #51

Quote:
Originally Posted by daleGEND View Post
No one else having this issue?
Yup i got a new PC 3 days ago and i recreated my server, the thing is i have a custom made plugin that blocks people from hacking admin on my server and it required Curl extension and such files but when i reinstalled my server i put all the files in the right folders ( I made sure of it ) restarted server but it keeps giving me the same error. I downloaded both 32 and 64 bit you linked above even uninstalled each of em when i tryed 1 by 1 but still wont work, before i built my new PC it worked fine, help please, i dont want people hacking admin on my server again sence this isnt currently working.
Eyelanderules is offline
seattle_ice
Member
Join Date: Dec 2010
Old 03-20-2012 , 12:39   Re: [EXTENSION] cURL & Hash
Reply With Quote #52

I did everything listed in the OP to get this running but I still get this error:

L 03/20/2012 - 1205: [SM] Unable to load extension "curl.ext": The application has failed to start because its side-by-side configuration is incorrect.

We are running Windows Server 2008 R2 Standard x64 SP1, and I did the MFC C++ security update and rebooted but no go.

Last edited by seattle_ice; 03-20-2012 at 12:45.
seattle_ice is offline
duydangle
Senior Member
Join Date: May 2010
Old 03-20-2012 , 12:57   Re: [EXTENSION] cURL & Hash
Reply With Quote #53

Quote:
Originally Posted by seattle_ice View Post
I did everything listed in the OP to get this running but I still get this error:

L 03/20/2012 - 1205: [SM] Unable to load extension "curl.ext": The application has failed to start because its side-by-side configuration is incorrect.

We are running Windows Server 2008 R2 Standard x64 SP1, and I did the MFC C++ security update and rebooted but no go.
Use x86 package and restart
duydangle is offline
seattle_ice
Member
Join Date: Dec 2010
Old 03-20-2012 , 13:28   Re: [EXTENSION] cURL & Hash
Reply With Quote #54

Quote:
Originally Posted by duydangle View Post
Use x86 package and restart
Just did that, and the side-by-side error went away. Might be a good idea to make a note of that in the OP. Regardless of the Windows version being x64 or x86, the extension expects the x86 version.


Now when I try to run the gmail test from the console, it echos that it is sending, but never seems to actually send. If I try again, it tells me "Sending Email, please wait" so it thinks it is still trying to send, even 10 minutes later.

It does call the "cUrl_easy_perform_thread", but the callback never happens. I don't know if it matters, but it is running on a virtual server.

Last edited by seattle_ice; 03-20-2012 at 15:34.
seattle_ice is offline
Dr. Greg House
Professional Troll,
Part-Time Asshole
Join Date: Jun 2010
Old 03-22-2012 , 11:09   Re: [EXTENSION] cURL & Hash
Reply With Quote #55

I'd like to get the content of a webpage in order to parse it later on. Is there a way to get the page's text without having to buffer it in a file? Like downloading a webpage to a string variable and getting the length?

Last edited by Dr. Greg House; 03-22-2012 at 11:09.
Dr. Greg House is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 03-26-2012 , 03:41   Re: [EXTENSION] cURL & Hash
Reply With Quote #56

[SM] Unable to load extension "curl.ext": The application has failed to start because its side-by-side configuration is incorrect.

I'm getting this error but with my GSP.
jking is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-26-2012 , 05:08   Re: [EXTENSION] cURL & Hash
Reply With Quote #57

Quote:
Originally Posted by jking View Post
[SM] Unable to load extension "curl.ext": The application has failed to start because its side-by-side configuration is incorrect.

I'm getting this error but with my GSP.
Your GSP will need to install the required redist, there is nothing you can do.
__________________
asherkin is offline
jking
AlliedModders Donor
Join Date: Jan 2012
Old 03-26-2012 , 15:15   Re: [EXTENSION] cURL & Hash
Reply With Quote #58

asherkin thanks, I'll look into this.
jking is offline
Mister_Magotchi
SourceMod Donor
Join Date: Dec 2006
Location: Nampa, Idaho
Old 04-20-2012 , 20:38   Re: [EXTENSION] cURL & Hash
Reply With Quote #59

My provider (NFO) "installed x86 and x64 versions of the MSVC 2005, 2008, and 2010 libraries" on the Windows Server 2003 x64 machine that runs my Windows TF2 server. I also confirmed that they installed the security update related to KB2538242, linked in the original post.

Compiling the self test plugin and running curl_self_test outputs the following (even on a fresh install of the latest SM and MM:S snapshots):
Code:
[CURL Test #1] Get cUrl Version
[CURL Test #1] Version: libcurl/7.23.1 OpenSSL/0.9.8r zlib/1.2.5 libssh2/1.3.0
[CURL Test #1] Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
[CURL Test #1] *Passed*
[CURL Test #2] simple get a remote web page
[CURL Test #3] download http://curl.haxx.se/ca/cacert.pem for test #4
[CURL Test #5] download a web page & header
[CURL Test #6] download google logo for test #7
[CURL Test #8] sftp test - ftps://ftp.secureftp-test.com:990/bookstore.xml
For reference, here's the output from the identical setup on my Windows 7 machine with all Windows Update updates, and possibly a few redistributables installed as requirements for the couple games I have, after a relatively fresh reformat:
Code:
curl_self_test
[CURL Test #1] Get cUrl Version
[CURL Test #1] Version: libcurl/7.23.1 OpenSSL/0.9.8r zlib/1.2.5 libssh2/1.3.0
[CURL Test #1] Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
[CURL Test #1] *Passed*
[CURL Test #2] simple get a remote web page
[CURL Test #3] download http://curl.haxx.se/ca/cacert.pem for test #4
[CURL Test #5] download a web page & header
[CURL Test #6] download google logo for test #7
[CURL Test #8] sftp test - ftps://ftp.secureftp-test.com:990/bookstore.xml
[CURL Test #6] *Passed*
[CURL Test #7] upload test #6 image to image-upload.net
[CURL Test #5] *Passed*
[CURL Test #2] *Passed*
[CURL Test #7] *Passed*
[CURL Test #7] WARNING - upload may be fail...
[CURL Test #3] *Passed*
[CURL Test #4] using #3 cert file to verify https://encrypted.google.com/search?q=sourcemod
[CURL Test #4] *Passed*
[CURL Test #8] *Passed*
[CURL Test] YA! Passed All Test~
Apart from the KB2538242-related update, does this extension have any other requirements to work properly on Windows?

Last edited by Mister_Magotchi; 04-21-2012 at 15:41. Reason: added OS version in use
Mister_Magotchi is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 06-03-2012 , 12:56   Re: [EXTENSION] cURL & Hash
Reply With Quote #60

Regarding CS:GO compatibility... I know it hasn't been announced that it supports it yet, but thought I'd share my findings when trying to run it (for use with Updater):

sm exts list with cURL

Log with cUrl
__________________
View my Plugins | Donate
TnTSCS 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 07:31.


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