cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl 7.9.4 error (fwd)

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 5 Feb 2002 15:42:58 +0100 (MET)

I'm forwaring your question to the mailing list. That's a suitable place for
curl questions such as this one! Please direct follow-ups there.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
---------- Forwarded message ----------
Date: Tue, 05 Feb 2002 09:33:54 -0500
From: Justin Piszcz <war_at_starband.net>
To: daniel_at_haxx.se
Subject: curl 7.9.4 error
Libraries have been installed in:
   /app/curl-7.9.4/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/war/curl-7.9.4/lib'
make[1]: Leaving directory `/home/war/curl-7.9.4/lib'
Making install in src
make[1]: Entering directory `/home/war/curl-7.9.4/src'
/bin/sh ../libtool --mode=link gcc  -g -O2  -L/app/openssl-0.9.6c/lib -o
curl  m
ain.o hugehelp.o urlglob.o writeout.o ../lib/libcurl.la -lssl -lcrypto
-ldl
gcc -g -O2 -o .libs/curl main.o hugehelp.o urlglob.o writeout.o
-L/app/openssl-
0.9.6c/lib ../lib/.libs/libcurl.so -lssl -lcrypto -ldl -Wl,--rpath
-Wl,/app/curl
-7.9.4/lib
../lib/.libs/libcurl.so: undefined reference to
`ENGINE_load_private_key'
../lib/.libs/libcurl.so: undefined reference to `ENGINE_set_default'
../lib/.libs/libcurl.so: undefined reference to `ENGINE_free'
../lib/.libs/libcurl.so: undefined reference to `ENGINE_by_id'
collect2: ld returned 1 exit status
make[1]: *** [curl] Error 1
make[1]: Leaving directory `/home/war/curl-7.9.4/src'
make: *** [install-recursive] Error 1
[war_at_war curl-7.9.4]$
Received on 2002-02-05