cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: SSL Session ID Caching

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 6 Sep 2001 12:56:44 +0200 (MET DST)

On Thu, 6 Sep 2001, Paul Harrington wrote:

> Trying to compile /src/curl-7.9-pre3 on Solaris 2.6 and it all
> compiles up okay but when I run curl I get:
>
> bash: /usr/local/bin/curl: cannot execute binary file
>
> >file /usr/local/bin/curl /usr/local/bin/curl: ELF 32-bit MSB executable
> SPARC Version 1, dynamically linked, not stripped
>
> Any ideas?

Did you do 'make install' to get it there? It sure seems to be a true and
correct executable binary there.

What if you run the curl binary from the curl source tree? (its in the src/
dir)

NOTE: Since we're using libtool to build the library stuff, the "src/curl"
file is not the actual 'curl' tool (unless --disable-shared is used) but a
script that sets up the environment to use the library in the build area
rather than the system default path, and then it runs the true binary.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-09-06