LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-09-2010, 02:54 PM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Problems installing Hackedbox from source in Lenny- help appreciated


um
well I couldn't find a deb pkg for hacked box so got latest source 0.85
and tried to install on 4different systems, all lenny

each time I did

Code:
./configure
it would go for awhile then

Code:
configure: error: Hackedbox requires the X Window System libraries and headers.
same error on each system

same error even with earlier versions of hackedbox...


what am I doing wrong?
thanks
 
Old 01-09-2010, 03:22 PM   #2
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
my guess is that you do not have dev (or devel) packages which includes files needed for compiling (like header files).

check the package system for xlib-dev (or devel)
 
Old 01-09-2010, 11:23 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
*

# apt-get install libx11-dev libxext-dev libice-dev

.....

Last edited by knudfl; 01-09-2010 at 11:30 PM.
 
Old 01-10-2010, 05:53 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Thanks for the tip knudfl

but I still get the error even after installing all that

heres where ./configure goes bad and stops...

Code:
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for X... no
configure: error: Hackedbox requires the X Window System libraries and headers.
thats after doing

Code:
apt-get install libx11-dev libxext-dev libice-dev

what am I missing now?
thanks
 
Old 01-10-2010, 08:04 AM   #5
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Seems to me you need xorg
Code:
apt-get install xorg-x11 org-x11-devel
 
Old 01-10-2010, 08:08 AM   #6
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
that stuff doesn't come with reg xorg Repo?

ok I 'll be back...
 
Old 01-10-2010, 08:17 AM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Repo there aint no such apps?

Code:
root@503box:/home/guest# apt-get install xorg-x11 org-x11-devel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package xorg-x11
E: Couldn't find package xorg-x11-devel
LOL
any other ideas?

I did install an older version that was .rpm via alien
but its old
 
Old 01-10-2010, 08:25 AM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
try
Code:
apt-get install xserver-xorg-dev xorg-dev
 
Old 01-10-2010, 08:43 AM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
The above worked at my system.
BTW linus72, take a look at
http://www.linuxquestions.org/questi...ml#post3821141
they need you :-)
 
Old 01-10-2010, 08:44 AM   #10
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
that kinda worked Repo

cept I did ./configure and make,etc as user,not root and it bombed when I did make install

I should do it all as root or what?

and its not showing up in login screen
I cant choose to login to hackedbox

I did something wrong...

heres the install readme repo
http://multidistro.com/deb/powerbox/INSTALL
 
Old 01-10-2010, 08:48 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
In general you only do "make install" as root
from the install notes
Quote:
Then edit ~/.xinitrc or ~/.xsession to make "hackedbox" your window manager. Or whatever way you use to switch, gnome users can use the control panel.
 
Old 01-10-2010, 08:59 AM   #12
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
yeah it aint working...

it seems I either screwed up the install or something

it made a .hackedbox folder in home and whatnot
but i have no way to login in to it?!

I tried editing .dmrc, .xsession,etc and it doesn't show up in GDM setup,etc

its pretty lite though and wanted to check it out
hopefully I'll figure it out....
 
Old 01-10-2010, 09:03 AM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I only did the configure part, but don't want to install it :-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problems installing xmms on lenny mark_alfred Debian 5 10-31-2009 11:29 AM
Hackedbox/blackbox on dual screen monitors pgb205 Linux - Desktop 3 07-31-2008 11:27 PM
Problems installing Debian Lenny. ghostofsin Debian 4 08-10-2007 06:32 PM
Have any of you got appreciated for using Open Source tools? vharishankar General 7 11-24-2005 07:15 AM
many permissions problems! any help appreciated darksmiley Slackware 2 12-15-2004 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration