Hello all,

I am trying to install a library called vmime.

Basically, when doing so, I do:

./configure --prefix=/home/mstrdev/VMIME_SW/INSTALL

OK, now when running it, I get something like:

________________________________________

...[snip]

checking which random module to use... default
checking whether use of /dev/random is requested... yes
checking whether the experimental random daemon is requested... no
checking whether MPI assembler modules are requested... yes
checking whether memory guard is requested... no
checking whether use of capabilities is requested... no
checking whether a HMAC binary check is requested... no
checking whether padlock support is requested... yes
checking whether a -O flag munging is requested... yes
checking for gpg-error-config... no
checking for GPG Error - version >= 1.4... no
configure: error: libgpg-error is needed.
See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .

__________________________________________________ _______


So, off I go to set that up. Now, all is fine with that library. In the "lib"
directory, I have:

__________________________________________________ _______


mstrdev@scar:~/VMIME_SW/INSTALL> pwd
/home/mstrdev/VMIME_SW/INSTALL


mstrdev@scar:~/VMIME_SW/INSTALL/lib> ls
charset.alias libgcrypt.so.11.5.3 libgsasl.so.7
libcharset.a libgpg-error.a libgsasl.so.7.7.3
libcharset.la libgpg-error.la libiconv.la
libcharset.so libgpg-error.so libiconv.so
libcharset.so.1 libgpg-error.so.0 libiconv.so.2
libcharset.so.1.0.0 libgpg-error.so.0.3.0 libiconv.so.2.5.0
libgcrypt.a libgpg-error.so.0.5.0 pkgconfig
libgcrypt.la libgsasl.a preloadable_libiconv.so
libgcrypt.so libgsasl.la
libgcrypt.so.11 libgsasl.so

As you can see above, gpg-error is there.

mstrdev@scar:~/VMIME_SW/INSTALL/lib> echo $LD_LIBRARY_PATH
/home/mstrdev/VMIME_SW/INSTALL/lib:/usr/sap/KDX/SYS/exe/uc/linuxx86_64:/S317GB/INSTALL/SAP/KDX/oracle/KDX/102_64/lib:


I then run the ./configure again and still get the same error.

Million Dollar Question: How can I force ./configure to look at
/home/mstrdev/VIMIME_SW/INSTALL/lib when it runs??


TIA