Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-30 Thread Darren Grant
Richard Fish wrote: On 6/29/06, Darren Grant [EMAIL PROTECTED] wrote: Didn't seem to help... I can emerge certain packages, but still can't re-merge gcc and glibc. *sigh*. Well, if emerge --info now shows a no-multilib profile, then you might try asking on gentoo-amd64. I still think

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-29 Thread Darren Grant
Benno Schulenberg wrote: Darren Grant wrote: Back in May I thought I was streamlining my make.conf file by changing from this... CFLAGS=-mtune=k8 -O2 -pipe CFLAGS=-march=athlon64 -O2 -pipe to this... CFLAGS=-march=athlon64 -mtune=k8 -O2 -pipe Well, that's clear then: remove

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-29 Thread Darren Grant
Richard Fish wrote: On 6/28/06, Darren Grant [EMAIL PROTECTED] wrote: Any chance that's what's causing my gcc problems now? Hmm, I doubt it. But in comparing what you have posted to my AMD64 box, I see some things that don't look right. For example, on my AMD64 box, I have: Gentoo Base

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Richard Fish wrote: On 6/27/06, Darren Grant [EMAIL PROTECTED] wrote: tail -f /var/tmp/portage/glibc-2.3.6-r4/work/build-x86-x86_64-pc-linux-gnu-nptl/config.log A simple 'tail' doesn't produce enough output to be useful. The output of tail -n 200 /var/tmp//config.log should be enough

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Richard Fish wrote: On 6/28/06, Richard Fish [EMAIL PROTECTED] wrote: Ok, here is the actual error: I lied. The problem is at the top: configure:1715: checking build system type configure:1733: result: i686-pc-linux-gnu configure:1741: checking host system type configure:1755: result:

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Richard Fish wrote: On 6/28/06, Darren Grant [EMAIL PROTECTED] wrote: GCC_SPECS= Hmm, suspicious. Where is this coming from? (grep GCC_SPECS /etc/env.d/* /etc/profile* ~/.bash* ~/.profile*) Does unset GCC_SPECS emerge --oneshot glibc work any better? -Richard I tried that emerge command

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Benno Schulenberg wrote: Richard Fish wrote: On 6/28/06, Darren Grant [EMAIL PROTECTED] wrote: GCC_SPECS= Hmm, suspicious. Run 'gcc-config 1', Darren, and then check GCC_SPECS again. Benno #gcc-config 1 * Switching native-compiler to x86_64-pc-linux-gnu-3.4.5

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Benno Schulenberg wrote: Darren Grant wrote: # gcc-config 1 * Switching native-compiler to x86_64-pc-linux-gnu-3.4.5 ... [ ok ] # env | grep 'GCC_SPECS=' ...nothing. Log back in first. Environment is set when bash starts. Benno Ok... logged out and back in... env

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-28 Thread Darren Grant
Darren Grant wrote: Benno Schulenberg wrote: Darren Grant wrote: # gcc-config 1 * Switching native-compiler to x86_64-pc-linux-gnu-3.4.5 ... [ ok ] # env | grep 'GCC_SPECS=' ...nothing. Log back in first. Environment is set when bash starts. Benno Ok... logged out

[gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-27 Thread Darren Grant
When trying to upgrade via emerge from gcc-3.4.5 to 3.4.6-r1 I get the following errors... Any ideas? /usr/x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc /usr/x86_64-pc-linux-gnu/bin/ld: cannot find -lc collect2: ld returned 1 exit status make[3]:

Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1

2006-06-27 Thread Darren Grant
g zlib userland_GNU kernel_linux elibc_glibc" Unset: CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXT RA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY gcc-config -l [1] x86_64-pc-linux-gnu-3.4.5 * [2] x86_64-pc-linux-gnu-3.4.5-hardened [3] x86_64-pc-linux-gnu-3.4.5-hardened

[gentoo-user] TLS errors

2006-05-15 Thread Darren Grant
I'm having trouble using email clients to authenticate outgoing mail via TLS. Any help would be greatly appreciated. This is the error from my maillog... May 15 11:00:10 amhs1 postfix/smtpd[4278]: initializing the server-side TLS engine May 15 11:00:10 amhs1 postfix/smtpd[4278]: warning:

[gentoo-user] Postfix authentication error??

2006-02-09 Thread Darren Grant
I've been searching for the answer to my problem for most of the day. I have a mail server running a local domain, but is ready to add virtual domains. postfix + courier imap + cyrus sasl + mysql, etc... following the gentoo virtual mailhosting system with postfix guide Everything seems to

Re: [gentoo-user] Postfix authentication error?? [SOLVED]

2006-02-09 Thread Darren Grant
15:48, Darren Grant uttered these thoughts: When trying to connect remotely with an email client (thunderbird) I can't seem to authenticate... and it's driving me crazy. Could someone please point me in the right direction? #tail -f /var/log/messages Feb 9 15:43:52 myhost imapd: Connection

[gentoo-user] dev-php/php blocking dev-lang/php

2006-02-07 Thread Darren Grant
I'm trying to install squirrelmail on a system that I've already compiled apache2 with dev-php/php and dev-php/mod_php support. squirrelmail is complaining about dev-php/php blocking dev-php/php and dev-php/PEAR dependencies. I searched around and found a couple of solutions. I tried

Re: [gentoo-user] dev-php/php blocking dev-lang/php

2006-02-07 Thread Darren Grant
James Ausmus wrote: On 2/7/06, *Darren Grant* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm trying to install squirrelmail on a system that I've already compiled apache2 with dev-php/php and dev-php/mod_php support. squirrelmail is complaining about dev-php/php

Re: [gentoo-user] dev-php/php blocking dev-lang/php

2006-02-07 Thread Darren Grant
Darren Grant wrote: James Ausmus wrote: On 2/7/06, *Darren Grant* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm trying to install squirrelmail on a system that I've already compiled apache2 with dev-php/php and dev-php/mod_php support. squirrelmail is complaining

Re: [gentoo-user] dev-php/php blocking dev-lang/php

2006-02-07 Thread Darren Grant
, and verified that I can bring up .php and .phtml pages... but no phpmyadmin. Any ideas? James Ausmus wrote: On 2/7/06, *Darren Grant* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: snip Ahh found it... just needed to change -D PHP to -D PHP5 ;) -- gentoo-user@gentoo.org mailto:gentoo

Re: [gentoo-user] Re: dev-php/php blocking dev-lang/php

2006-02-07 Thread Darren Grant
Yeah I just noticed that it could be added as a flag... thanks Harm. :) Harm Geerts wrote: On Wednesday 08 February 2006 00:58, Darren Grant wrote: Yeah thanks for everyone's help. The only thing I'm having trouble with now is phpmyadmin. It's giving me a ... phpMyAdmin - Error Cannot

[gentoo-user] SSL error

2006-02-06 Thread Darren Grant
I'm trying to follow the online gentoo doc... installing a vitural mailhosting system with postfix guide. But when trying to generate a certificate request I get the following error: # ./CA.pl -newca unable to load certificate 26201:error:0906D06C:PEM routines:PEM_read_bio:no start

Re: [gentoo-user] SSL error

2006-02-06 Thread Darren Grant
unmerging openssl and remerging perl and openssl fixed this problem for me. Darren Grant wrote: I'm trying to follow the online gentoo doc... installing a vitural mailhosting system with postfix guide. But when trying to generate a certificate request I get the following error: # ./CA.pl