Re: [gentoo-user] Problem installing PHP pdo

2012-12-23 Thread Mike Diehl
Nilesh Govindrajan m...@nileshgr.com wrote: On Sunday 23 December 2012 07:25:30 AM IST, Mike Diehl wrote: Hi all, I'm not a PHP programmer, so I'm a bit out of my water. But, I'm trying to install the latest eGroupware and need to get PHP to support pdo database connectivigy. After

Re: [gentoo-user] Problem installing PHP pdo

2012-12-23 Thread Mike Diehl
Michael Orlitzky mich...@orlitzky.com wrote: On 12/22/2012 08:55 PM, Mike Diehl wrote: Hi all, I'm not a PHP programmer, so I'm a bit out of my water. But, I'm trying to install the latest eGroupware and need to get PHP to support pdo database connectivigy. After a recent emerge --sync

Re: [gentoo-user] Problem installing PHP pdo

2012-12-23 Thread Mike Diehl
wrote: On 12/23/2012 03:44 PM, Mike Diehl wrote: I did an emerge -s for pdo and didn't find anything so I followed the directions given on the eGroupware installation guide and ran: pecl install pdo Is there an ebuild that I should/could use instead? Yep, it's a USE flag for dev-lang

Re: [gentoo-user] Problem installing PHP pdo

2012-12-23 Thread Mike Diehl
Sounds like I just need to emerge egroupware. Per your advise, I tried: emerge --info | grep -i pdo I did get my USE flag as output, and it looked sane. Thanks for your help; I'll let you know. Mike. Michael Orlitzky mich...@orlitzky.com wrote: On 12/23/2012 04:36 PM, Mike Diehl wrote

[gentoo-user] Problem installing PHP pdo

