lynx installation! Anyone install this on unix?


 
Thread Tools Search this Thread
Operating Systems Solaris lynx installation! Anyone install this on unix?
# 8  
Old 03-16-2009
PS! This is a Solaris 5.8.
# 9  
Old 03-16-2009
Please use [ code][/code ] for listings, source, ...
Code:
bash-2.03$ /usr/ccs/bin/make
/bin/sh -c 'SHELL=/bin/sh /bin/sh ./scripts/cfg_defs.sh .'
Constructing sed-script help_files.sed
sed -e '/^#/d' -e '/^$/d' \
-e 's%\(.*\)=\(.*\@.*\)$%s=@\1@=\2=g%' \
-e 's%\(.*\)=\(http:.*\)$%s=@\1@=\2=g%' \
-e 's%\(.*\)=\(ftp:.*\)$%s=@\1@=\2=g%' \
-e 's%\(.*\)=\(.*\.html\)$%s=@\1@=\2=g%' \
help_files.tmp | tr '=' '"' > help_files.sed
Appending interim-fix for existing html files to help_files.sed
sed -e '/^#/d' -e '/[:@]/d' -e '/^$/d' \
-e 's%\(.*\)=\(.*\.html\)$%s=\2=\2=g%' \
-e 's%\.html=%\\.html=%' \
help_files.tmp | tr '=' '"' >> help_files.sed
if test -n ""; then echo 's%\\%%g' >> help_files.sed; fi
Creating LYHelp.h
sh: LYHelp.h: cannot create
*** Error code 1
make: Fatal error: Command failed for target `LYHelp.h'
bash-2.03$ /usr/ccs/bin/make install
Creating LYHelp.h
sh: LYHelp.h: cannot create
*** Error code 1
make: Fatal error: Command failed for target `LYHelp.h'

If the ordinary make already failed, why did you think that make install would run without problems? Run make using the modified PATH variable so that it can find gcc and other dependencies. If there are still problems post them.
# 10  
Old 03-16-2009
Hi Pludi,
Thnaks for responding to my problem. What do you mean by "modified PATH variable" if I may ask?
Kind Regards
Mehrdad
# 11  
Old 03-17-2009
Try running this triplet:
Code:
$ PATH=$PATH:/usr/local/bin/ ./configure
$ PATH=$PATH:/usr/local/bin/ make
$ PATH=$PATH:/usr/local/bin/ make install

The bold stuff in the last line is what I meant when I said "modified PATH variable"
# 12  
Old 03-17-2009
Hi,
The "modified PATH" is /usr/local/bin as you said:
Code:
# find . -name gcc
./usr/local/bin/gcc
./usr/local/doc/gcc
./usr/local/libexec/gcc
./usr/local/lib/gcc

But still:

Code:
updating cache config.cache
configure: creating ./config.status
config.status: creating makefile
config.status: creating WWW/Library/Implementation/makefile
config.status: creating src/makefile
config.status: creating src/chrtrans/makefile
config.status: creating lynx_cfg.h
bash-2.03$ PATH=$PATH:/usr/local/bin make
bash: make: command not found
bash-2.03$ PATH=$PATH:/usr/local/bin/ make install
bash: make: command not found
bash-2.03$

And if i use the other PATH (/usr/ccs/bin) then:

Code:
bash-2.03$ PATH=$PATH:/usr/ccs/bin/ make
/bin/sh -c 'SHELL=/bin/sh /bin/sh ./scripts/cfg_defs.sh .'
Constructing sed-script help_files.sed
sed     -e '/^#/d' -e '/^$/d' \
        -e 's%\(.*\)=\(.*\@.*\)$%s=@\1@=\2=g%' \
        -e 's%\(.*\)=\(http:.*\)$%s=@\1@=\2=g%' \
        -e 's%\(.*\)=\(ftp:.*\)$%s=@\1@=\2=g%' \
        -e 's%\(.*\)=\(.*\.html\)$%s=@\1@=\2=g%' \
        help_files.tmp | tr '=' '"' > help_files.sed
