Re: [squid-dev] modify source code and change the name from "squid" to other name

2018-10-01 Thread --Ahmad--
ok but i guess the issue im facing is not belong to squid may be to autoconf ??

 /root/squid-3.5.22/cfgaux/missing aclocal-1.15 -I m4
 /root/squid-3.5.22/cfgaux/missing: line 81: aclocal-1.15: command not
 found
 WARNING: 'aclocal-1.15' is missing on your system.
  You should only need it if you modified 'acinclude.m4' or
  'configure.ac' or m4 files included by 'configure.ac'.
  The 'aclocal' program is part of the GNU Automake package:
  
  It also requires GNU Autoconf, GNU m4 and Perl in order to run:
  
  
  
 make[1]: *** [aclocal.m4] Error 127
 make[1]: Leaving directory `/root/squid-3.5.22/libltdl'
 make: *** [all-recursive] Error 1
 [root@li1802-227 squid-3.5.22]# 


could be bec i touched the source code we have the error above .

if you focous you will find the error as WARNING :


 WARNING: 'aclocal-1.15' is missing on your system.
  You should only need it if you modified 'acinclude.m4' or
  'configure.ac' or m4 files included by 'configure.ac'.
  The 'aclocal' program is part of the GNU Automake package:
  
  It also requires GNU Autoconf, GNU m4 and Perl in order to run:
  
  
  

followed :
https://stackoverflow.com/questions/33278928/how-to-overcome-aclocal-1-15-is-missing-on-your-system-warning-when-compilin
Before running ./configure try running autoreconf -f -i



but not working same result .



Thanks 


> On 2 Oct 2018, at 0:08, Alex Rousskov  
> wrote:
> 
> On 10/01/2018 02:36 PM, --Ahmad-- wrote:
>> just curious to do and tell my friends i have some thing uniqe :)
> 
> Understood, thank you.
> 
> 
>> is that a complex thing to be accomplished ?
> 
> Probably not, but I have not studied the problem carefully.
> 
> 
>> do you need to know what before helping me ?
> 
> Personally, I need to be motivated enough to spend my time on your
> problem. Knowing that the person asking for help has an important,
> general use case increases my motivation. Your specific request does not
> meet those criteria, but that does not mean others will not help you;
> they may have different criteria and/or more free time.
> 
> 
>> isn’t it an open source code ?
> 
> Yes, it is. There is virtually no connection between Squid license and
> others' desire to help you though. Being open source does not imply free
> help with every problem!
> 
> Alex.
> 
> 
>>> On 1 Oct 2018, at 23:16, Alex Rousskov wrote:
>>> 
>>> On 10/01/2018 12:28 PM, --Ahmad-- wrote:
>>> 
 i want to change everything in squid config files and rename it to ahmad.
 
 so i want change eveverythingeytng in folders , files  from squid  to —>
 stinger  and have stinger conf files and run instance as stinger instead
 of squid .
>>> 
>>> What are you trying to accomplish by this change? In other words, why
>>> are you doing this?
>>> 
>>> Alex.
>>> 
>>> 
 so i changed recursively everything and replace squid with “stinger”
 
 
 
 here what i made :
 
 find /root/squid-3.5.22 -type f -exec sed -i -e 's/squid/stinger/g' {} \;
 find /root/squid-3.5.22 -type f -exec sed -i -e 's/Squid/Stinger/g' {} \;
 find /root/squid-3.5.22 -type f -exec sed -i -e 's/SQUID/STINGER/g' {} \;
 
 find . -iname "*squid*" -exec rename squid stinger '{}' \;
 find . -iname "*squid*" -exec rename squid stinger '{}' \;
 find . -iname "*squid*" -exec rename Squid Stinger '{}' \;
 
 ###
 
 
 
 
 
  but compilation give me error 
 
 
 
 lo heap.lo iso3307.lo radix.lo rfc1035.lo rfc1123.lo rfc2671.lo
 rfc3596.lo Splay.lo stub_memaccount.lo util.lo xusleep.lo  
 libtool: link: /usr/bin/ar cru .libs/libmiscutil.a .libs/MemPool.o
 .libs/MemPoolChunked.o .libs/MemPoolMalloc.o .libs/getfullhostname.o
 .libs/heap.o .libs/iso3307.o .libs/radix.o .libs/rfc1035.o
 .libs/rfc1123.o .libs/rfc2671.o .libs/rfc3596.o .libs/Splay.o
 .libs/stub_memaccount.o .libs/util.o .libs/xusleep.o 
 libtool: link: ranlib .libs/libmiscutil.a
 libtool: link: ( cd ".libs" && rm -f "libmiscutil.la
 
 >" && ln -s
 "../libmiscutil.la 
 >" "libmiscutil.la
  >" )
 make[2]: Leaving directory `/root/squid-3.5.22/lib'
 make[1]: Leaving directory `/root/squid-3.5.22/lib'
 Making all in libltdl
 make[1]: Entering directory

Re: [squid-dev] modify source code and change the name from "squid" to other name

2018-10-01 Thread Amos Jeffries
On 2/10/18 9:36 AM, --Ahmad-- wrote:
> just curious to do and tell my friends i have some thing uniqe :)
> 

Renaming source code is not unique. Squid-2.6 and Squid-2.7 were
actually a fork of the main Squid source code. "Lusca" is the name of a
proxy forked off Squid-2.7. "SquidNT" is another old one which was a
Windows rename of Squid-2.4 (or 2.5). There are others I forget exactly
the names of.

If you pay attention to the license details of Squid (in the CREDITS
file) you will notice from the first entry that the original Squid
itself was a renaming and extension of an even older proxy software
called 'cached' by the Harvest Project.


> is that a complex thing to be accomplished ?
> 

Your time so far would have been better spent gathering your friends on
a beach and showing them a handful of sand thrown in the air.

No handful of sand in history has ever been thrown and fallen the same
way as that handful will have. That action is both far more complex,
much more truly unique, and just as useful as your requested change
appears to be.

If you are just looking for something to do and possibly impress others,
our Squid Project roadmap ( and
) and bugzilla
() have long lists of things that need to
be worked on.


> 
> do you need to know what before helping me ? isn’t it an open source code ?
> 

Squid is GPL licensed code. To change it you are required to comply with
the relevant GPL license in how you use the result.

One of those license requirements is that your code must be likewise
public and open source under the GPLv2 or later. So you are needing to
publicly acknowledge that it is Squid source code your changes are based
on, and exactly what you have changed to make it different from Squid.


At no point does the GPL license require anyone to spend their time
assisting you do any changes. And your friends are not likely to be
impressed with simply copying and running sed on some source code files.
They could do the same.

Alex and I respond to requests for help because it is in our own
separate interests to stay aware of what problems people are having with
Squid and what types of network environment it is being used for. So we
can make decisions about what things we need to focus on doing to keep
Squid being useful for the world at large.

Admin the world over have no regular need to rename random files and
words inside the source code we publish. So there is no interest in
spending our own precious time helping you with this particular request.


No one is preventing you posting, but the more this type of unexplained
request is repeated the less interest anyone has of even reading your
emails again let alone answering and helping. One day you may have a
real urgent problem and nobody looks at the help request for days.

HTH
Amos
___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev


Re: [squid-dev] modify source code and change the name from "squid" to other name

2018-10-01 Thread Alex Rousskov
On 10/01/2018 02:36 PM, --Ahmad-- wrote:
> just curious to do and tell my friends i have some thing uniqe :)

Understood, thank you.


> is that a complex thing to be accomplished ?

Probably not, but I have not studied the problem carefully.


> do you need to know what before helping me ?

Personally, I need to be motivated enough to spend my time on your
problem. Knowing that the person asking for help has an important,
general use case increases my motivation. Your specific request does not
meet those criteria, but that does not mean others will not help you;
they may have different criteria and/or more free time.


> isn’t it an open source code ?

Yes, it is. There is virtually no connection between Squid license and
others' desire to help you though. Being open source does not imply free
help with every problem!

Alex.


>> On 1 Oct 2018, at 23:16, Alex Rousskov wrote:
>>
>> On 10/01/2018 12:28 PM, --Ahmad-- wrote:
>>
>>> i want to change everything in squid config files and rename it to ahmad.
>>>
>>> so i want change eveverythingeytng in folders , files  from squid  to —>
>>> stinger  and have stinger conf files and run instance as stinger instead
>>> of squid .
>>
>> What are you trying to accomplish by this change? In other words, why
>> are you doing this?
>>
>> Alex.
>>
>>
>>> so i changed recursively everything and replace squid with “stinger”
>>>
>>>
>>>
>>> here what i made :
>>>
>>> find /root/squid-3.5.22 -type f -exec sed -i -e 's/squid/stinger/g' {} \;
>>> find /root/squid-3.5.22 -type f -exec sed -i -e 's/Squid/Stinger/g' {} \;
>>> find /root/squid-3.5.22 -type f -exec sed -i -e 's/SQUID/STINGER/g' {} \;
>>>
>>> find . -iname "*squid*" -exec rename squid stinger '{}' \;
>>> find . -iname "*squid*" -exec rename squid stinger '{}' \;
>>> find . -iname "*squid*" -exec rename Squid Stinger '{}' \;
>>>
>>> ###
>>>
>>>
>>>
>>>
>>>
>>>  but compilation give me error 
>>>
>>>
>>>
>>> lo heap.lo iso3307.lo radix.lo rfc1035.lo rfc1123.lo rfc2671.lo
>>> rfc3596.lo Splay.lo stub_memaccount.lo util.lo xusleep.lo  
>>> libtool: link: /usr/bin/ar cru .libs/libmiscutil.a .libs/MemPool.o
>>> .libs/MemPoolChunked.o .libs/MemPoolMalloc.o .libs/getfullhostname.o
>>> .libs/heap.o .libs/iso3307.o .libs/radix.o .libs/rfc1035.o
>>> .libs/rfc1123.o .libs/rfc2671.o .libs/rfc3596.o .libs/Splay.o
>>> .libs/stub_memaccount.o .libs/util.o .libs/xusleep.o 
>>> libtool: link: ranlib .libs/libmiscutil.a
>>> libtool: link: ( cd ".libs" && rm -f "libmiscutil.la
>>> 
>>> >" && ln -s
>>> "../libmiscutil.la 
>>> >" "libmiscutil.la
>>>  >> >" )
>>> make[2]: Leaving directory `/root/squid-3.5.22/lib'
>>> make[1]: Leaving directory `/root/squid-3.5.22/lib'
>>> Making all in libltdl
>>> make[1]: Entering directory `/root/squid-3.5.22/libltdl'
>>> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
>>> /root/squid-3.5.22/cfgaux/missing aclocal-1.15 -I m4
>>> /root/squid-3.5.22/cfgaux/missing: line 81: aclocal-1.15: command not
>>> found
>>> WARNING: 'aclocal-1.15' is missing on your system.
>>>          You should only need it if you modified 'acinclude.m4' or
>>>          'configure.ac' or m4 files included by 'configure.ac'.
>>>          The 'aclocal' program is part of the GNU Automake package:
>>>          
>>>          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
>>>          
>>>          
>>>          
>>> make[1]: *** [aclocal.m4] Error 127
>>> make[1]: Leaving directory `/root/squid-3.5.22/libltdl'
>>> make: *** [all-recursive] Error 1
>>> [root@li1802-227 squid-3.5.22]# 
>>>
>>>
>>>
>>> any help ?
>>>
>>>
>>>
>>> ___
>>> squid-dev mailing list
>>> squid-dev@lists.squid-cache.org 
>>> http://lists.squid-cache.org/listinfo/squid-dev
> 

___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev


Re: [squid-dev] modify source code and change the name from "squid" to other name

2018-10-01 Thread --Ahmad--
just curious to do and tell my friends i have some thing uniqe :)

is that a complex thing to be accomplished ?


do you need to know what before helping me ? isn’t it an open source code ?

> On 1 Oct 2018, at 23:16, Alex Rousskov  
> wrote:
> 
> On 10/01/2018 12:28 PM, --Ahmad-- wrote:
> 
>> i want to change everything in squid config files and rename it to ahmad.
>> 
>> so i want change eveverythingeytng in folders , files  from squid  to —>
>> stinger  and have stinger conf files and run instance as stinger instead
>> of squid .
> 
> What are you trying to accomplish by this change? In other words, why
> are you doing this?
> 
> Alex.
> 
> 
>> so i changed recursively everything and replace squid with “stinger”
>> 
>> 
>> 
>> here what i made :
>> 
>> find /root/squid-3.5.22 -type f -exec sed -i -e 's/squid/stinger/g' {} \;
>> find /root/squid-3.5.22 -type f -exec sed -i -e 's/Squid/Stinger/g' {} \;
>> find /root/squid-3.5.22 -type f -exec sed -i -e 's/SQUID/STINGER/g' {} \;
>> 
>> find . -iname "*squid*" -exec rename squid stinger '{}' \;
>> find . -iname "*squid*" -exec rename squid stinger '{}' \;
>> find . -iname "*squid*" -exec rename Squid Stinger '{}' \;
>> 
>> ###
>> 
>> 
>> 
>> 
>> 
>>  but compilation give me error 
>> 
>> 
>> 
>> lo heap.lo iso3307.lo radix.lo rfc1035.lo rfc1123.lo rfc2671.lo
>> rfc3596.lo Splay.lo stub_memaccount.lo util.lo xusleep.lo  
>> libtool: link: /usr/bin/ar cru .libs/libmiscutil.a .libs/MemPool.o
>> .libs/MemPoolChunked.o .libs/MemPoolMalloc.o .libs/getfullhostname.o
>> .libs/heap.o .libs/iso3307.o .libs/radix.o .libs/rfc1035.o
>> .libs/rfc1123.o .libs/rfc2671.o .libs/rfc3596.o .libs/Splay.o
>> .libs/stub_memaccount.o .libs/util.o .libs/xusleep.o 
>> libtool: link: ranlib .libs/libmiscutil.a
>> libtool: link: ( cd ".libs" && rm -f "libmiscutil.la 
>> >" && ln -s 
>> "../libmiscutil.la 
>> >" "libmiscutil.la 
>>  >" )
>> make[2]: Leaving directory `/root/squid-3.5.22/lib'
>> make[1]: Leaving directory `/root/squid-3.5.22/lib'
>> Making all in libltdl
>> make[1]: Entering directory `/root/squid-3.5.22/libltdl'
>> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
>> /root/squid-3.5.22/cfgaux/missing aclocal-1.15 -I m4
>> /root/squid-3.5.22/cfgaux/missing: line 81: aclocal-1.15: command not found
>> WARNING: 'aclocal-1.15' is missing on your system.
>>  You should only need it if you modified 'acinclude.m4' or
>>  'configure.ac' or m4 files included by 'configure.ac'.
>>  The 'aclocal' program is part of the GNU Automake package:
>>  
>>  It also requires GNU Autoconf, GNU m4 and Perl in order to run:
>>  
>>  
>>  
>> make[1]: *** [aclocal.m4] Error 127
>> make[1]: Leaving directory `/root/squid-3.5.22/libltdl'
>> make: *** [all-recursive] Error 1
>> [root@li1802-227 squid-3.5.22]# 
>> 
>> 
>> 
>> any help ?
>> 
>> 
>> 
>> ___
>> squid-dev mailing list
>> squid-dev@lists.squid-cache.org 
>> http://lists.squid-cache.org/listinfo/squid-dev 
>> 
___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev


Re: [squid-dev] modify source code and change the name from "squid" to other name

2018-10-01 Thread Alex Rousskov
On 10/01/2018 12:28 PM, --Ahmad-- wrote:

> i want to change everything in squid config files and rename it to ahmad.
> 
> so i want change eveverythingeytng in folders , files  from squid  to —>
> stinger  and have stinger conf files and run instance as stinger instead
> of squid .

What are you trying to accomplish by this change? In other words, why
are you doing this?

Alex.


> so i changed recursively everything and replace squid with “stinger”
> 
> 
> 
> here what i made :
> 
> find /root/squid-3.5.22 -type f -exec sed -i -e 's/squid/stinger/g' {} \;
> find /root/squid-3.5.22 -type f -exec sed -i -e 's/Squid/Stinger/g' {} \;
> find /root/squid-3.5.22 -type f -exec sed -i -e 's/SQUID/STINGER/g' {} \;
> 
> find . -iname "*squid*" -exec rename squid stinger '{}' \;
> find . -iname "*squid*" -exec rename squid stinger '{}' \;
> find . -iname "*squid*" -exec rename Squid Stinger '{}' \;
> 
> ###
> 
> 
> 
> 
> 
>  but compilation give me error 
> 
> 
> 
> lo heap.lo iso3307.lo radix.lo rfc1035.lo rfc1123.lo rfc2671.lo
> rfc3596.lo Splay.lo stub_memaccount.lo util.lo xusleep.lo  
> libtool: link: /usr/bin/ar cru .libs/libmiscutil.a .libs/MemPool.o
> .libs/MemPoolChunked.o .libs/MemPoolMalloc.o .libs/getfullhostname.o
> .libs/heap.o .libs/iso3307.o .libs/radix.o .libs/rfc1035.o
> .libs/rfc1123.o .libs/rfc2671.o .libs/rfc3596.o .libs/Splay.o
> .libs/stub_memaccount.o .libs/util.o .libs/xusleep.o 
> libtool: link: ranlib .libs/libmiscutil.a
> libtool: link: ( cd ".libs" && rm -f "libmiscutil.la
> " && ln -s "../libmiscutil.la
> " "libmiscutil.la " )
> make[2]: Leaving directory `/root/squid-3.5.22/lib'
> make[1]: Leaving directory `/root/squid-3.5.22/lib'
> Making all in libltdl
> make[1]: Entering directory `/root/squid-3.5.22/libltdl'
> CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
> /root/squid-3.5.22/cfgaux/missing aclocal-1.15 -I m4
> /root/squid-3.5.22/cfgaux/missing: line 81: aclocal-1.15: command not found
> WARNING: 'aclocal-1.15' is missing on your system.
>          You should only need it if you modified 'acinclude.m4' or
>          'configure.ac' or m4 files included by 'configure.ac'.
>          The 'aclocal' program is part of the GNU Automake package:
>          
>          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
>          
>          
>          
> make[1]: *** [aclocal.m4] Error 127
> make[1]: Leaving directory `/root/squid-3.5.22/libltdl'
> make: *** [all-recursive] Error 1
> [root@li1802-227 squid-3.5.22]# 
> 
> 
> 
> any help ?
> 
> 
> 
> ___
> squid-dev mailing list
> squid-dev@lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-dev
> 

___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev


[squid-dev] modify source code and change the name from "squid" to other name

2018-10-01 Thread --Ahmad--
Hey  Folks 
my question may be crazy a little bit .

i want to change everything in squid config files and rename it to ahmad.

so i want change eveverythingeytng in folders , files  from squid  to —> 
stinger  and have stinger conf files and run instance as stinger instead of 
squid .

so i changed recursively everything and replace squid with “stinger”



here what i made :

find /root/squid-3.5.22 -type f -exec sed -i -e 's/squid/stinger/g' {} \;
find /root/squid-3.5.22 -type f -exec sed -i -e 's/Squid/Stinger/g' {} \;
find /root/squid-3.5.22 -type f -exec sed -i -e 's/SQUID/STINGER/g' {} \;

find . -iname "*squid*" -exec rename squid stinger '{}' \;
find . -iname "*squid*" -exec rename squid stinger '{}' \;
find . -iname "*squid*" -exec rename Squid Stinger '{}' \;

###





 but compilation give me error 



lo heap.lo iso3307.lo radix.lo rfc1035.lo rfc1123.lo rfc2671.lo rfc3596.lo 
Splay.lo stub_memaccount.lo util.lo xusleep.lo  
libtool: link: /usr/bin/ar cru .libs/libmiscutil.a .libs/MemPool.o 
.libs/MemPoolChunked.o .libs/MemPoolMalloc.o .libs/getfullhostname.o 
.libs/heap.o .libs/iso3307.o .libs/radix.o .libs/rfc1035.o .libs/rfc1123.o 
.libs/rfc2671.o .libs/rfc3596.o .libs/Splay.o .libs/stub_memaccount.o 
.libs/util.o .libs/xusleep.o 
libtool: link: ranlib .libs/libmiscutil.a
libtool: link: ( cd ".libs" && rm -f "libmiscutil.la " 
&& ln -s "../libmiscutil.la " "libmiscutil.la 
" )
make[2]: Leaving directory `/root/squid-3.5.22/lib'
make[1]: Leaving directory `/root/squid-3.5.22/lib'
Making all in libltdl
make[1]: Entering directory `/root/squid-3.5.22/libltdl'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /root/squid-3.5.22/cfgaux/missing 
aclocal-1.15 -I m4
/root/squid-3.5.22/cfgaux/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
 You should only need it if you modified 'acinclude.m4' or
 'configure.ac' or m4 files included by 'configure.ac'.
 The 'aclocal' program is part of the GNU Automake package:
 >
 It also requires GNU Autoconf, GNU m4 and Perl in order to run:
 >
 >
 >
make[1]: *** [aclocal.m4] Error 127
make[1]: Leaving directory `/root/squid-3.5.22/libltdl'
make: *** [all-recursive] Error 1
[root@li1802-227 squid-3.5.22]# 



any help ?

___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev