Hello managers,
i had problems to finish a configure for ssh (my original question
is at the end).
The problem was that we have both, Digital's libdb (in /usr/lib and
/usr/shlib) and the Berkeley version (in /usr/local/lib).
And i could not solve it with a call like
# CC="cc" CFLAGS="-O" LIBS="-L -L/usr/lib -L/usr/shlib" ./configure
but only with moving the Berkeley-Libs (.a and .so) to another name
while configuring.
My thanks go again to
Knut Hellebų <Knut.Hellebo_at_nho.hydro.com>
Martin Mokrejs <mmokrejs_at_natur.cuni.cz>
Bob Parkinson <rwplists_at_omni.ac.uk>
Arrigo Triulzi <arrigo_at_albourne.com>
Now i will go "playing around" with all those configure-possibilities...
Bernt Christandl
-------------------------------------------------------------------------
- Bernt Christandl / Max-Planck-Institut fuer extraterrestrische Physik -
- D-85740 Garching / Phone: +49/89/3299-3342 / Fax: +49/89/3299-3569 -
- email: beb_at_mpe.mpg.de -
-------------------------------------------------------------------------
My original question:
Hello managers,
i have du-4.0b plus patchkit7 (C2 NOT installed) and when i try to
configure ssh it failed with a library-inconsistency (see below).
I have tried with gcc and cc and with ssh-1.2.25 and ssh-1.2.26
only to get the same failure each time.
Any ideas for what i'm doing wrong? Or could do better?
And, btw, how can i determine the version of a library?
Thanks,
Bernt Christandl
# CC="cc" CFLAGS="-O" ./configure
... snip ... snip ...
checking that the compiler works... 25380:./conftest: /sbin/loader: Fatal Error: Cannot load multiple versions of shared object. libsecurity.so depends on version osf.1 of libdb.so and Main depends on version _null of libdb.so.
no
configure: error: Could not compile and run even a trivial ANSI C program - check CC.
#
Received on Fri Sep 25 1998 - 09:53:44 NZST