ipmasqadm install error and ip masq icq install error

ipmasqadm install error and ip masq icq install error

Post by BurntMea » Tue, 11 Jan 2000 04:00:00



RH6.0 Installed with all ipmasq options compiled on the kernel
I'm trying to get icq on my client machine to work properly and I have read
that I had to install ipmasqadm. I untarred the ipmasqadm-0.4.2.tar.gz ok,
but when I try to do a make install, I get an error stating:

install -m 700 -o root -g root modules/*.so /usr/lib/ipmasqadm
install: modules/*.so: No such file or directory
make: *** [install] Error 1

Please help .. I have also tried to install the ip_masq_icq-0.55 mod with a
make install command and I also get an error stating:

Makefile:15 *** missing separator. Stop.

Please help. My objective is to get icq to work without any hitches on my
client machine.

 
 
 

ipmasqadm install error and ip masq icq install error

Post by Timothy Terlune » Tue, 11 Jan 2000 04:00:00


Here someone post this me for the ip_masq_icq module.  Using this seemed to
work fine.  Except to use it you still need to load ipmasqadm.

**********************************************************
Yes there are two lines in the make file for ip_masq_icq-0.55 that need
to be changed.

Line 15 is the*line:

$(shell egrep '^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION|ARCH) '
$(KSRC)/Makefile >Makefile.arch)

Needs to be changed to:

tempvar := $(shell egrep
'^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION|ARCH) ' $(KSRC)/Makefile

Quote:>Makefile.arch)

And line 17:
$(shell egrep -v '^     |^[^    :]*:' $(KSRC)/arch/$(ARCH)/Makefile

Quote:>Makefile.arch)

needs to be changed to
tempvar := $(shell egrep -v '^  |^[^    :]*:'
$(KSRC)/arch/$(ARCH)/Makefile >Makefile.arch)

This should fix the install problem.  The $(shell )  returns a value so
there needs to be some where to send it.  the "tempvar := " should fix
this problem.
**********************************************************


> RH6.0 Installed with all ipmasq options compiled on the kernel
> I'm trying to get icq on my client machine to work properly and I have read
> that I had to install ipmasqadm. I untarred the ipmasqadm-0.4.2.tar.gz ok,
> but when I try to do a make install, I get an error stating:

> install -m 700 -o root -g root modules/*.so /usr/lib/ipmasqadm
> install: modules/*.so: No such file or directory
> make: *** [install] Error 1

> Please help .. I have also tried to install the ip_masq_icq-0.55 mod with a
> make install command and I also get an error stating:

> Makefile:15 *** missing separator. Stop.

> Please help. My objective is to get icq to work without any hitches on my
> client machine.


 
 
 

ipmasqadm install error and ip masq icq install error

Post by Freggl » Tue, 11 Jan 2000 04:00:00


I had the same problem.

Makefile:15: *** missing separator.  Stop.

My advice (and from the creator of the software) upgrade GNU Make 3.77 to
3.78.1
You can download GNU make 3.78.1 from
http://www.ultranet.com/~pauld/gmake/#release

Freek, from the Netherlands


Quote:> RH6.0 Installed with all ipmasq options compiled on the kernel
> I'm trying to get icq on my client machine to work properly and I have
read
> that I had to install ipmasqadm. I untarred the ipmasqadm-0.4.2.tar.gz ok,
> but when I try to do a make install, I get an error stating:

> install -m 700 -o root -g root modules/*.so /usr/lib/ipmasqadm
> install: modules/*.so: No such file or directory
> make: *** [install] Error 1

> Please help .. I have also tried to install the ip_masq_icq-0.55 mod with
a
> make install command and I also get an error stating:

> Makefile:15 *** missing separator. Stop.

> Please help. My objective is to get icq to work without any hitches on my
> client machine.

 
 
 

ipmasqadm install error and ip masq icq install error

Post by Freggl » Tue, 11 Jan 2000 04:00:00


I had the same problem.

Makefile:15: *** missing separator.  Stop.

My advice (and from the creator of the software) upgrade GNU Make 3.77 to
3.78.1
You can download GNU make 3.78.1 from
http://www.ultranet.com/~pauld/gmake/#release

Freek, from the Netherlands


Quote:> RH6.0 Installed with all ipmasq options compiled on the kernel
> I'm trying to get icq on my client machine to work properly and I have
read
> that I had to install ipmasqadm. I untarred the ipmasqadm-0.4.2.tar.gz ok,
> but when I try to do a make install, I get an error stating:

> install -m 700 -o root -g root modules/*.so /usr/lib/ipmasqadm
> install: modules/*.so: No such file or directory
> make: *** [install] Error 1

> Please help .. I have also tried to install the ip_masq_icq-0.55 mod with
a
> make install command and I also get an error stating:

> Makefile:15 *** missing separator. Stop.

> Please help. My objective is to get icq to work without any hitches on my
> client machine.

 
 
 

ipmasqadm install error and ip masq icq install error

Post by Freggl » Tue, 11 Jan 2000 04:00:00


I had the same problem.

Makefile:15: *** missing separator.  Stop.

My advice (and from the creator of the software) upgrade GNU Make 3.77 to
3.78.1
You can download GNU make 3.78.1 from
http://www.ultranet.com/~pauld/gmake/#release

Freek, from the Netherlands


Quote:> RH6.0 Installed with all ipmasq options compiled on the kernel
> I'm trying to get icq on my client machine to work properly and I have
read
> that I had to install ipmasqadm. I untarred the ipmasqadm-0.4.2.tar.gz ok,
> but when I try to do a make install, I get an error stating:

> install -m 700 -o root -g root modules/*.so /usr/lib/ipmasqadm
> install: modules/*.so: No such file or directory
> make: *** [install] Error 1

> Please help .. I have also tried to install the ip_masq_icq-0.55 mod with
a
> make install command and I also get an error stating:

> Makefile:15 *** missing separator. Stop.

> Please help. My objective is to get icq to work without any hitches on my
> client machine.

 
 
 

ipmasqadm install error and ip masq icq install error

Post by Freggl » Tue, 11 Jan 2000 04:00:00


I had the same problem.

Makefile:15: *** missing separator.  Stop.

My advice (and from the creator of the software) upgrade GNU Make 3.77 to
3.78.1
You can download GNU make 3.78.1 from
http://www.ultranet.com/~pauld/gmake/#release

Freek, from the Netherlands


Quote:> RH6.0 Installed with all ipmasq options compiled on the kernel
> I'm trying to get icq on my client machine to work properly and I have
read
> that I had to install ipmasqadm. I untarred the ipmasqadm-0.4.2.tar.gz ok,
> but when I try to do a make install, I get an error stating:

> install -m 700 -o root -g root modules/*.so /usr/lib/ipmasqadm
> install: modules/*.so: No such file or directory
> make: *** [install] Error 1

> Please help .. I have also tried to install the ip_masq_icq-0.55 mod with
a
> make install command and I also get an error stating:

> Makefile:15 *** missing separator. Stop.

> Please help. My objective is to get icq to work without any hitches on my
> client machine.

 
 
 

1. HELP!!!!!! ERROR installing IPMASQADM tool!!!

I tried to install the ipmasqadm tool but I get an error. I then read the
README file to find that I had to edit the Makefile and point the KSRC to my
kernel source tree. Now my problem is I'm not sure of the exact syntax. if
anyone has installed the ipmasqadm tool, could they please help????
I'm in dire need to fire up this baby. Thx in advance.

2. Warning concerning DSO and EAPI

3. error installing ipmasqadm

4. SunSoft Motif

5. Install error on G3: "error unpacking archive: unknown error"

6. help me

7. Kernel 2.2.1:IPCHAINS:IPPORTFW:IP port forwarding: IP Masq: ipmasqadm

8. FAQ?

9. IP Masq /IP Forwarding (setsockopt error)

10. ERROR 17: SYMLINK ERROR AT INSTALL

11. Redhat 5.1 Install error: Fatal error opening RPM database

12. INSTALL ERROR: NT partition or slice extends beyond end of disk error

13. Install Error: Boot Disk Gives crc error