In regards to setting the LD_LIBRARY_PATH…I’m a newbie, but have read quite afew articles saying not to do this.  I ran ldd to see what libraries are not found and received the following:

 

libhtnet-3.2.0.so => not found

libcommon-3.2.0.so => not found

libhtword-3.2.0.so => not found

libhtdb-3.2.0.so => not found

libht-3.2.0.so => not found

libz.so.1 => /usr/lib/libz.so.1

libstdc++.so.5 => /usr/lib/libstdc++.so.5

libm.so.6 => /lib/i686/libm.so.6

libgcc_s.so.1 => /lib/libgcc_s.so.1

libc.so.6 => /lib/i686/libc.so.6

/lib/ld-linux.so.2 => /lib/ld-linux.so.2

 

When I do a locate for the ‘not founds’ they’re all located somewhere in /opt/www/lib.  Is this where they should be located?  Should I have included a path when originally compiling for these…as these were installed with the installation of htdig?

 

Sorry…I’m a newbie…

 

Thanks

Abbie

 

 

 

probably need to have set   LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH   in the shell that is running htdig.

 

 

-----Original Message-----
From: Abbie Greene [mailto:[EMAIL PROTECTED]]
Sent:
Friday, February 14, 2003 8:21 PM
To: [EMAIL PROTECTED]
Subject: [htdig] 3.2.0b4 install

I decided I needed to install 3.2.0b4 for phrase searching.  I’m having some problems with running anything though. I’m receiving error messages when trying to ./rundig that it cannot load shared libraries.  This is the following that I used for configure:

 

CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure –prefix=/opt/www –disable-shared

 

Any ideas what might be causing this?

 

Thanks in advance!

 

Abbie

 

>CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure

>prefix=/opt/www disable-shared

 

I can't test it now, but ... I know it might be silly: have you tried with

--enable-static too?

 

Ciao ciao

-Gabriele

--

Gabriele Bartolini - Web Programmer - ht://Dig & IWA Member - ht://Check

maintainer

Current Location: Prato, Tuscany, Italia

[EMAIL PROTECTED] | http://www.prato.linux.it/~gbartolini | ICQ#129221447

Reply via email to