Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-26-2002, 09:20 AM
|
#1
|
|
LQ Newbie
Registered: Dec 2002
Distribution: Red Hat
Posts: 3
Rep:
|
How to execute lz11.install?
I had downloaded the new Z11 driver, and it contains a file called "lz11.install". My question is: how does one go about executing this file to perform the install? I have tried entering lz11, lz11.install, install lz11, etc. If I enter "install --help" I get instructions on how to copy directories from source to destination, etc. I must be missing something. Can anyone help? 
|
|
|
|
12-26-2002, 09:36 AM
|
#2
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
Most likely that is just a text file for instructions on how to install the driver. If this is the Z11 driver for the Lexmark printer, I would presume you could try this after unpacking the driver and then running a make, then a make install.
Have you looked on Lexmarks site for any documentation on installing this driver ?
|
|
|
|
12-26-2002, 01:13 PM
|
#3
|
|
LQ Newbie
Registered: Dec 2002
Distribution: Red Hat
Posts: 3
Original Poster
Rep:
|
No, it's not a text file. Its some sort of bash program. It starts out:
#!/bin/bash
who=`whoami`;
if [ $who != "root" ]; then
echo "You need to be root to be able to install lz11. Please log in as root and try again"
exit 1
fi
echo "The following program will set up the Lexmark Z11 printer driver."
while true
do
INSTALL=0
CONFIGURE=0
TESTPAGE=0
cat<<END
Pick one of the following options:
1) Install (old printing environment)
2) Install (Foomatic/linuxprinting.org)
3) Configure
4) Print test page
5) Uninstall
0) Quit
END
Maybe I should have included this in the first place. Sorry.
Any ideas?
I did go to linux printing site (that's where I got the driver from), but all they say is to download, extract the files, and then install. I've done the first two, and am now stuck on the third.
|
|
|
|
12-26-2002, 01:16 PM
|
#4
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
Try maybe this as root:
cd into the directory you extracted it to then do a:
./lz11.install
After making sure the actual file is executable.
|
|
|
|
12-26-2002, 01:20 PM
|
#5
|
|
Senior Member
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,694
Rep:
|
have you tried ./lz11.install as root, in the directory that you extracted the files?
|
|
|
|
12-26-2002, 02:09 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2002
Distribution: Red Hat
Posts: 3
Original Poster
Rep:
|
That was the solution. I went to the location of the lz11.install file, and ran ./lz11.install. Thanks! Now to see if the printer will print!!!
|
|
|
|
12-26-2002, 02:16 PM
|
#7
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
Basically you needed the ./ in front of the command as most likely where you extracted it to wasn't in your path to search for the command itself..
Hopefully it installed just fine from that point... 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:16 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|