cURL / Mailing Lists / curl-users / Single Mail

curl-users

idbvars.sh Problem with Installation on LINUX

From: gaurav <gaurav.gg.gupta_at_oracle.com>
Date: Thu, 04 Nov 2004 18:20:58 +0530

Hi,

I am installing curl on unix by downlaoding the curl-7.12.2.zip from the
download page. I am follwoing the recommended process as:
       ./configure --prefix=$HOME/app/curl
        make
        make test (optional)
        make install

However, I get the following error on "make install". What could be
going wrong? Kindly help.
I am new to using of C libraries. I tried running the command "source
idbvars.sh" and "source idbvars.csh" but didnt help.

Rgds,
GG

ERROR

$ make install
Making install in lib
make[1]: Entering directory `/home/gauragup/app/curl-7.12.2/lib'
make install-am
make[2]: Entering directory `/home/gauragup/app/curl-7.12.2/lib'
make[3]: Entering directory `/home/gauragup/app/curl-7.12.2/lib'
test -z "/home/gauragup/app/curl/lib" || mkdir -p -- .
"/home/gauragup/app/curl/lib"
 /bin/sh ../libtool --mode=install
/usr/local/packages/idb_remote/8.1-5-20040922/bin/install -c
'libcurl.la' '/home/gauragup/app/curl/lib/libcurl.la'
/usr/local/packages/idb_remote/8.1-5-20040922/bin/install -c
.libs/libcurl.so.3.0.0 /home/gauragup/app/curl/lib/libcurl.so.3.0.0
Done. You may find it helpful to "source" idbvars.sh (or .csh) now - and
from within your login script.
(cd /home/gauragup/app/curl/lib && rm -f libcurl.so.3 && ln -s
libcurl.so.3.0.0 libcurl.so.3)
(cd /home/gauragup/app/curl/lib && rm -f libcurl.so && ln -s
libcurl.so.3.0.0 libcurl.so)
/usr/local/packages/idb_remote/8.1-5-20040922/bin/install -c
.libs/libcurl.lai /home/gauragup/app/curl/lib/libcurl.la
Done. You may find it helpful to "source" idbvars.sh (or .csh) now - and
from within your login script.
/usr/local/packages/idb_remote/8.1-5-20040922/bin/install -c
.libs/libcurl.a /home/gauragup/app/curl/lib/libcurl.a
Done. You may find it helpful to "source" idbvars.sh (or .csh) now - and
from within your login script.
ranlib /home/gauragup/app/curl/lib/libcurl.a
ranlib: /home/gauragup/app/curl/lib/libcurl.a: No such file or directory
make[3]: *** [install-libLTLIBRARIES] Error 9
make[3]: Leaving directory `/home/gauragup/app/curl-7.12.2/lib'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/gauragup/app/curl-7.12.2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/gauragup/app/curl-7.12.2/lib'
make: *** [install-recursive] Error 1
Received on 2004-11-04