Thread: compiling curl-loader for mac.
Status: Alpha
Brought to you by:
coroberti
From: aaron s. <bei...@gm...> - 2007-12-10 02:31:43
|
robert, I thought I'd open a new thread for mac install, in case anyone else comes across this. I think I just about got it.. So anyway, I'm trying to install curl-loader on a Mac Intel. So far i've done the following: 1. update "openssl.sl" -> (OPENSSLDIR=/usr/include/openssl) 2. Update MakeFile (line 158) from: cp -a $(CURL_BUILD)/include/curl ./inc/curl to: cp -RL $(CURL_BUILD)/include/curl ./inc/curl I now run: sudo make cleanall sudo make The make is getting hung up on:: gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=20000 -D_FILE_OFFSET_BITS=64 -g -I. -I./inc -I/usr/include/openssl/include -c -o obj/batch.o batch.c In file included from batch.c:23: fdsetsize.h:27:24: error: bits/types.h: No such file or directory make: *** [obj/batch.o] Error 1 In the file fdsetsize.h, it includes a bits/types.h, but that isn't here? Any ideas? Thanks all. |
From: aaron s. <bei...@gm...> - 2007-12-10 03:17:23
|
hm. strange. it's getting through all compilations correctly except when it starts the compile for curl-loader, the last compile at the end of the make file.. ($(OBJ_DIR)/%.o: %.c $(CC) $(CFLAGS) $(PROF_FLAG) $(OPT_FLAGS) $(DEBUG_FLAGS) $(INCDIR) -c -o $(OBJ_DIR)/$*.o $<). batch.c, which requires fdsetsize.h, the first include of bites/types.h kills it. Which file is that supposed to be referencing? From curl / openssl? thanks for any help. On Dec 9, 2007 6:31 PM, aaron smith <bei...@gm...> wrote: > robert, I thought I'd open a new thread for mac install, in case anyone > else comes across this. I think I just about got it.. > > So anyway, I'm trying to install curl-loader on a Mac Intel. So far i've > done the following: > > 1. update "openssl.sl" -> (OPENSSLDIR=/usr/include/openssl) > 2. Update MakeFile (line 158) > from: cp -a $(CURL_BUILD)/include/curl ./inc/curl > to: cp -RL $(CURL_BUILD)/include/curl ./inc/curl > > I now run: > sudo make cleanall > sudo make > > The make is getting hung up on:: > > gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=20000 > -D_FILE_OFFSET_BITS=64 -g -I. -I./inc -I/usr/include/openssl/include -c -o > obj/batch.o batch.c > In file included from batch.c:23: > fdsetsize.h:27:24: error: bits/types.h: No such file or directory > make: *** [obj/batch.o] Error 1 > > In the file fdsetsize.h, it includes a bits/types.h, but that isn't here? > > Any ideas? > > Thanks all. > |
From: Robert I. <cor...@gm...> - 2007-12-10 05:32:00
|
I On Dec 10, 2007 4:31 AM, aaron smith <bei...@gm...> wrote: > robert, I thought I'd open a new thread for mac install, in case anyone else > comes across this. I think I just about got it.. > > So anyway, I'm trying to install curl-loader on a Mac Intel. So far i've > done the following: It is explicitly stated, that curl-loader is linux only. On MAC try to use Bagnux LiveCD with a performance penalty. Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |
From: aaron s. <bei...@gm...> - 2007-12-10 05:40:28
|
shoot. I didn't see that. hm. will it literally not work on mac or just no one has tried compiling it? either way I guess bugnux it is.. thanks On Dec 9, 2007 9:31 PM, Robert Iakobashvili <cor...@gm...> wrote: > I > > On Dec 10, 2007 4:31 AM, aaron smith <bei...@gm...> > wrote: > > robert, I thought I'd open a new thread for mac install, in case anyone > else > > comes across this. I think I just about got it.. > > > > So anyway, I'm trying to install curl-loader on a Mac Intel. So far i've > > done the following: > > It is explicitly stated, that curl-loader is linux only. > > On MAC try to use Bagnux LiveCD with a performance penalty. > > Sincerely, > Robert Iakobashvili, > coroberti %x40 gmail %x2e com > ........................................................... > http://curl-loader.sourceforge.net > An open-source web testing and traffic generation. > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |
From: Robert I. <cor...@gm...> - 2007-12-10 06:39:36
|
On Dec 10, 2007 7:39 AM, aaron smith <bei...@gm...> wrote: > shoot. I didn't see that. hm. will it literally not work on mac or just no > one has tried compiling it? either way I guess bugnux it is.. curl-loader is linux only. If you can simulate linux on MAC, or install linux on MAC HW, you can do it. Bugnux is a linux Live-CD distribution, containing already built curl-loader. Y can boot from the Bugnux CD (at least on windows) and work as you are at linux-installed machine. I do not think, that somebody tried Bugnux on MAC, but booting from windows-installed PC HW works. Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |
From: aaron s. <bei...@gm...> - 2007-12-10 17:03:15
|
yeah my problem was that there is no documentation for bugnux. I can boot/login fine, but anything beyond that is past me at this point. I wasn't even sure how to get on the internet with it. dah. I'll be trying it out again today. On Dec 9, 2007 10:39 PM, Robert Iakobashvili <cor...@gm...> wrote: > On Dec 10, 2007 7:39 AM, aaron smith <bei...@gm...> > wrote: > > shoot. I didn't see that. hm. will it literally not work on mac or just > no > > one has tried compiling it? either way I guess bugnux it is.. > > curl-loader is linux only. > > If you can simulate linux on MAC, or install linux on MAC HW, you can do > it. > > Bugnux is a linux Live-CD distribution, containing already built > curl-loader. > > Y can boot from the Bugnux CD (at least on windows) and work as you are > at linux-installed machine. I do not think, that somebody tried Bugnux on > MAC, > but booting from windows-installed PC HW works. > > Sincerely, > Robert Iakobashvili, > coroberti %x40 gmail %x2e com > ........................................................... > http://curl-loader.sourceforge.net > An open-source web testing and traffic generation. > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |
From: Robert I. <cor...@gm...> - 2007-12-10 17:34:44
|
Aaron, On Dec 10, 2007 7:03 PM, aaron smith <bei...@gm...> wrote: > yeah my problem was that there is no documentation for bugnux. I can > boot/login fine, but anything beyond that is past me at this point. I wasn't > even sure how to get on the internet with it. dah. I'll be trying it out > again today. You are going to test a rather serious web-site. Don't you think that you need at least a good testing PC-computer? We would recommend a PC with Intel Quad-core CPU and 2G memory, whereas dual-core PC can be found for a really bargain prices (2G memory is recommended). Y can make a dual-boot computer with XP and some linux on the same HD (read HOW-TOWS, windows to be installed first) or a pure linux. With all our experience in the field we have nether even heard about using MAC for load/stress testing. (I do personally like MACs and was using them since 1993 for desktop). Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |
From: aaron s. <bei...@gm...> - 2007-12-10 18:00:07
|
yeah no worries, I was just trying to get around having to screw with linux, it's always so much more work than it should be. On Dec 10, 2007 9:34 AM, Robert Iakobashvili <cor...@gm...> wrote: > Aaron, > > On Dec 10, 2007 7:03 PM, aaron smith <bei...@gm...> > wrote: > > yeah my problem was that there is no documentation for bugnux. I can > > boot/login fine, but anything beyond that is past me at this point. I > wasn't > > even sure how to get on the internet with it. dah. I'll be trying it out > > again today. > > You are going to test a rather serious web-site. > Don't you think that you need at least a good testing PC-computer? > > We would recommend a PC with Intel Quad-core CPU and 2G memory, whereas > dual-core PC can be found for a really bargain prices (2G memory is > recommended). > Y can make a dual-boot computer with XP and some linux on the same HD > (read > HOW-TOWS, windows to be installed first) or a pure linux. > > With all our experience in the field we have nether even heard about > using MAC for load/stress > testing. (I do personally like MACs and was using them since 1993 for > desktop). > > > Sincerely, > Robert Iakobashvili, > coroberti %x40 gmail %x2e com > ........................................................... > http://curl-loader.sourceforge.net > An open-source web testing and traffic generation. > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |