coin-or-tools / BuildTools

Macros and patches for GNU autotools
https://coin-or-tools.github.io/BuildTools/
Other
3 stars 7 forks source link

Source and Binary Problems on Linux #57

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: xiewg

Original creation time: 2007-09-28 15:25:00

Assignee: @andrea5w

Version: 0.5

  1. Binary executable requires libstdc++.so.6, which is not available. How can I get this dynamic library? I searched with no success.

  2. When following the instructions on compiling the source code, the last step: make install failed, with message: permission denied. Do we need administator to compile it?

svigerske commented 5 years ago

Comment by xiewg created at 2007-09-28 15:29:15

It is Clp.

svigerske commented 5 years ago

Comment by @andrea5w created at 2007-09-29 07:36:20

Hi,

Regarding the first question, you would need to contact the people maintaining the COIN project for the distribution of binaries, see https://projects.coin-or.org/CoinBinary.

As for the second part, if you used the default settings for configure, in particular, if you didn't specify the --prefix flag, then the binaries are installed in subdirectories of the directory where you ran the configure command. This should not require any special privileges. However, if you specified another installation location, e.g., with --prefix=/usr/local, then you will need write permission for that location (which usually requires administrator privileges).

In case you didn't specify any --prefix flag for configure, please check in the output of make, for which command the error occurs, and see if that helps you to find out what is wrong. If the problem persists, please attach the output of "make install" and the config.log file to this ticket.

Andreas

svigerske commented 5 years ago

Comment by @andrea5w created at 2007-09-29 07:36:20

Changing priority from major to minor.

svigerske commented 5 years ago

Comment by @andrea5w created at 2007-09-29 07:36:20

Changing status from new to assigned.

svigerske commented 5 years ago

Comment by @andrea5w created at 2007-12-02 23:14:01

Nothing happened to ticket for 2 months. Closing.

svigerske commented 5 years ago

Comment by @andrea5w created at 2007-12-02 23:14:01

Resolution: worksforme