Questions about windows develoment

From: Mauricio Camayo <mauricio.camayo_at_gmail.com>
Date: Fri, 1 May 2009 16:28:13 -0500

Hi, i'm currently trying to develop some code in windows using squid
as base, problem is that i would like to use another folder and drive.

I'm using the guides and previous work in
http://squid.acmeconsulting.it/, sadly, they don't have a guide for
this, explicitly, where to put the .exe's and which ones to move.

 Moving squidclient.exe to bin/, logfile.exe and unlinkd.exe to
libexec/, squid.exe to sbin/ to a new folder plus conf files wouldn't
work, neither moving the whole directory (c:/squid/ to d:/mystuff/)
and replacing the new files in there.

 I've been trying:

 ./configure --prefix=d:/mystuff --disable-wccp --disable-wccpv2
--enable-win32-service --enable-default-hostsfile=none
 make

 but as soon as I finished doing:

 squid -i -f d:/mystuff/etc/squid.conf -n mystuff
 squid -z -f d:/mystuff/etc/squid.conf
 squid -O servicecommandline -n mystuff
 net start mystuff

 it throws:
 The mystuff service is starting.
 The mystuff service could not be started.

 The service did not report an error.

 More help is available by typing NET HELPMSG 3534

 I have double checked my conf files, and it appears to start normally
(the squid -i, -z and -O work just fine), so i think there's something
missing while i put the exes in the folder.

 Any help?
Received on Thu May 07 2009 - 00:10:55 MDT

This archive was generated by hypermail 2.2.0 : Mon May 11 2009 - 12:00:02 MDT