Sponsored Content
Operating Systems Solaris lynx installation! Anyone install this on unix? Post 302297978 by pludi on Monday 16th of March 2009 10:44:37 AM
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.
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
hman(1) 						      General Commands Manual							   hman(1)

NAME
hman - browse the on-line manual pages SYNOPSIS
hman [ -P browser ] [ -H host ] [ section ] name hman [ -P browser ] [ -H host ] [ section ] [ index ] DESCRIPTION
The hman script is an interface to man2html(1) that allows you to enter man page requests at the command line and view the output in your favourite browser. The behaviour reminds of that of man(1) so that many people will be able to alias hman to man. If the browser used is netscape, and an incarnation of netscape is running already, hman will pass the request to the existing browser. OPTIONS
-P browser Specify which browser (like lynx, xmosaic, arena, chimera, netscape, amaya, ...) to use. This option overrides the MANHTMLPAGER environment variable. The default is the non-httpd version of lynx, or sensible-browser if lynx cannot be found. -H host Specify from what host to get the man pages. This option overrides the MANHTMLHOST environment variable. The default is localhost. ENVIRONMENT
MANHTMLPAGER The default browser to use is selected using this environment variable. MANHTMLHOST The default host to use is selected using this environment variable. SEE ALSO
man(1), man2html(1), arena(1), lynx(1), sensible-browser(1), netscape(1), xmosaic(1), glimpse(1) http://www.mcom.com/newsref/std/x-remote.html 19 January 1998 hman(1)
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy