[Ipopt] Problems during installation: libipopt.so is not found

Andreas Waechter andreasw at watson.ibm.com
Tue Apr 27 11:56:13 EDT 2010


Hi Bernhard,

Maybe the problem is that the shared library generation is not working 
properly under SUN.  I suggest you start over (make sure you delete any 
compiled files) and configure again, this time adding the flag 
--disable-shared to the configure command line.

Hope this helps,

Andreas

On Wed, 21 Apr 2010, Bernhard Willert wrote:

> Hi,
>
> I have some troubles installing Ipopt. My  installation steps were:
> - gunzip and untar Ipopt-3.8.1.tar.gz
> - download Blas, Lapack and Mumps via the according get.<Software> files
> in the ThirdParty-Subfolders
> - download ma27ad.f and mc19ad.f to the HSL folder.
> - create a folder $IPOPTDIR/build_20100421 and switch to this directory
> - start ../configure
> - make
>
> Until this point no errors occurred. But MAKE TEST stops with
>
> /opt/local/sun/sunstudio12.1/prod/lib/amd64/ld:
> ../src/Interfaces/.libs/libipopt.so: No such file: No such file or directory
> make[2]: *** [hs071_cpp] Fehler 1
> make[2]: Leaving directory
> `/home/euklid/willert/cpp_pool/CoinIpopt/build_20100421/Ipopt/test'
> make[1]: *** [unitTest] Fehler 2
> make[1]: Leaving directory
> `/home/euklid/willert/cpp_pool/CoinIpopt/build_20100421/Ipopt'
> make: *** [test] Fehler 2
>
> and MAKE INSTALL stops with the lines
>
> /usr/bin/install -c .libs/libipopt.so.0.0.0
> /home/euklid/willert/cpp_pool/CoinIpopt/build_20100421/lib/libipopt.so.0.0.0
> /usr/bin/install: cannot stat `.libs/libipopt.so.0.0.0': No such file or
> directory
> make[3]: *** [install-libLTLIBRARIES] Fehler 1
> make[3]: Leaving directory
> `/home/euklid/willert/cpp_pool/CoinIpopt/build_20100421/Ipopt/src/Interfaces'
> make[2]: *** [install-am] Fehler 2
> make[2]: Leaving directory
> `/home/euklid/willert/cpp_pool/CoinIpopt/build_20100421/Ipopt/src/Interfaces'
> make[1]: *** [install-recursive] Fehler 1
> make[1]: Leaving directory
> `/home/euklid/willert/cpp_pool/CoinIpopt/build_20100421/Ipopt'
> make: *** [install-recursive] Fehler 1
>
> Do you have any suggestions how I can compile Ipopt sucessfully?
> If I can provide any additional information, please let me know.
>
> Best regards,
> Bernhard Willert
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
>



More information about the Ipopt mailing list