Re: Configuring Xorg-7.0

2006-01-24 Thread Simon Geard
On Tue, 2006-01-24 at 20:57 -0600, Dan McGhee wrote: > Just finished building Xorg-7.0 using the guidance at: > > http://www.linuxfromscratch.org/~dj/blfs-xorg7/x/xorg7.html > > At the completion of the build, there was no /etc/X11 directory. I > 'grepped' all the files in the directories of th

Re: Close an aplication using SIGNAL

2006-01-24 Thread Simon Geard
On Tue, 2006-01-24 at 12:00 -0800, Brandin Creech wrote: > --- Iban <[EMAIL PROTECTED]> wrote: > > > What is the equivalent SIGNAL to "Archive - Quit" of a program > > windowed (example: firefox)?? > > > > I don't want to kill it by brute force. I want a normal exit. > > SIGTERM is the best sign

Re: Xorg 6.9.0 vs. 7.0

2006-01-24 Thread Simon Geard
On Mon, 2006-01-23 at 09:12 -0500, Jonathan Murphy wrote: > Specifically freetype and fontconfig. I was unable to build either 6.9 > or 7.0 with the current BLFS versions. This messed up my fonts, > so after installing 6.9 I reinstalled the BLFS versions which sorted > that out. Messed up in what

Re: Xorg 6.9.0 vs. 7.0

2006-01-24 Thread DJ Lucas
Thomas Pegg wrote: Dont' forget the broken kd.h file (from llh). It's not really broken, it's done intentionally. Plus it's a header from glibc not llh. Yes, thanks for the correction. Do you know why this is done? Other threads suggest the proper fix is just to undef _LINUX_TYPES_H aft

Re: Configuring Xorg-7.0

2006-01-24 Thread Dan McGhee
Brandin Creech wrote: --- Dan McGhee <[EMAIL PROTECTED]> wrote: Two questions: 1. Is NOT making this directory a new thing for Xorg? 2. I have located all the stuff in /usr/X11R7 that is in my current /etc/X11 directory. I think that all I have to do is copy stuff to /etc/X11. Is tha

Re: Configuring Xorg-7.0

2006-01-24 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > Two questions: > > 1. Is NOT making this directory a new thing for Xorg? > 2. I have located all the stuff in /usr/X11R7 that is in my current > /etc/X11 directory. I think that all I have to do is copy stuff to > /etc/X11. Is that correct? The i

Re: rpm help please!

2006-01-24 Thread Justin
Dan Nicholson wrote: On 1/24/06, Justin <[EMAIL PROTECTED]> wrote: After searching the internet and some helpful advice on here I was told -D_GNU_SOURCE should fix the problem but only if it was included in the flags when perl was built. Why does it have to be included i

Re: Xorg 6.9.0 vs. 7.0

2006-01-24 Thread Jonathan Murphy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Benton <[EMAIL PROTECTED]> writes: > Jaap Struyk wrote: > > Op ma 23-01-2006, om 15:12 schreef Jonathan Murphy: > > > >> I was unable to build either 6.9 > >> or 7.0 with the current BLFS versions. This messed up my fonts, > > Is this a "stay a

Re: rpm help please!

2006-01-24 Thread Dan Nicholson
On 1/24/06, Justin <[EMAIL PROTECTED]> wrote: > After searching the internet and some helpful advice on here I > was told -D_GNU_SOURCE should fix the problem but only if it was > included in the flags when perl was built. Why does it have to be included in the flags when perl was built? It would

Re: rpm help please!

2006-01-24 Thread Justin
Ken Moffat wrote: This looks as if you've installed a 64-bit perl compiler. There is a reason for the note in 10.33.1 of the multilib book, perl predates almost everything else, and behaves very badly with multilib (typically, things like 'perl -V' show the wrong libs, and when we used to

Re: rpm help please!

