Ip aliasing
2007-12-24 18:58:00
Newbee to Sun Environment , was throwing questions on AIX list , but some body
didn`t liked that i was asking solaris questions on AIX list
and suggested to join this list and gave this www .. so i am here :-)
1) I am in process to install Netscape Enterprise server on Solaris 7 , the
software is in netscape.tgz format
so downloaded gzip utility , then was trying t uncompress it , but gives
following error , so somebody suggested to use c complier
,how i can get c complier ?
is there anyway to use gunzip , gzip , zcat utilities on solaris , without
doing all this heck..
# uname -a
SunOS suntest 5.7 Generic sun4m sparc SUNW,SPARCstation-10
# ls
entprise.tgz gzip-1.2.4.tar.gz gzip-1.2.4a.tar gzip-1.2[1]..2[
gunzip_solaris.exe gzip-1.2.4a gzip-1.2.4a.tar.gz lost+found
#
# ls
COPYING bits.c gzip.1 os2 vms
ChangeLog config.status gzip.c primos zdiff.1
INSTALL configure gzip.doc revision.h zdiff.in
Makefile configure.in gzip.h sample zforce.1
Makefile.in crypt.c gzip.info tailor.h zforce.in
NEWS crypt.h gzip.texi texinfo.tex zgrep.1
README deflate.c inflate.c trees.c zgrep.in
THANKS getopt.c lzw.c unlzh.c zip.c
TODO getopt.h lzw.h unlzw.c zmore.1
algorithm.doc gpl.texinfo match.S unpack.c zmore.in
amiga gzexe.1 msdos unzip.c znew.1
atari gzexe.in nt util.c znew.in
# configure
configure: not found
# ./configure
checking for gcc
./configure: cc: not found
checking how to run the C preprocessor
checking for underline in external names
./configure: cc: not found
./configure: nm: not found
checking for assembler
./configure: cc: not found
checking for install
checking for AIX
checking for minix/config.h
checking for POSIXized ISC
checking for DYNIX/ptx libseq
checking for ANSI C header files
checking for string.h
checking for stdlib.h
checking for memory.h
checking for fcntl.h
checking for time.h
checking for unistd.h
checking for utime.h
checking for sys/utime.h
checking for directory library header
checking for dirent.h
./configure: cc: not found
checking for sys/ndir.h
./configure: cc: not found
checking for sys/dir.h
./configure: cc: not found
checking for ndir.h
./configure: cc: not found
checking for closedir return value
./configure: cc: not found
checking for Xenix
checking for return type of signal handlers
./configure: cc: not found
checking for size_t in sys/types.h
checking if `#!' works in shell scripts
checking for gzip to derive installation directory prefix
chose installation directory prefix
creating config.status
creating Makefile
# make
make: not found
# ls
COPYING bits.c gzip.1 os2 vms
ChangeLog config.status gzip.c primos zdiff.1
INSTALL configure gzip.doc revision.h zdiff.in
Makefile configure.in gzip.h sample zforce.1
Makefile.in crypt.c gzip.info tailor.h zforce.in
NEWS crypt.h gzip.texi texinfo.tex zgrep.1
README deflate.c inflate.c trees.c zgrep.in
THANKS getopt.c lzw.c unlzh.c zip.c
TODO getopt.h lzw.h unlzw.c zmore.1
algorithm.doc gpl.texinfo match.S unpack.c zmore.in
amiga gzexe.1 msdos unzip.c znew.1
atari gzexe.in nt util.c znew.in
# cd ..
# ls
entprise.tgz gzip-1.2.4.tar.gz gzip-1.2.4a.tar gzip-1.2[1]..2[
gunzip_solaris.exe gzip-1.2.4a gzip-1.2.4a.tar.gz lost+found
#
# zcat -c entprise.tgz | tar -xvf -
entprise.tgz.Z: No such file or directory
tar: blocksize = 0
#
# uname -a
SunOS suntest 5.7 Generic sun4m sparc SUNW,SPARCstation-10
2)
How i can configure IP alias in solaris 7 ,
i am trying following ;
# ifconfig le0 10.74.64.89 netmask 255.255.255.0 alias
ifconfig: alias: bad address
# uname -a
SunOS suntest 5.7 Generic sun4m sparc SUNW,SPARCstation-10
Comments
Got something to say?
You must be logged in to post a comment.

