cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-457876 ] --disable-shared doesn't disable enough

From: <noreply_at_sourceforge.net>
Date: Sun, 02 Sep 2001 18:22:00 -0700

Bugs item #457876, was opened at 2001-09-02 18:21
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=457876&group_id=976

Category: compile problem
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: --disable-shared doesn't disable enough

Initial Comment:
Hi there!

I got the following version:
curl -V
curl 7.8.1 (i686-pc-linux-gnu) libcurl 7.8.1 (ipv6 enabled)

uname -a
Linux violina 2.4.0-4GB #1 Mon Jan 22 16:42:16 GMT 2001 i686 unknown

I configured the app as follows
./configure --prefix=/home/my_dir/curl --without-ssl --disable-shared

The idea was to move the application (the binary, once compiled) to a similar machine where hardly
anything is installed - I therefore also disabled the usage of shared libraries...

After moving the application-file 'curl' and running the command ./curl -V I got the following
answer:
./curl: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./curl)
./curl: /lib/libc.so.6: version `GLIBC_2.1.2' not found (required by ./curl)

Is that normal behavior, even though "--disable-shared" had been specified?

Is there any way of compiling the application in a way so that really only one executable file is
produced?

Would be happy to hear from you!

Best regards,

Peter

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=457876&group_id=976
Received on 2001-09-03