cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-432827 ] prefix dir gets hard coded into install

From: <noreply_at_sourceforge.net>
Date: Wed, 13 Jun 2001 10:17:50 -0700

Bugs item #432827, was updated on 2001-06-13 10:17
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=432827&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: prefix dir gets hard coded into install

Initial Comment:
The --prefix=/xxxx that gets specified in the
config/compile gets hard-coded into the installed
binaries. This is bad. It does not work when you use
an automounter to share apps.

[183] % curl

/usr/lib/dld.sl: Can't open shared library:
/appl/b/appl/HP-UXB.11.00/curl-7.8/lib/libcurl.sl.2

/usr/lib/dld.sl: No such file or directory
IOT trap (core dumped)

The binary should be looking in a path that is relative
to the location of the application--instead of the
installation path.

In our case, the install location is
/appl/a/appl/[arch]/app-version

and the location it gets used from is
/apps/app-version.

Almost all other packages I have installed work in this
fashion without problems. Basically if the curl tree
gets moved it breaks--which means I would have to
recompile it each time.

-mike

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

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