Appending interim-fix for existing html files to help_files.sed
sed     -e '/^#/d' -e '/[:@]/d' -e '/^$/d' \
        -e 's%\(.*\)=\(.*\.html\)$%s=\2=\2=g%' \
        -e 's%\.html=%\\.html=%' \
        help_files.tmp | tr '=' '"' >> help_files.sed
if test -n ""; then echo 's%\\%%g' >> help_files.sed; fi
Creating LYHelp.h
sh: LYHelp.h: cannot create
*** Error code 1
make: Fatal error: Command failed for target `LYHelp.h'
bash-2.03$ PATH=$PATH:/usr/ccs/bin/ make install
Creating LYHelp.h
sh: LYHelp.h: cannot create
*** Error code 1
make: Fatal error: Command failed for target `LYHelp.h'
bash-2.03$

Cheers
Mehrdad
# 13  
Old 03-17-2009
Hi Pludi,
It works NOW. I just moved the lynx to other server that runs on Solaris 10. I guess lynx doesn't work on Solaris 8!

Tnx
Mehrdad
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies

2. Ubuntu

Installation??? How to install Ubuntu on windows 7

guys tell me steps to install ubunto of linux kali over windows 7 (0 Replies)
Discussion started by: Roshan4u
0 Replies

3. UNIX for Dummies Questions & Answers

Read URL data from UNIX without wget,curl,lynx,w3m.

Hi Experts, Problem statement : We have an URL for which we need to read the data and get parsed inside the shell scripts. My Aix has very limited perl utility, i cant install any utility as well. Precisely, wget,cURL,Lynx,w3m and Lwp cant be used as i got these utilities only when i googled... (0 Replies)
Discussion started by: scott_cog
0 Replies

4. Fedora

Install RPM package after OS Installation

Hi Guys I want to know whether is it possible to automatically Install a RPM package after installing OS. Basically we have have one rpm package which we want to install as part of OS installation . Please Suggest (3 Replies)
Discussion started by: mr_deb
3 Replies

5. Solaris

mailman installation error during make install

I have problem installing mailman 2.5 onto Solaris10 sparc. During make instal, the error message I got is as follows. .././install-sh -c -m 755 mailman /usr/local/mailman/scripts .././install-sh -c -m 644 sitelist.cfg /var/mailman/data if ; \ then \ rm -rf... (0 Replies)
Discussion started by: cchoe
0 Replies

6. Solaris

Check Installation Method used to install solaris 10

Is there any way i can check if the solaris server was build using jumpstart or normal cd installation .. though i can get the info from install_log but it only shows it was build from flash archive .. but does not give info regarding cd+flash, or jumpstart+flash .. (0 Replies)
Discussion started by: fugitive
0 Replies

7. UNIX for Dummies Questions & Answers

Free UNIX account with installation privileges or install Ubuntu

Hello, I need to install a program that can only be run in unix. I dont have unix on my system. Does anyone know of any free shell accounts with install permissions. I know that there are free shell accounts available on web , but those are without install permission. Does installing Ubuntu... (7 Replies)
Discussion started by: akc
7 Replies

8. SCO

Installation steps (request how to install UNIX)

Hello hey ppl I wanna use Unix SCO, and I have a Unix SCO 5.05 bootable CD. Now plz can any one help me or guide me the steps of Unix installation. I want to install myself so plz If anyone experts in Unix installation & knows simple configuration... so plz mail me or reply me here , step by... (2 Replies)
Discussion started by: Mohsin
2 Replies

9. UNIX for Dummies Questions & Answers

Please help with UNIX installation

Hello I am new to UNIX I have no idea about its functions and commands but i am interested in learning it. I have SCO unix ver 3.2. How can i install it to co exist on a computer with Win XP (SP 2) already installed on it ? My hardware specs are P IV 1.5 Ghz, 256 MB Ram, 2 hard disks a 120... (0 Replies)
Discussion started by: Krish2487
0 Replies
Login or Register to Ask a Question