<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>On second thought you might not need to send the configure logs. Try 
configuring Ipopt with --enable-dependency-linking and let us know if that 
works.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Presumably pyipopt requires a shared library for libipopt. The problem is 
most likely that pyipopt is not loading libcoinhsl.so, I see on <A 
style='href: "https://github.com/xuy/pyipopt"'>https://github.com/xuy/pyipopt</A> 
that an HSL-related ImportError is common, and you may need to add “-lcoinhsl in 
the makefile of pyipopt”, or the recently added --enable-dependency-linking 
Ipopt configure flag should hopefully make that unnecessary.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Tony</DIV>
<DIV>&nbsp;</DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV style="FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=kelman@berkeley.edu 
href="mailto:kelman@berkeley.edu">Tony Kelman</A> </DIV>
<DIV><B>Sent:</B> Monday, January 06, 2014 3:26 PM</DIV>
<DIV><B>To:</B> <A title=manishpunjabi21@gmail.com 
href="mailto:manishpunjabi21@gmail.com">Manish Punjabi</A> ; <A 
title=ipopt@list.coin-or.org 
href="mailto:ipopt@list.coin-or.org">ipopt@list.coin-or.org</A> </DIV>
<DIV><B>Subject:</B> Re: [Ipopt] undefined symbol ma57id error</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Manish,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Could you provide some more information about your platform and 
environment? What compilers, OS distribution, etc? Were you able to run “make 
test” successfully with your Ipopt installation? Could you send (or post to 
gist.github.com and send a link) builddir/config.log, builddir/Ipopt/config.log, 
and builddir/ThirdParty/HSL/config.log?</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Tony</DIV>
<DIV>&nbsp;</DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV style="FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=manishpunjabi21@gmail.com 
href="mailto:manishpunjabi21@gmail.com">Manish Punjabi</A> </DIV>
<DIV><B>Sent:</B> Monday, January 06, 2014 5:30 AM</DIV>
<DIV><B>To:</B> <A title=ipopt@list.coin-or.org 
href="mailto:ipopt@list.coin-or.org">ipopt@list.coin-or.org</A> </DIV>
<DIV><B>Subject:</B> [Ipopt] undefined symbol ma57id error</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style='FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: "Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; DISPLAY: inline'>
<DIV dir=ltr>Dear All, 
<DIV>&nbsp;</DIV>
<DIV>I have installed Ipopt-3.11.7 and pyipopt. However I get the following 
error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>&gt;&gt;&gt; import pyipopt;</DIV>
<DIV>Traceback (most recent call last):</DIV>
<DIV>&nbsp; File "&lt;stdin&gt;", line 1, in &lt;module&gt;</DIV>
<DIV>&nbsp; File "/usr/lib64/python2.7/site-packages/pyipopt/__init__.py", line 
12, in &lt;module&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; from pyipoptcore import *</DIV>
<DIV>ImportError: libipopt.so.1: undefined symbol: ma57id_</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I had placed the HSL code ( <SPAN 
style="FONT-SIZE: 13px; FONT-FAMILY: arial,sans-serif">coinhsl v2012.12.21 
</SPAN>) in IpoptDIR/ThirdParty/coinhsl before building the source.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks and Regards,</DIV>
<DIV>Manish</DIV>
<DIV>&nbsp;</DIV></DIV></DIV></DIV></DIV></DIV>
<P>
<HR>
_______________________________________________<BR>Ipopt mailing 
list<BR>Ipopt@list.coin-or.org<BR>http://list.coin-or.org/mailman/listinfo/ipopt<BR></DIV></DIV></DIV></BODY></HTML>