Re: X not found

2006-07-05 Thread Lawrence Horvath

thats what i was asking, can i just install a small set of libs or do
i need to entirely install X

On 7/4/06, Peter Blair [EMAIL PROTECTED] wrote:

If you have no parts of X installed, then how do you expect to link
against it?  If you plan to use your OpenBSD machine as a headless X
client, then you'll need to install the requisite libs.

You'll save yourself a lot of time and headache if you just install the X set.

On 7/4/06, Lawrence Horvath [EMAIL PROTECTED] wrote:
 I have been getting the following error, and wasnt sure if i have to
 totally install X or can i just install a minimal lib set to get the
 error to stop, at this time I do not have any parts of X installed.

 # make
 ===  qemu-0.8.0p3 uses X11, but /usr/X11R6 not found.

 Thanks

 --
 -Lawrence






--
-Lawrence



Re: X not found

2006-07-05 Thread Joachim Schipper
On Wed, Jul 05, 2006 at 12:03:35AM -0700, Lawrence Horvath wrote:
 thats what i was asking, can i just install a small set of libs or do
 i need to entirely install X

xbase will do for (almost?) all ports.

Joachim



Re: X not found

2006-07-05 Thread Lawrence Horvath

so how do you install that, i was thinking it would just be
# pkg_add /home/music/xbase39.tgz
Can't resolve /home/music/xbase39.tgz

but that didnt work, how do you install that package?


On 7/5/06, Joachim Schipper [EMAIL PROTECTED] wrote:

On Wed, Jul 05, 2006 at 12:03:35AM -0700, Lawrence Horvath wrote:
 thats what i was asking, can i just install a small set of libs or do
 i need to entirely install X

xbase will do for (almost?) all ports.

Joachim





--
-Lawrence



Re: X not found

2006-07-05 Thread Eric Pancer
On Wed, 2006-07-05 at 11:42:22 -0700, Lawrence Horvath wrote...

 so how do you install that, i was thinking it would just be
 # pkg_add /home/music/xbase39.tgz
 Can't resolve /home/music/xbase39.tgz
 

Get the tarballs from a mirror, then...

$ su - root
# cd /
# tar zxpvf /path/to/xbase39.tgz



Re: X not found

2006-07-05 Thread Nico Meijer
Hey Lawrence,

 # pkg_add /home/music/xbase39.tgz
 Can't resolve /home/music/xbase39.tgz
 
 but that didnt work, how do you install that package?

cd /
tar zxpf /home/music/xbase39.tgz

Read http://www.openbsd.org/faq/upgrade39.html.

HTH... Nico



Re: X not found

2006-07-05 Thread Adam PAPAI

Lawrence Horvath wrote:

so how do you install that, i was thinking it would just be
# pkg_add /home/music/xbase39.tgz
Can't resolve /home/music/xbase39.tgz


gunzip, tar.

--
Adam PAPAI
D i g i t a l Influence
http://www.digitalinfluence.hu
E-mail: [EMAIL PROTECTED]
Phone: +36 30 33-55-735 (Hungary)
Phone: +49 176-67264167 (Germany)



Re: X not found

2006-07-05 Thread Daniel A. Ramaley
The file sets that are used to install OpenBSD are not packages even 
though they end in the tgz extension. Thus, pkg_add doesn't know what 
to do with it. Try a command like this instead:
# cd /
# tar -xvpzf /home/music/xbase39.tgz
The -v is optional, but make sure you include -p to preserve 
permissions. The tar command should be run from the root directory 
(unless you also use the -C switch).

On Wednesday 05 July 2006 13:42, you wrote:
so how do you install that, i was thinking it would just be
# pkg_add /home/music/xbase39.tgz
Can't resolve /home/music/xbase39.tgz

but that didnt work, how do you install that package?

On 7/5/06, Joachim Schipper [EMAIL PROTECTED] wrote:
 On Wed, Jul 05, 2006 at 12:03:35AM -0700, Lawrence Horvath wrote:
  thats what i was asking, can i just install a small set of libs or
  do i need to entirely install X

 xbase will do for (almost?) all ports.

 Joachim

-- 

Dan RamaleyDial Center 118, Drake University
Network Programmer/Analyst 2407 Carpenter Ave
+1 515 271-4540Des Moines IA 50311 USA



Re: X not found

2006-07-05 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] 
 so how do you install that, i was thinking it would just be
 # pkg_add /home/music/xbase39.tgz
 Can't resolve /home/music/xbase39.tgz
 
 but that didnt work, how do you install that package?

You start with the FAQ:

http://www.openbsd.org/faq/faq4.html#AddFileSet

DS
 
 On 7/5/06, Joachim Schipper [EMAIL PROTECTED] wrote:
  On Wed, Jul 05, 2006 at 12:03:35AM -0700, Lawrence Horvath wrote:
   thats what i was asking, can i just install a small set 
 of libs or do
   i need to entirely install X
 
  xbase will do for (almost?) all ports.



X not found

2006-07-04 Thread Lawrence Horvath

I have been getting the following error, and wasnt sure if i have to
totally install X or can i just install a minimal lib set to get the
error to stop, at this time I do not have any parts of X installed.

# make
===  qemu-0.8.0p3 uses X11, but /usr/X11R6 not found.

Thanks

--
-Lawrence



Re: X not found

2006-07-04 Thread Peter Blair

If you have no parts of X installed, then how do you expect to link
against it?  If you plan to use your OpenBSD machine as a headless X
client, then you'll need to install the requisite libs.

You'll save yourself a lot of time and headache if you just install the X set.

On 7/4/06, Lawrence Horvath [EMAIL PROTECTED] wrote:

I have been getting the following error, and wasnt sure if i have to
totally install X or can i just install a minimal lib set to get the
error to stop, at this time I do not have any parts of X installed.

# make
===  qemu-0.8.0p3 uses X11, but /usr/X11R6 not found.

Thanks

--
-Lawrence