I'm following this guide: https://github.com/facebook/hiphop-php/wiki/Building-and-installing-on-ubuntu-10.10

It want's me to download curl source, doing the patch and compile this. well, but i get those silly error saying:

libtool: link: gcc -g0 -O2 -Wno-system-headers -o .libs/curl main.o
hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o
curlutil.o os-specific.o strtoofft.o strdup.o rawstr.o nonblock.o 
../lib/.libs/libcurl.so -lrt -lz -Wl,-rpath
-Wl,/var/hphp/dev/hiphop-php/../lib ../lib/.libs/libcurl.so: undefined
reference to `SSLv2_client_method' collect2: ld returned 1 exit status
make[2]: *** [curl] Fehler 1 make[2]: Verlasse Verzeichnis
'/var/hphp/dev/curl-7.21.2/src' make[1]: *** [all] Fehler 2 make[1]:
Verlasse Verzeichnis '/var/hphp/dev/curl-7.21.2/src' make: ***
[all-recursive] Fehler 1

I tried to find things on Google, but those patches didn't work.

Edit 1: I'm using Ubuntu 11.10

Edit 2: I found this: https://github.com/facebook/hiphop-php/pull/322 but well. it didn't fix my curl compiling problem.

link|improve this question
I suggest you take your 3:d edit and put it as an answer to your question. – Nifle Sep 26 '11 at 12:59
feedback

closed as too localized by Nifle, Sathya Oct 7 '11 at 6:48

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

I inserted the following lines of code: github.com/bagder/curl/commit/26b487a5d6ed9da5bc8e4a134a88d3125884b852 Seems to work now!

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.