2006-01-24 Thread Ken Moffat
On Tue, 24 Jan 2006, Justin wrote: Hi Dan, thanks for replying so fast,. I found the initial problem, glib was incorrectly installed for 64bit. I re-ran the glib install and the problem disappeared. I now have a perl problem to look into. I am getting make[2]: Entering directory `/mnt/main/

Re: rpm help please!

2006-01-24 Thread Ken Moffat
On Tue, 24 Jan 2006, Dan Nicholson wrote: What's the issue with the -fPIC, though? Do you really want a static rpm2cpio? If it's only for rpm2cpio, the attached should be less overhead than compiling rpm. Can't remember where google found it. Ken -- das eine Mal als Tragödie, das andere

Re: Xorg 6.9.0 vs. 7.0

2006-01-24 Thread Andrew Benton
Jaap Struyk wrote: Op ma 23-01-2006, om 15:12 schreef Jonathan Murphy: I was unable to build either 6.9 or 7.0 with the current BLFS versions. This messed up my fonts, Is this a "stay away from newer xorgs"? Or tar up a copy of the fonts from xorg-6.8.2. I don't like the fonts from xorg-7

Re: rpm help please!

2006-01-24 Thread Dan Nicholson
On 1/24/06, Justin <[EMAIL PROTECTED]> wrote: > Dan Nicholson wrote: > > This is a shot in the dark, but maybe it'll help: add -D_GNU_SOURCE to > > that compile line and see what happens. Here's the link: > > > > http://lists.debian.org/debian-perl/2002/09/msg2.html > > > > Yes this worked, I

Re: Xorg 6.9.0 vs. 7.0

2006-01-24 Thread Jonathan Murphy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well that's up to you. I found that in order to install X11R6.9 I had to downgrade freetype and fontconfig. This messed up my fonts in some applications, presumably because they were depending upon the more recent versions. I have reinstalled Freetype

Re: rpm help please!

2006-01-24 Thread Justin
Dan Nicholson wrote: This is a shot in the dark, but maybe it'll help: add -D_GNU_SOURCE to that compile line and see what happens. Here's the link: http://lists.debian.org/debian-perl/2002/09/msg2.html Yes this worked, I had to re-install perl to add it into there but it worked in th

Re: Close an aplication using SIGNAL

2006-01-24 Thread Brandin Creech
--- Iban <[EMAIL PROTECTED]> wrote: > What is the equivalent SIGNAL to "Archive - Quit" of a program > windowed (example: firefox)?? > > I don't want to kill it by brute force. I want a normal exit. SIGTERM is the best signal to quit, I think. Programs can trap the signal, so sometimes they'll c

apache-2.2 webdav trouble

2006-01-24 Thread Jaap Struyk
Hello, I'am trying to setup webdav with my apache-2.2 server build following the blfs-cvs book but somehow it refuses to run. The 2 dav modules are available, directory rights are OK, my config looks fine but I keep getting client denied by server configuration errors. DAVLockDB /var/lock/WebDav/

Re: Xorg 6.9.0 vs. 7.0

2006-01-24 Thread Jaap Struyk
Op ma 23-01-2006, om 15:12 schreef Jonathan Murphy: > I was unable to build either 6.9 > or 7.0 with the current BLFS versions. This messed up my fonts, Is this a "stay away from newer xorgs"? -- Groetjes Japie -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxf

Re: evolution-1.4.6 with gcc4

2006-01-24 Thread Jaap Struyk
Op zo 22-01-2006, om 09:54 schreef Jaap Struyk: > I would love to create a patch from it but I don't know how. (there are > some edited files wich only apear after running configure) diff -Naur did the trick http://www.japie.deserver.nl/ftp/HLFS/evolution-1.4.6-gcc4.patch For who wants to use the

Re: rpm help please!

2006-01-24 Thread Dan Nicholson
On 1/24/06, Justin <[EMAIL PROTECTED]> wrote: > > make[2]: Entering directory `/mnt/main/home/justin/src/rpm-4.4.4/perl' > gcc -m64 -c -I../lib -I../rpmdb -I../rpmio -I../popt -fPIC > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.66\" > -DXS_VERSION=\"0.66\" -fpic > "-I/usr/lib64/

Re: rpm help please!

2006-01-24 Thread Justin
Hi Dan, thanks for replying so fast,. I found the initial problem, glib was incorrectly installed for 64bit. I re-ran the glib install and the problem disappeared. I now have a perl problem to look into. I am getting make[2]: Entering directory `/mnt/main/home/justin/src/rpm-4.4.4/perl' gcc -

Re: Close an aplication using SIGNAL

2006-01-24 Thread Iban
Othe last thing: When i said "what is the best way no exit of a backgrounded program?", i think is better said: "what is the best way no close a backgrounded program?" Note that, that software is normally running. It isn't blocked 2006/1/24, Iban <[EMAIL PROTECTED]>: > Hello! > > What is the equ

Close an aplication using SIGNAL

2006-01-24 Thread Iban
Hello! What is the equivalent SIGNAL to "Archive - Quit" of a program windowed (example: firefox)?? I don't want to kill it by brute force. I want a normal exit. I have read the signal man page, but i'm in doubt with: SIGHUP, SIGHUP, SIGKILL (i'm sure this isn't), SIGTERM... maybe the last on

Re: rpm help please!

2006-01-24 Thread Dan Nicholson
On 1/24/06, Justin <[EMAIL PROTECTED]> wrote: > gcc -m64 -fPIC -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith > -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -o rpm2cpio > -static rpm2cpio.o ./lib/.libs/librpm.a -L/usr/lib6464 > /mnt/main/home/justin/src/rpm-4.4.4/rp