cURL / Mailing Lists / curl-users / Single Mail

curl-users

Problems Compiling curl-7.9.1

From: Al Sparks <data345_at_yahoo.com>
Date: Wed, 21 Nov 2001 11:03:43 -0800 (PST)

I am having problems compiling curl-7.9.1 on a Solaris 8 box using GNU
gcc, and GNU make. I use
     $ ./configure --with-ssl

Further, I already have curl-7.8.1 on the box and it compiles fine (I
just did a special untar of 7.8.1 and tried it just to be sure).

When I try compiling curl-7.9.1 with the above ./configure, I get the
following doing a
     $ make

*********Begin snipped Output
Making all in lib
/bin/sh ../libtool --mode=link gcc -g -O2 -L/usr/local/ssl/lib -o libcurl.la -rpath
/usr/local/lib -no-undefined -version-info 2:2:0 file.lo timeval.lo base64.lo hostip.lo
progress.lo formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo speedcheck.lo
getdate.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo mprintf.lo telnet.lo getpass.lo
netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo security.lo krb4.lo memdebug.lo
http_chunks.lo strtok.lo connect.lo -lssl -lcrypto -ldl -lsocket -lnsl
rm -fr .libs/libcurl.la .libs/libcurl.* .libs/libcurl.*
/usr/ccs/bin/ld -G -z defs -h libcurl.so.2 -o .libs/libcurl.so.2.0.2 file.lo timeval.lo base64.lo
hostip.lo progress.lo formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo
speedcheck.lo getdate.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo mprintf.lo telnet.lo
getpass.lo netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo security.lo krb4.lo memdebug.lo
http_chunks.lo strtok.lo connect.lo -L/usr/local/ssl/lib -lssl -lcrypto -ldl -lsocket -lnsl -lc
Undefined first referenced
 symbol in file
__umoddi3 /usr/local/ssl/lib/libcrypto.a(b_print.o)
__udivdi3 /usr/local/ssl/lib/libcrypto.a(b_print.o)
__eprintf /usr/local/ssl/lib/libcrypto.a(b_print.o)
ld: fatal: Symbol referencing errors. No output written to .libs/libcurl.so.2.0.2
*** Error code 1
make: Fatal error: Command failed for target `libcurl.la'
Current working directory /export/home/sparks/install/curl-7.9.1/lib
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/sparks/install/curl-7.9.1
*** Error code 1
make: Fatal error: Command failed for target `all'
**********End of Output

Suggestions?
   === Al

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
Received on 2001-11-21