2012-12-22 Thread Mike Diehl
ERROR: `make' failed === Any idea on how to fix this? Mike. -- Take care and have fun, Mike Diehl.

[gentoo-user] Problem with RAID1

2012-04-19 Thread Mike Diehl
Thanks in advance. -- Take care and have fun, Mike Diehl.

[gentoo-user] Jabber server recommendation

2011-12-21 Thread Mike Diehl
. Is there any reason to pick one over the other? Are there other choices I should look at? TIA, -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] Recovering RAID1 after disk failure

2011-06-17 Thread Mike Diehl
Looks like I can take it from here! Thank you. I didn't know fdisk had an expert menu wink On Thursday 16 June 2011 11:14:30 pm Paul Hartman wrote: On Thu, Jun 16, 2011 at 10:00 PM, Mike Diehl mdi...@diehlnet.com wrote: I've got a sw RAID1 that just had a failed drive replaced

Re: [gentoo-user] Recovering RAID1 after disk failure

2011-06-17 Thread Mike Diehl
mode (i.e. fdisk -c=dos). The recommended way of preparing the new drive, though, is to simply use sfdisk to copy the partition table from the existing one: sfdisk -d old drive | sfdisk -L new drive andrea -- Take care and have fun, Mike Diehl.

[gentoo-user] Recovering RAID1 after disk failure

2011-06-16 Thread Mike Diehl
not have enough space on the new drive to build the RAID! What can I do? -- Take care and have fun, Mike Diehl.

[gentoo-user] Can't emerge php-5.3.6

2011-05-26 Thread Mike Diehl
, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Any ideas? -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] Can't emerge php-5.3.6

2011-05-26 Thread Mike Diehl
On Thursday 26 May 2011 11:25:55 am Todd Goodman wrote: * Mike Diehl mdi...@diehlnet.com [110526 13:15]: I'm trying to do an emerge -u world and I'm down to php and one other package that needs it. I've done emerge --sync several times. However, the php emerge fails

[gentoo-user] New drive devices after install

2011-02-18 Thread Mike Diehl
tells me that md1, md2, and md3 are all active.  The df command tells me that /dev/md3 is mounted on /, but there are no such nodes. I'm thinking that they got mounted over by udev, but I don't know how to fix it. Can someone throw me a bone on this one? TIA, -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] Problem with new install

2010-10-16 Thread Mike Diehl
in the morning. Thank you for your help! Mike. On Friday 15 October 2010 3:02:27 pm Florian Philipp wrote: Am 15.10.2010 21:23, schrieb Mike Diehl: On Friday 15 October 2010 11:40:34 am Florian Philipp wrote: Am 15.10.2010 19:29, schrieb Mike Diehl: Hi all. I've never had this much trouble

[gentoo-user] Problem with new install

2010-10-15 Thread Mike Diehl
root (hd0,0) kernel /bzImage root=/dev/sda3 I've verified that ext2 and ext3 are in the kernel statically. I've also compiled in ALL of the SATA drivers, statically. What am I missing? -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] Problem with new install

2010-10-15 Thread Mike Diehl
and hda. Perhaps, I need to change etc/fstab... Thank you. Hope this helps, Florian Philipp -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] Problem with new install

2010-10-15 Thread Mike Diehl
On Friday 15 October 2010 11:40:34 am Florian Philipp wrote: Am 15.10.2010 19:29, schrieb Mike Diehl: Hi all. I've never had this much trouble with a server before, but I've been pulling my hair out. The install seemed to go well, but when I rebooted it from it's own hard drive

Re: [gentoo-user] Problem with new install

2010-10-15 Thread Mike Diehl
fine. Anyone seen this before? Mike. On Friday 15 October 2010 11:40:34 am Florian Philipp wrote: Am 15.10.2010 19:29, schrieb Mike Diehl: Hi all. I've never had this much trouble with a server before, but I've been pulling my hair out. The install seemed to go well, but when I

[gentoo-user] Can't find /dev/md3 on new install

2010-10-07 Thread Mike Diehl
where RAID1 is working, so I know I've got RAID in the kernel. I did the prescribed mknod in /dev/ to create the md device nodes. I also did the mdadm --scan --verbose /etc/mdadm.conf. What could I be missing? -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] Can't find /dev/md3 on new install

2010-10-07 Thread Mike Diehl
On Thursday 07 October 2010 2:17:11 pm Volker Armin Hemmann wrote: On Thursday 07 October 2010, Mike Diehl wrote: Hi all, I'm building a new server, only this time, I'm using RAID1 for the boot, swap, and root partitions. (sda and sdb) I've gottent the install complete, but when I

Re: [gentoo-user] request_module: runaway loop

2010-08-31 Thread Mike Diehl
On Monday 30 August 2010 12:40:59 am J. Roeleveld wrote: On Monday 30 August 2010 07:06:05 Mike Diehl wrote: Hi all, I'm trying to build a new duel quad-core server and I'm having some problems. Just after it loads the keymap, I get this error: request_module: runaway loop

[gentoo-user] request_module: runaway loop

2010-08-30 Thread Mike Diehl
kernel in a 64-bit OS, or vise versa. Based solely on the name of the failing module, this has some credibility, but seems like a stretch since I've not changed the pendrive. Anyone else seen, and fixed, this problem before? Any advise would be welcome. -- Take care and have fun, Mike Diehl.

Re: [gentoo-user] nfs home directory vs kmail

2009-11-30 Thread Mike Diehl
On Monday 30 November 2009 10:56:17 am Alan McKinnon wrote: On Monday 30 November 2009 05:54:31 Mike Diehl wrote: Hi all, I recently moved my local home directory to an nfs-mounted directory. Now I'm having trouble with kmail. It seems that the permissions on ~/.kde/share/apps/kmail

Re: [gentoo-user] nfs home directory vs kmail

2009-11-30 Thread Mike Diehl
on mount options to see if there is some tweekage that can ge done there. In the mean time, this should work, but isn't. BTW, the nfs mounts are done via /etc/init.d/nfs, which does a mount -a nfs. Thanks for your time. Any suggestions are more than welcome. -- Take care and have fun, Mike

[gentoo-user] nfs home directory vs kmail

2009-11-29 Thread Mike Diehl
done anything. I've googled for this and not found anything. Strangely, kmail won't start unless it can read my sent-mail folder. Any ideas about how to fix this? -- Take care and have fun, Mike Diehl.

[gentoo-user] Time to move on?

2009-03-21 Thread Mike Diehl
Ok now, I'm getting fed up with all of the breakage that I've seen in Gentoo in the last few months. I'm trying to upgrade MythTV. Emerge told me to upgrade my profile, which I did. Now I'm doing an emerge -u world. But before I could do that, I had to upgrade portage, with made sense.

Re: [gentoo-user] Time to move on?

2009-03-21 Thread Mike Diehl
On Saturday 21 March 2009 21:00:11 Dale wrote: Mike Kazantsev wrote: On Sat, 21 Mar 2009 19:17:53 -0600 Mike Diehl mdi...@diehlnet.com wrote: Has Gentoo become such a moving target that it's no longer suitable for normal, every day, usage? If you're prepared to update you system

[gentoo-user] No more... more?

2008-10-23 Thread Mike Diehl
what I'm supposed to install just to get more. Please advise. -- Mike Diehl

Re: [gentoo-user] No more... more?

2008-10-23 Thread Mike Diehl
On Thursday 23 October 2008 02:32:02 pm Etaoin Shrdlu wrote: On Thursday 23 October 2008, 22:22, Mike Diehl wrote: The other day I was updating a fairly ancient system by trying to first clear out some emerge blockers. I've taken care of the blockers, but now I find that my system

Re: [gentoo-user] No more... more?

2008-10-23 Thread Mike Diehl
On Thursday 23 October 2008 02:31:16 pm Dirk Heinrichs wrote: Am Donnerstag, 23. Oktober 2008 22:22:05 schrieb Mike Diehl: Surely this isn't what I'm supposed to install just to get more.  Please advise. In addition to what others wrote: less is more ;-). This is true... more or less. grin

[gentoo-user] Makehuman

2008-10-20 Thread Mike Diehl
Hello, I know that Bugzilla has an ebuild for MakeHuman, but I can't seem to get it installed on my system. Is there any word on when it will be in mainstream portage? TIA, -- Mike Diehl

[gentoo-user] Can't start KDE

2008-08-01 Thread Mike Diehl
Hi all. We had a power outage the other day, while I was in the middle of an emerge world. Now that the system has booted, I can't get KDE to log me in. I get the splash page and the login page. When I enter my username/password, the screen blinks black and then displays an error message:

[gentoo-user] Preserved Libraries?

2008-07-25 Thread Mike Diehl
packages using these libraries -- Mike Diehl

[gentoo-user] Can't complete emerge world.

2008-07-22 Thread Mike Diehl
in the emerge man page or refer to the Gentoo Handbook. Can I simply emerge -C com_err and ss? What do I need to do to get past this? TIA, -- Mike Diehl

Re: [gentoo-user] Can't complete emerge world.

2008-07-22 Thread Mike Diehl
On Tuesday 22 July 2008 08:46:10 pm Qian Qiao wrote: On Tue, Jul 22, 2008 at 9:11 PM, Mike Diehl [EMAIL PROTECTED] wrote: [snip] Are you doing a emerge world or a emerge --update world? And no, you can't emerge -C those 2 packages, it'll kill your system. HTH. -- Joe I'm doing an: emerge

Re: [gentoo-user] Webcam recommendation

2008-01-29 Thread Mike Diehl
On Saturday 26 January 2008 09:28:23 pm forgottenwizard wrote: On 16:13 Sat 26 Jan , Mike Diehl wrote: Hi all. I'm looking for an inexpensive USB webcam that works with both Linux and Windoze. Something that I can pick up at Walmart or Circuit City would be best. Any

Re: [gentoo-user] Can't emerge apache

2008-01-26 Thread Mike Diehl
Since I hadn't made much progress on the problem, I started over and it worked like a champ. Moral of the story: don't let your friend start an installation that you have to finish Thanx all, Mike. On Friday 18 January 2008 08:28:42 pm Mike Diehl wrote: Hi all, I'm building a new

[gentoo-user] Webcam recommendation

2008-01-26 Thread Mike Diehl
Hi all. I'm looking for an inexpensive USB webcam that works with both Linux and Windoze. Something that I can pick up at Walmart or Circuit City would be best. Any recommendations? TIA, -- Mike Diehl -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Webcam recommendation

2008-01-26 Thread Mike Diehl
On Saturday 26 January 2008 09:28:23 pm forgottenwizard wrote: On 16:13 Sat 26 Jan , Mike Diehl wrote: Hi all. I'm looking for an inexpensive USB webcam that works with both Linux and Windoze. Something that I can pick up at Walmart or Circuit City would be best. Any

Re: [gentoo-user] Can't emerge apache

2008-01-19 Thread Mike Diehl
/gcc/*/*/crt*S.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o It almost seems like it might be easier to start over What do you think? -- Mike Diehl -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Can't emerge apache

2008-01-18 Thread Mike Diehl
is located at '/var/tmp/portage/dev-libs/apr-1.2.11/temp/build.log'. -- Mike Diehl -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Can't compile opal.

2007-12-13 Thread Mike Diehl
-libs/opal-2.2.11/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-libs/opal-2.2.11/temp/environment'. -- Mike Diehl -- [EMAIL PROTECTED] mailing list

[gentoo-user] Can't restart apache2

2007-07-24 Thread Mike Diehl
. How can I fix this? How can I do it and minimize my downtime? TIA, -- Mike Diehl -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Need to add gd and mysql to PHP.

2007-07-23 Thread Mike Diehl
On Monday 23 July 2007 03:04:05 am Hans-Werner Hilse wrote: Hi, On Sun, 22 Jul 2007 21:37:58 -0600 Mike Diehl [EMAIL PROTECTED] How do I get these to be recognized by php applications? They should be configured in /etc/php/php*/php.ini if you want to load them automatically (extension

Re: [gentoo-user] Need to add gd and mysql to PHP.

2007-07-23 Thread Mike Diehl
On Monday 23 July 2007 06:32:53 pm Norberto Bensa wrote: Mike Diehl wrote: drwxr-xr-x 4 root root 4096 Jul 23 17:59 apache2-php5 There you have it ;-) Look inside... Regards Well, I'm getting closer, then. I looked inside the php.ini file in the apache2-php5 directory. It has

Re: [gentoo-user] Need to add gd and mysql to PHP.

2007-07-23 Thread Mike Diehl
On Monday 23 July 2007 07:05:21 pm Norberto Bensa wrote: Mike Diehl wrote: So, how do I install the php mysql extension? Thanx again, You don't. Just emerge php with mysql, and whatever USE flags you want. Best regards, Norberto Well, I got rid of php with: emerge -C php Then I re

[gentoo-user] Need to add gd and mysql to PHP.

2007-07-22 Thread Mike Diehl
these to be recognized by php applications? TIA, -- Mike Diehl -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Can't build glib.

2007-06-26 Thread Mike Diehl
On Friday 22 June 2007 02:18:26 am Mick wrote: On Thursday 21 June 2007 20:54, Mike Diehl wrote: On Thursday 21 June 2007 01:45:12 pm Hemmann, Volker Armin wrote: On Dienstag, 19. Juni 2007, Mike Diehl wrote: Hi all. I'm still having difficulty getting my new laptop to build kde

Re: [gentoo-user] Can't build glib.

2007-06-21 Thread Mike Diehl
On Thursday 21 June 2007 01:45:12 pm Hemmann, Volker Armin wrote: On Dienstag, 19. Juni 2007, Mike Diehl wrote: Hi all. I'm still having difficulty getting my new laptop to build kde. I can't believe how much trouble I've had. Usually, with Gentoo, things just work. Anyway

Re: [gentoo-user] Can't build glib.

2007-06-19 Thread Mike Diehl
On Monday 18 June 2007 11:17:23 pm Zac Medico wrote: Mike Diehl wrote: make[1]: Entering directory `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10' Making all in . make[2]: Entering directory `/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1.2.10' /bin/sh ./libtool

[gentoo-user] Can't build glib.

2007-06-18 Thread Mike Diehl
is located at '/var/tmp/portage/dev-libs/glib-1.2.10-r5/temp/build.log'. === -- Mike Diehl -- [EMAIL PROTECTED] mailing list

[gentoo-user] Error compiling jpeg for kde

2007-06-15 Thread Mike Diehl
'. -- Mike Diehl -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Error compiling jpeg for kde

2007-06-15 Thread Mike Diehl
On Friday 15 June 2007 01:02:06 am Peter Alfredsen wrote: On Friday 15 June 2007, Mike Diehl wrote: Hi all. I'm trying to emerge kde and I'm getting an error when the system tries to emerge media-libs/jpeg. So, where do I get crtbeginS.o and crtendS.o? TIA

Re: [gentoo-user] Can't emerge ekiga

2007-06-04 Thread Mike Diehl
Yup, I think that will fix it. Thank you for your time. On Saturday 02 June 2007 01:55, Neil Walker wrote: Mike Diehl wrote: I'm trying to install ekiga and it won't compile. It's complaining about not having XML::Parser installed. But XML::Parser is installed: I've had this kind

[gentoo-user] Can't emerge ekiga

2007-06-01 Thread Mike Diehl
'. === TIA, -- Mike Diehl -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Need to identify USB device by port

