The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
lynx browser + SSL mikebgx UNIX for Dummies Questions & Answers 5 01-25-2008 01:32 PM
lynx XPS Shell Programming and Scripting 1 05-22-2006 03:08 AM
lynx startup raguramtgr UNIX for Dummies Questions & Answers 4 03-31-2004 11:22 PM
Lynx via crontab sstevens Shell Programming and Scripting 4 12-06-2002 01:58 PM
Surfing the web with Lynx Furtoes00 UNIX for Dummies Questions & Answers 3 03-22-2002 06:48 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 06-07-2002
Registered User
 

Join Date: Nov 2001
Posts: 9
Unhappy lynx installation

Hy, (me NOOB)

After many of tryouts I did it:P
FreeBSD is working the way I want it on my computer.
The internet connection works, so does DNS , and I have already running an X server (xfree86 4.2.0).

Now the next step was installing an X, I chose GNOME.

When I wanted to start the instalation (online) I read I needid LYNX for the instalation.

So I downloaded the lynx setup files, they are on my hard drive

/usr/erik/lynxdir

But simply don't know how to instal it:S

I tried #SH INSTALL.SH, an #./configure but it didn't work.

So does anyone know how to install lynx.

Thanx, cu
Forum Sponsor
  #2  
Old 06-09-2002
killerserv's Avatar
Unix Predator
 

Join Date: Dec 2000
Location: Phoenix, AZ
Posts: 670
All the installation ways are nearly the same, You may try this steps.

./configure

Read, and then edit, the Makefile. The primary lines you might have to edit are the exec, doc and cfg lines. For certain systems, or options, you will have to uncomment some of the Makefile comments - there are comments to let you know which ones to uncomment. The tricky part is to determine which ones you will eventually want to mess with.

At this step, try to compile. From the lynx directory, type

nohup make > make.out 2>&1

if you are using a Bourne/Korn shell. This captures all of the output from the make into a file. This will come in handy since you will want to look for warnings, errors, etc. after the make completes. For tcsh, you may want to use 'make _target_ >& make.out &' to start a background job that makes the binary.

If there are problems read the PROBLEMS file.

When the compilation succeeds, type

./lynx http://lynx.browser.org/

If you can see the Lynx homepage, then the lynx binary can open HTTP connections and parse/render a basic html document. To install Lynx in the directories you specified (in the Makefile), issue the command:

make install
  #3  
Old 06-10-2002
Registered User
 

Join Date: Nov 2001
Posts: 9
I have a makefile.bcb, makefile.msc and a makefile.in.

Ive load makefile.in in a text editor. But what do I have to do hith it.

and for ::nohup make > make.out 2>&1

When I edited the makefile, is make.out my output file?
  #4  
Old 07-17-2002
Registered User
 

Join Date: Jul 2002
Location: Salem OR, USA
Posts: 8
Login as root

cd /usr/ports/www/lynx

make install clean

Bammo! You got lynx on your system.
  #5  
Old 07-20-2002
Registered User
 

Join Date: Nov 2001
Posts: 9
Thank you verry much!!!!

Is this something standart in bsd ????? (the download command)
Google The UNIX and Linux Forums
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 12:35 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0