Thread: make error on Ubuntu8.04
Status: Alpha
Brought to you by:
coroberti
From: Jian W. <ji...@gm...> - 2008-12-14 21:05:46
|
Hi, I'm trying to install curl-loader on Ubuntu8.04. However, I got error on make command and don't know how to fix it. Here is the error message and my OS info: root@DELL1:/usr/include$ uname -a Linux DELL1 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux $make ....... curl-7.19.0/m4/curl-reentrant.m4 curl-7.19.0/Makefile.in curl-7.19.0/buildconf /bin/sh: patch: not found make: *** [lib/libcurl.a] Error 127 Thanks in advance. Jian |
From: Robert I. <cor...@gm...> - 2008-12-14 21:12:01
|
Hi Jian Wang, On Sun, Dec 14, 2008 at 11:05 PM, Jian Wang <ji...@gm...> wrote: > Hi, > > I'm trying to install curl-loader on Ubuntu8.04. However, I got error > on make command and don't know how to fix it. Here is the error > message and my OS info: > > root@DELL1:/usr/include$ uname -a > Linux DELL1 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux > > $make > ....... > curl-7.19.0/m4/curl-reentrant.m4 > curl-7.19.0/Makefile.in > curl-7.19.0/buildconf > /bin/sh: patch: not found > make: *** [lib/libcurl.a] Error 127 > > Thanks in advance. > > Jian > Install the command named patch It may be a package named patch, or package with another name, just look at your distro packaging system. -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... Assistive technology that understands you ...................................................................... |
From: Jian W. <ji...@gm...> - 2008-12-14 21:15:48
|
Thanks a lot, Robert, That solved the problem. My best regards, Jian On Sun, Dec 14, 2008 at 3:11 PM, Robert Iakobashvili <cor...@gm...> wrote: > Hi Jian Wang, > > On Sun, Dec 14, 2008 at 11:05 PM, Jian Wang <ji...@gm...> wrote: >> Hi, >> >> I'm trying to install curl-loader on Ubuntu8.04. However, I got error >> on make command and don't know how to fix it. Here is the error >> message and my OS info: >> >> root@DELL1:/usr/include$ uname -a >> Linux DELL1 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux >> >> $make >> ....... >> curl-7.19.0/m4/curl-reentrant.m4 >> curl-7.19.0/Makefile.in >> curl-7.19.0/buildconf >> /bin/sh: patch: not found >> make: *** [lib/libcurl.a] Error 127 >> >> Thanks in advance. >> >> Jian >> > > Install the command named > patch > > It may be a package named patch, or package with another name, > just look at your distro packaging system. > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > Assistive technology that understands you > ...................................................................... > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |
From: Jian W. <ji...@gm...> - 2008-12-14 22:48:09
|
oops, another error occurs: gcc -g -o curl-loader obj/batch.o obj/cl_alloc.o obj/client.o obj/conf.o obj/environment.o obj/heap.o obj/ip_secondary.o obj/loader.o obj/loader_fsm.o obj/loader_hyper.o obj/loader_smooth.o obj/mpool.o obj/parse_conf.o obj/screen.o obj/ssl_thr_lock.o obj/statistics.o obj/timer_queue.o obj/url.o -L./lib -L/usr/local/ssl/lib -ldl -lpthread -lrt -lcurl -levent -lz -lssl -lcrypto /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make: *** [curl-loader] Error 1 Any more help? Thanks, Jian On Sun, Dec 14, 2008 at 3:15 PM, Jian Wang <ji...@gm...> wrote: > Thanks a lot, Robert, > > That solved the problem. > > My best regards, > Jian > On Sun, Dec 14, 2008 at 3:11 PM, Robert Iakobashvili > <cor...@gm...> wrote: >> Hi Jian Wang, >> >> On Sun, Dec 14, 2008 at 11:05 PM, Jian Wang <ji...@gm...> wrote: >>> Hi, >>> >>> I'm trying to install curl-loader on Ubuntu8.04. However, I got error >>> on make command and don't know how to fix it. Here is the error >>> message and my OS info: >>> >>> root@DELL1:/usr/include$ uname -a >>> Linux DELL1 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux >>> >>> $make >>> ....... >>> curl-7.19.0/m4/curl-reentrant.m4 >>> curl-7.19.0/Makefile.in >>> curl-7.19.0/buildconf >>> /bin/sh: patch: not found >>> make: *** [lib/libcurl.a] Error 127 >>> >>> Thanks in advance. >>> >>> Jian >>> >> >> Install the command named >> patch >> >> It may be a package named patch, or package with another name, >> just look at your distro packaging system. >> >> -- >> Truly, >> Robert Iakobashvili, Ph.D. >> ...................................................................... >> Assistive technology that understands you >> ...................................................................... >> >> ------------------------------------------------------------------------------ >> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. >> The future of the web can't happen without you. Join us at MIX09 to help >> pave the way to the Next Web now. Learn more and register at >> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >> _______________________________________________ >> curl-loader-devel mailing list >> cur...@li... >> https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> > |
From: Robert I. <cor...@gm...> - 2008-12-15 04:40:43
|
Hi Jian, On Sun, Dec 14, 2008 at 11:42 PM, Jian Wang <ji...@gm...> wrote: > oops, another error occurs: > > gcc -g -o curl-loader obj/batch.o obj/cl_alloc.o obj/client.o > obj/conf.o obj/environment.o obj/heap.o obj/ip_secondary.o > obj/loader.o obj/loader_fsm.o obj/loader_hyper.o > obj/loader_smooth.o obj/mpool.o obj/parse_conf.o obj/screen.o > obj/ssl_thr_lock.o obj/statistics.o obj/timer_queue.o obj/url.o > -L./lib -L/usr/local/ssl/lib -ldl -lpthread -lrt -lcurl -levent -lz > -lssl -lcrypto > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make: *** [curl-loader] Error 1 > > Any more help? > > Thanks, > Jian Please, install libz in some standard path. This is a classical library, which is used for compression. Take care! -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... Assistive technology that understands you ...................................................................... |