Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: superresistant on August 26, 2013, 02:16:42 PM



Title: Help on Linux please
Post by: superresistant on August 26, 2013, 02:16:42 PM
Hello,

I've got this message when I ./configure CFLAGS='-msse2 -O3'

Quote
./configure: line 5534: syntax error near unexpected token `,'
./configure: line 5534: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

I installed and reinstalled libcurl-dev many times but it does nothing.

Please help me.



Title: Re: Help on Linux please
Post by: superresistant on August 27, 2013, 09:02:56 AM
I know this problem is related to libcurl-dev and it dependencies.
The developer version of libcurl should have everything needed but it doesn't work.

I'll try to install all curl dependencies and post result later.


Title: Re: Help on Linux please
Post by: torbank on August 27, 2013, 09:25:29 AM
Does plain './configure' work?


Title: Re: Help on Linux please
Post by: ibminer on August 27, 2013, 09:38:30 AM
Are you running autogen.sh before configure?


Title: Re: Help on Linux please
Post by: superresistant on August 27, 2013, 07:45:34 PM
I resolved the issue.

It was about the lib dependencies. Every lib need other lib that need other lib.
I installed a lot and it finally worked.


Title: Re: Help on Linux please
Post by: miaviator on March 02, 2014, 03:13:41 AM
I resolved the issue.

It was about the lib dependencies. Every lib need other lib that need other lib.
I installed a lot and it finally worked.

You sir, are an asshole.

I installed libcurl4-nss-dev to fix this.

I arrived here from a google search of the error.

I would have punched you if I was standing next to you and read this "I installed a lot and it finally worked." Bullshit

Just type history and post the whole output if you don't know what worked.  Do something.
 



Title: Re: Help on Linux please
Post by: superresistant on March 05, 2014, 12:27:00 PM
I resolved the issue.
It was about the lib dependencies. Every lib need other lib that need other lib.
I installed a lot and it finally worked.
You sir, are an asshole.
I installed libcurl4-nss-dev to fix this.
I arrived here from a google search of the error.
I would have punched you if I was standing next to you and read this "I installed a lot and it finally worked." Bullshit
Just type history and post the whole output if you don't know what worked.  Do something.

It was long ago, I don't remember.
I've been using google to find dependencies.
Every time you can choose between a lib and a lib-dev, chose the dev one.



Title: Re: Help on Linux please
Post by: miaviator on March 05, 2014, 12:53:10 PM
I resolved the issue.
It was about the lib dependencies. Every lib need other lib that need other lib.
I installed a lot and it finally worked.
You sir, are an asshole.
I installed libcurl4-nss-dev to fix this.
I arrived here from a google search of the error.
I would have punched you if I was standing next to you and read this "I installed a lot and it finally worked." Bullshit
Just type history and post the whole output if you don't know what worked.  Do something.

It was long ago, I don't remember.
I've been using google to find dependencies.
Every time you can choose between a lib and a lib-dev, chose the dev one.


Lol.  You also hate it when you google a dependency and see "I did something and now it works" and you just want to break the keyboard and ask WHAT was the something :)


Title: Re: Help on Linux please
Post by: superresistant on March 05, 2014, 02:32:56 PM

I had many different problems in the meantime, if installing massive amount of dev-lib doesn't work it is because you use the last Linux distrib version and it only work on the previous one.

Hope this help.


Title: Re: Help on Linux please
Post by: Timerondsc on March 05, 2014, 04:23:59 PM
If i install all curl dependencies I will avoid the same problem?


Title: Re: Help on Linux please
Post by: superresistant on March 05, 2014, 06:08:29 PM
If i install all curl dependencies I will avoid the same problem?

Probably.


Title: Re: Help on Linux please
Post by: jjj0923 on March 11, 2014, 08:21:43 PM
I resolved the issue.

It was about the lib dependencies. Every lib need other lib that need other lib.
I installed a lot and it finally worked.

this worked for me: sudo apt-get install libcurl4-nss-dev