Installation problem on RHEL 5 Athlon Processor - Release 3.0beta2
I am using RHEL 5, kernel version 2.6.18-8.el5 on Athlon processor.
The error arises during openhpi v 2.8.1
Installing OpenClovis Prerequisites
----------------------- ----------------- -----------------
Package Installation Time Installation
(approx in min) Status
----------------------- ----------------- -----------------
gdbm V1.8.0 < 1 Installed
openhpi V2.8.1 4.5 Failed
openhpi-subagent V2.3.4 < 1 Pending
tipcutils-1.0.4 < 1 Pending
JRE V1.5.0_03 < 1 Pending
Eclipse SDK V3.2.2 < 1 Pending
EMF SDK V2.2.2 < 1 Pending
GEF SDK V3.2.2 < 1 Pending
The log file at path :: /root/openclovis/openclovis-sdk-3.0beta-gpl-1601/log gives ::
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin//ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether ln -s works... yes
checking whether we are using the GNU C++ compiler... (cached) no
checking whether g++ accepts -g... (cached) no
checking dependency style of g++... (cached) none
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin//install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... (cached) ranlib
checking for pkg-config... yes
checking gcc >= 3.2.0... yes
checking for GLIB - version >= 2.2.0... yes (version 2.12.6)
checking for g_slist_alloc in -lglib-2.0... yes
checking for lt_dlopen in -lltdl... no
configure: error: !
************************************************************
- libltdl not found!
- this is required for plugin loading
- Try installing the libltdl-devel package
************************************************************
Support.

Hi Launhead,
We do not have RHEL5 in-house yet, although we are setting it up in response to your message. If you look at the "preinstall" scripts for other distros, you will see that they install a package called "libtool-ltdl-devel", or "libltdl3-dev". This is what your installation is missing. It is a standard package Linux distributions, but is not installed by default. Can you use RHEL5's package manager (I think it is called up2date?) to try to install this package (and actually, installing all the other packages in the "preinstall-centOS5" script might head off other install problems)?
Regards,
Andrew Stone