﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1374	fail loading IpoptCore.3.9	Jorge	Jorge	"When executed on ubuntu 9.04 the following error is generated:

{{{
10:11:59 TOL> #Require IpoptCore.3.9
[IpoptCore::StartActions] Loading library /home/jsperez/.tol/TolPackage/1.1/Client/IpoptCore.3.9/Linux_x86_32/libipopt39.so -> OK
<E>
ERROR: [1] [LoadDynLib(""/home/jsperez/.tol/TolPackage/1.1/Client/IpoptCore.3.9/Linux_x86_32/libcoinhsl.so.1.2.1"")] 
  lt_dlopen error:'file not found'</E>
[Call stack]
[1] Real IpoptCore::StartActions (Real void)
[IpoptCore::StartActions] Loading library coinhsl -> FAIL
<E>
ERROR: [2] [LoadDynLib(""/home/jsperez/.tol/TolPackage/1.1/Client/IpoptCore.3.9/Linux_x86_32/libcoinmumps.so.1.3.1"")] 
  lt_dlopen error:'file not found'</E>
[Call stack]
[1] Real IpoptCore::StartActions (Real void)
[IpoptCore::StartActions] Loading library coinmumps -> FAIL
Loaded package IpoptCore.3.9
}}}

after looking at the dependencies of libcoinhsl.so.1.2.1 we can see that there is an unresolved dependencie to libgfortran.so.1, 

{{{
ldd IpoptCore.3.9/Linux_x86_32/libcoinhsl.so.1.2.1
	linux-gate.so.1 =>  (0xb770d000)
	libgfortran.so.1 => not found
	libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb76c9000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb76b9000)
	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7556000)
	/lib/ld-linux.so.2 (0xb770e000)
}}}"	defect	new	high	TOL Packages	Various	head	critical			