2007-04-05 Thread Mike Diehl
for each of my two mice and it seems like the first one always matches, eventhough I've used different PHYSDEVPATH's... Any ideas are much appreciated. Mike. On Thursday 05 April 2007 10:06, ds wrote: On 4/4/07, Mike Diehl [EMAIL PROTECTED] wrote: My first try was a udev rule like: (each on one

Re: [gentoo-user] Need to identify USB device by port

2007-04-05 Thread Mike Diehl
.txt Thank you for your time. Mike. On Thursday 05 April 2007 22:39, Walter Dnes wrote: On Thu, Apr 05, 2007 at 07:46:45PM -0600, Mike Diehl wrote OPTIONS+=last_rule, PHYSDEVPATH==*:00:02.0/usb2/2-10 Any ideas are much appreciated. Are you sure both PHYSDEVPATHs contain 00:02.0

[gentoo-user] Need to identify USB device by port

2007-04-04 Thread Mike Diehl
=== Any ideas about what I'm doing wrong? TIA, -- Mike Diehl -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Compile error for Mythtv 0.19_p10505.

2006-12-08 Thread Mike Diehl
Yup, that fixed it. Thanx, On Saturday 02 December 2006 15:46, Steve Dibb wrote: Mike Diehl wrote: Hi all, I'm trying to install the latest version of MythTv and I'm running into a compile problem. this is what I'm trying to compile

[gentoo-user] Compile error for Mythtv 0.19_p10505.

2006-12-02 Thread Mike Diehl
Hi all, I'm trying to install the latest version of MythTv and I'm running into a compile problem. this is what I'm trying to compile: emerge -av mythtv [ebuild N] media-tv/mythtv-0.19_p10505 USE=alsa dvb dvd ieee1394 lirc mmx opengl vorbis