cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

compiling curl with gnutls on travis-ci

From: shadi akiki <shadiakiki1986_at_gmail.com>
Date: Mon, 8 Jun 2015 10:17:59 +0300

I'm having trouble linking compiling curl 7.42.1 and linking it to gnutls
3.1.28, which I also compile, on the travis-ci workers. Curl keeps linking
to /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 instead of
/usr/local/lib/libcurl.so.4 . The same code I'm using runs fine on an AWS
EC2 instance with Ubuntu 12.04, and I get my compiled curl to link to my
compiled gnutls.

My question is: How does the file
/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 get generated? When I compile
curl with the --with-gnutls flag (and with the --without-ssl flag), I don't
get such a file generated in /usr/local/lib. I thought it would be the
--suffix configuration option, but I tried it, and that's not it

Here's a link
<https://travis-ci.org/shadiakiki1986/gnutls-3.1-travisci/builds/65843167#L532>
to my log line showing the evil libcurl-gnutls.so.4

-- 
Best, Shadi AKIKI
www.akikieng.com/shadi

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2015-06-08