ROCK This forum is for the discussion of ROCK Linux. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-17-2005, 09:10 PM
|
#1
|
LQ Newbie
Registered: Jul 2005
Location: philippines
Distribution: debian,ubuntu,bayanihan,knoppix
Posts: 21
Rep:
|
where is curl and gawk ????????
ok, need help i already download the tar and use the archive manager before it.
run the srcipt:'./scripts/Config' the output message :
x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x--x-x-x-x--x-x-x-x-xx-
System Check: Program 'curl' not found!
The curl utility is needed for Downloading the package
source tars. Install the latest curl version.
System Check: Program 'gawk' not found!
The gawk utility is needed for extracting the package
source tars. Install the latest gawk version.
System Check found errors -> not doing anything.
x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x--x
|
|
|
10-18-2005, 01:43 AM
|
#2
|
Member
Registered: Mar 2003
Location: Mansfield Queensland Australia
Distribution: Linux Mint - Tara
Posts: 497
Rep:
|
curl
curl libraries can be found at www.php.net/curl
gawk try www.gnu.org or google for gawk (gnu awk)
|
|
|
10-18-2005, 02:44 AM
|
#3
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,305
Rep:
|
now that's weird that gawk isn't already installed. to check if a utility is in your path:
which gawk
should do. use find to see if it is on your system:
find / -name "gawk" -type f -print
I'm not a deb-head, but isn't the command to install that stuff with apt,
apt-get install curl
or something similar?
|
|
|
10-18-2005, 03:58 AM
|
#4
|
LQ Newbie
Registered: Jul 2005
Location: philippines
Distribution: debian,ubuntu,bayanihan,knoppix
Posts: 21
Original Poster
Rep:
|
thank you guys, things make sense now i thought curl and gawk are aleady included in the package tar. by the way im using ubuntu distro to build rock linux.im using this fo my software thesis in my school, building an OS out of linux format.any suggestion please dont hesitate to reply on me.
thanks once again.
|
|
|
10-18-2005, 04:21 AM
|
#5
|
Senior Member
Registered: Nov 2004
Distribution: Mandriva mostly, vector 5.1, tried many.Suse gone from HD because bad Novell/Zinblows agreement
Posts: 1,606
Rep:
|
find and which are very good,
if you got time, try to install locate,
it creates a database with all the files in there. (updatedb to update the database)
It is then instant to find if a file is around you would do
locate gawk for example
|
|
|
10-18-2005, 10:33 AM
|
#6
|
Member
Registered: Nov 2004
Location: US
Distribution: Debian Sid
Posts: 50
Rep:
|
Quote:
Originally posted by bozart
By the way im using ubuntu distro to build rock linux.im using this fo my software thesis in my school, building an OS out of linux format.
|
I'm in school too, but creating an OS!?!?! Jeeeeeez :] That sounds scary lol
|
|
|
10-18-2005, 10:46 AM
|
#7
|
ROCK Linux
Registered: Dec 2003
Location: Berlin, Germany
Distribution: Crystal ROCK
Posts: 108
Rep:
|
Quote:
Originally posted by AC97Conquerer
I'm in school too, but creating an OS!?!?! Jeeeeeez :] That sounds scary lol
|
I know that at one ROCK Developer had to do something like this as part of the final exam of his job training. The result is the LiveCD
Greetings,
Benjamin
|
|
|
10-19-2005, 02:52 AM
|
#8
|
LQ Newbie
Registered: Jul 2005
Location: philippines
Distribution: debian,ubuntu,bayanihan,knoppix
Posts: 21
Original Poster
Rep:
|
thanks blindcoder you very suppportive, i dedicate my project to my country we have'nt have linux distro yet.
i will call it "buddyrock",buddy linux for filipinos.by the way im on configurating now the system next will be the download phase.got only limited time in our school laboratory.
|
|
|
10-19-2005, 03:14 AM
|
#9
|
ROCK Linux
Registered: Dec 2003
Location: Berlin, Germany
Distribution: Crystal ROCK
Posts: 108
Rep:
|
Glad to be of service
Anyway, what do you mean by limited time? ROCK can compile entirely without user interaction.
For example, you can run it in screen or you can also (after you're done downloading) use
Code:
# ./scripts/Build-Target -daemon
which will run the build detached from the console and log its information to a file.
Greetings,
Benjamin
|
|
|
10-19-2005, 08:58 PM
|
#10
|
LQ Newbie
Registered: Jul 2005
Location: philippines
Distribution: debian,ubuntu,bayanihan,knoppix
Posts: 21
Original Poster
Rep:
|
error on ./scripts/Config
got on error blindcoder upon executing './scripts/Config': message
mv: cannot stat `src/rockdialog.bin.7698': No such file or directory
Creating configuration script ...
Running ROCK Linux 2.0.3 configuration ...
unknown returncode: 127
what went wrong.....
|
|
|
10-20-2005, 12:30 AM
|
#11
|
ROCK Linux
Registered: Dec 2003
Location: Berlin, Germany
Distribution: Crystal ROCK
Posts: 108
Rep:
|
Re: error on ./scripts/Config
Quote:
Originally posted by bozart
mv: cannot stat `src/rockdialog.bin.7698': No such file or directory
Creating configuration script ...
Running ROCK Linux 2.0.3 configuration ...
unknown returncode: 127
|
It seems that the rockdialog program could not be compiled. There should be some more messages before that.
Try this:
Code:
./scripts/Cleanup
./scripts/Config
and paste the whole output here.
Greetings,
Benjamin
|
|
|
10-23-2005, 10:41 PM
|
#12
|
LQ Newbie
Registered: Jul 2005
Location: philippines
Distribution: debian,ubuntu,bayanihan,knoppix
Posts: 21
Original Poster
Rep:
|
im back for configurating my ubuntu it just lack of utility
im downloading jdk, texidoclet,and other stuff so by next week it will be ready to configure rock linux. thank for the help and suggestion and the other scripts.
|
|
|
All times are GMT -5. The time now is 12:19 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
|
|