Re: [CentOS] evince on centos5.1

2008-03-13 Thread Frank Cox
On Fri, 14 Mar 2008 07:41:11 +0100 Mogens Kjaer <[EMAIL PROTECTED]> wrote: > Broken? How? I've printed many pages from acroread 8.x I have heard the same thing mentioned before as well, but acroread 8.x is also working fine for me, on several different computers and printers. I wonder if it depe

Re: [CentOS] evince on centos5.1

2008-03-13 Thread Mogens Kjaer
William L. Maltby wrote: ... > I use Adobe's acroread. Works very well. But don't get the 8.* series - > it's broken in printer interface and is a little bloated do to a not yet > really useful voice reader capability. Broken? How? I've printed many pages from acroread 8.x Mogens -- Mogens Kja

Re: [CentOS] CentOS 5.1 install via PXE Failure

2008-03-13 Thread James Gray
On Fri, 14 Mar 2008 02:24:39 am Joshua Baker-LePain wrote: > On Thu, 13 Mar 2008 at 5:11pm, James Gray wrote > > > The installer starts, loads the kickstart script (attached), successfully > > verifies the installation media, checks the dependencies for the packages > > to be installed, formats the

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Niki Kovacs
Fajar Priyanto a écrit : Installing an old mysql into the latest centos is not the best way either. Why not installing the whole database into the new mysql? Unless it's using functions that are not available/compatible with mysql5, it will work OK. Wrong. I'm running a public library managem

Re: [CentOS] evince on centos5.1

2008-03-13 Thread Niki Kovacs
Jerry Geis a écrit : xpdf used to work fine on 4.X - but it was removed in 5.X. A more general remark: if an app can't be found in CentOS, even in the RPMForge repos, it's easy to build it from a Fedora Core 6 SRPM. I have written a small HOWTO here: http://www.microlinux.fr/article.php3?id

Re: [CentOS] FOSDEM Presentations

2008-03-13 Thread Dag Wieers
On Wed, 12 Mar 2008, Akemi Yagi wrote: On Tue, Mar 11, 2008 at 7:38 PM, Filipe Brandenburger <[EMAIL PROTECTED]> wrote: On Tue, Mar 11, 2008 at 10:28 PM, Akemi Yagi <[EMAIL PROTECTED]> wrote: > Check out the CentOS wiki. Search fosdem. Great! Found it at http://wiki.centos.org/Events/Fosdem2

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
> Thank you, Stephan. The enormous .tar.gz is now > easily swallowed by the CVS snake. I mis-spelled your name, Stephen, my bad. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
"just copy it into the archive by updating CVSROOT/cvswrappers" *.tar -k 'b' -m 'COPY' *.tbz -k 'b' -m 'COPY' *.tgz -k 'b' -m 'COPY' This worked great. Thank you, Stephan. The enormous .tar.gz is now easily swallowed by the CVS snake. ___ CentOS

Re: [CentOS] Samba PDC DLAP manage script

2008-03-13 Thread Johnny Hughes
Arwen Smith wrote: Hello List I'm newbie in the list, i'm trying to install PDC using samba+ldap i need to use idealx scripts for manage the users and groups, I installed this package and execute the configuration script (./configure.pl) but when i try to use any other script (the smb, ldap y s

Re: [CentOS] Good version control package?

2008-03-13 Thread James Gray
Sean Carolan wrote: I have run into a snag with my CVS installation: [EMAIL PROTECTED]:~]$ cvs co -P installfiles cvs checkout: Updating installfiles cvs [checkout aborted]: out of memory; can not allocate 1022462837 bytes Unfortunately we have a couple of large binary .tgz files in the reposit

Re: [CentOS] evince on centos5.1

2008-03-13 Thread William L. Maltby
On Thu, 2008-03-13 at 16:24 -0400, Jerry Geis wrote: > is there something other than evince on centos 5.1 to view pdf's? > Every time I am remoted in using vncviewer and look at attached emails > it KILLS my X11 session. > > If I am at my desktop it works fine. > > xpdf used to work fine on 4.X -

Re: [CentOS] Good version control package?

2008-03-13 Thread Les Mikesell
Sean Carolan wrote: > Checking in binary files into CVS or any repository control system is > usually a broken thing. You want to either check in the stuff inside > the tar ball seperately (if its going to change), or just copy it into > the archive by updating CVSROOT/cvswrappers This come

[CentOS] Samba PDC DLAP manage script

2008-03-13 Thread Arwen Smith
Hello List I'm newbie in the list, i'm trying to install PDC using samba+ldap i need to use idealx scripts for manage the users and groups, I installed this package and execute the configuration script (./configure.pl) but when i try to use any other script (the smb, ldap y slapd are configure

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
> Because these tools are meant to deal with source code files and deal > with diffs of such files. You are cramming a 1 gigabyte of compressed > bits at it and its trying to make sure it could give you a diff of it > later on. I don't have any idea why you would want to store it in a > CVS ty

Re: [CentOS] Good version control package?

2008-03-13 Thread Stephen John Smoogen
On Thu, Mar 13, 2008 at 3:03 PM, Sean Carolan <[EMAIL PROTECTED]> wrote: > > > Checking in binary files into CVS or any repository control system is > > > usually a broken thing. You want to either check in the stuff inside > > > the tar ball seperately (if its going to change), or just copy i

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
> > Checking in binary files into CVS or any repository control system is > > usually a broken thing. You want to either check in the stuff inside > > the tar ball seperately (if its going to change), or just copy it into > > the archive by updating CVSROOT/cvswrappers This comes back to the p

RE: [CentOS] Good version control package?

2008-03-13 Thread Ross S. W. Walker
Stephen John Smoogen wrote: > On Thu, Mar 13, 2008 at 1:49 PM, Sean Carolan > <[EMAIL PROTECTED]> wrote: > > I have run into a snag with my CVS installation: > > > > [EMAIL PROTECTED]:~]$ cvs co -P installfiles > > cvs checkout: Updating installfiles > > cvs [checkout aborted]: out of memory; c

RE: [CentOS] evince on centos5.1

2008-03-13 Thread Ross S. W. Walker
Stephen John Smoogen wrote: > On Thu, Mar 13, 2008 at 2:24 PM, Jerry Geis > <[EMAIL PROTECTED]> wrote: > > is there something other than evince on centos 5.1 to view pdf's? > > Every time I am remoted in using vncviewer and look at attached emails > > it KILLS my X11 session. > > > > If I am at

Re: [CentOS] evince on centos5.1

2008-03-13 Thread Heiko Adams
Am Donnerstag, den 13.03.2008, 16:24 -0400 schrieb Jerry Geis: > is there something other than evince on centos 5.1 to view pdf's? > Every time I am remoted in using vncviewer and look at attached emails > it KILLS my X11 session. > > If I am at my desktop it works fine. > > xpdf used to work fin

Re: [CentOS] evince on centos5.1

2008-03-13 Thread Stephen John Smoogen
On Thu, Mar 13, 2008 at 2:24 PM, Jerry Geis <[EMAIL PROTECTED]> wrote: > is there something other than evince on centos 5.1 to view pdf's? > Every time I am remoted in using vncviewer and look at attached emails > it KILLS my X11 session. > > If I am at my desktop it works fine. > > xpdf used t

Re: [CentOS] Good version control package?

2008-03-13 Thread Stephen John Smoogen
On Thu, Mar 13, 2008 at 1:49 PM, Sean Carolan <[EMAIL PROTECTED]> wrote: > I have run into a snag with my CVS installation: > > [EMAIL PROTECTED]:~]$ cvs co -P installfiles > cvs checkout: Updating installfiles > cvs [checkout aborted]: out of memory; can not allocate 1022462837 bytes > > Unfor

[CentOS] evince on centos5.1

2008-03-13 Thread Jerry Geis
is there something other than evince on centos 5.1 to view pdf's? Every time I am remoted in using vncviewer and look at attached emails it KILLS my X11 session. If I am at my desktop it works fine. xpdf used to work fine on 4.X - but it was removed in 5.X. Is there an alternative? Thanks, Je

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergej Kandyla wrote: > Hi All, > > > Could anyone tell me, how to correctly install MySQL4.1 on Centos 5 ? > By default Centos 5 comes with mysql5… If I will compile mysql4 from > sources to separate prefix, some features may be unavailable (unix >

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
> Try upping your ulimit. > What does "ulimit -a" give. [EMAIL PROTECTED]:~]$ ulimit -a core file size(blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) 4 max memory size (kbytes, -m) unlimited

Re: [CentOS] Good version control package?

2008-03-13 Thread Milton Calnek
Sean Carolan wrote: I have run into a snag with my CVS installation: [EMAIL PROTECTED]:~]$ cvs co -P installfiles cvs checkout: Updating installfiles cvs [checkout aborted]: out of memory; can not allocate 1022462837 bytes Try upping your ulimit. What does "ulimit -a" give. -- Milton Calnek

RE: [CentOS] Good version control package?

2008-03-13 Thread Marc-Andre Levesque
>From what I recall, I believe CVS attempts to create the checked out file >under /tmp so that might be where you are lacking space. MAL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Carolan Sent: March 13, 2008 15:50 To: CentOS mailing list Subje

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
I have run into a snag with my CVS installation: [EMAIL PROTECTED]:~]$ cvs co -P installfiles cvs checkout: Updating installfiles cvs [checkout aborted]: out of memory; can not allocate 1022462837 bytes Unfortunately we have a couple of large binary .tgz files in the repository. I was able to ch

Re: [CentOS] Good version control package?

2008-03-13 Thread Niki Kovacs
Sean Carolan a écrit : We have a directory full of installation and configuration scripts that are updated on a fairly regular basis. I would like to implement some sort of version control for these files. I have used SVN and CVS in the past, but I thought I'd ask if anyone can recommend a simp

[CentOS] using idelax

2008-03-13 Thread Arwen Smith
Hello List I'm newbie in the list, i'm trying to install PDC using samba+ldap i need to use idealx scripts for manage the users and groups, I installed this package and execute the configuration script (./configure.pl) but when i try to use any other script (the smb, ldap y slapd are configured

Re: [CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
> I dont really think you can get much easier than CVS if you need > centralized management over a network. If it never gets off the > machine then there is RCS. If those aren't simple enough... I don't > think any of the others are going to help. Thanks for the pointers, it looks like we will

RE: [CentOS] CentOS 5 Evolution Update errors.

2008-03-13 Thread William L. Maltby
On Thu, 2008-03-13 at 05:33 -0400, William L. Maltby wrote: > On Wed, 2008-03-12 at 16:41 -0400, William L. Maltby wrote: > > On Wed, 2008-03-12 at 13:57 -0500, Lanny Marcus wrote: > > > On 12 March 2008, William L. Maltby CentOS4Bill at triad.rr.com wrote: > > > > > > >I just tried again and got

Re: [CentOS] Good version control package?

2008-03-13 Thread Stephen John Smoogen
On Thu, Mar 13, 2008 at 10:39 AM, Sean Carolan <[EMAIL PROTECTED]> wrote: > We have a directory full of installation and configuration scripts > that are updated on a fairly regular basis. I would like to implement > some sort of version control for these files. I have used SVN and CVS > in th

Re: [CentOS] Package request: OpenJDK 1.6 packages

2008-03-13 Thread Ignacio Vazquez-Abrams
On Thu, 2008-03-13 at 17:26 +0100, Heiko Adams wrote: > Hello, > currently the c5-testing repository contains packages for OpenJDK 1.7. > > The 1.7 branch is the development branch for the upcomming OpenJDK > Version 7. OpenJDK is scheduled somewhere in 2009 and for this reason > IMHO far away fro

Re: [CentOS] shell script question

2008-03-13 Thread Garrick Staples
On Thu, Mar 13, 2008 at 10:29:58PM +0700, Fajar Priyanto alleged: > On Thursday 13 March 2008 22:04:23 Jerry Geis wrote: > > If I have a shell script on 5.1 that has 2 commands in the script... > > > > command1 > > command2 > > > > and command1 runs until it is kill'ed by some other process. Someti

Re: [CentOS] shell script question

2008-03-13 Thread Garrick Staples
On Thu, Mar 13, 2008 at 11:04:23AM -0400, Jerry Geis alleged: > hi all, > > If I have a shell script on 5.1 that has 2 commands in the script... > > command1 > command2 > > and command1 runs until it is kill'ed by some other process. Sometimes > command2 runs and sometimes it > doesnt (this is

Re: [CentOS] Good version control package?

2008-03-13 Thread John R Pierce
Sean Carolan wrote: We have a directory full of installation and configuration scripts that are updated on a fairly regular basis. I would like to implement some sort of version control for these files. I have used SVN and CVS in the past, but I thought I'd ask if anyone can recommend a simple,

[CentOS] Good version control package?

2008-03-13 Thread Sean Carolan
We have a directory full of installation and configuration scripts that are updated on a fairly regular basis. I would like to implement some sort of version control for these files. I have used SVN and CVS in the past, but I thought I'd ask if anyone can recommend a simple, easy-to-use tool that

[CentOS] kickstart LANG issue

2008-03-13 Thread Tom Brown
i sent this to the kistart list also - but i thought i may try my luck here also ;) Hi In my kix file i have LANG set to the following lang en_GB langsupport --default=en_GB en_GB however on install the box is # env | grep LANG LANG=en_GB.UTF-8 # cat /etc/sysconfig/i18n LANG="en_GB.UTF-8" S

Re: [CentOS] Overland Arcvault 12 and sequential/random settings

2008-03-13 Thread Max Hodgson
I use Dell 124T tape loaders with Centos. The controlling device on mine is separate to the data device. e.g. I use: $> mtx -f /dev/sg1 status But for writing to tape: $> tar cvf /dev/st0 /etc I think the dmesg told me which device to use to control. mjh On 13/03/2008, Scott R. Ehrlich <[E

[CentOS] Package request: OpenJDK 1.6 packages

2008-03-13 Thread Heiko Adams
Hello, currently the c5-testing repository contains packages for OpenJDK 1.7. The 1.7 branch is the development branch for the upcomming OpenJDK Version 7. OpenJDK is scheduled somewhere in 2009 and for this reason IMHO far away from being stable I'd like to request packages for the currently stab

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Mauriat M
On Thu, Mar 13, 2008 at 9:46 AM, Sebastian Schubert <[EMAIL PROTECTED]> wrote: > On Thu, 2008-03-13 at 15:16 +0200, Sergej Kandyla wrote: > > > I just want to use the latest stable OS and software. > > Also, I already have installed server with centos 5. > > > > I don't choose operation system

Re: [CentOS] Graphical frontend for gphoto2? (Handling photo cameras in XFCE)

2008-03-13 Thread Akemi Yagi
On Thu, Mar 13, 2008 at 3:34 AM, Niki Kovacs <[EMAIL PROTECTED]> wrote: > Akemi Yagi a écrit : > > > I will put this in my ToDo list... > > > I investigated a bit more: looks like quite many distributions (Gentoo, > Arch, FreeBSD) are having trouble building libexif-gtk. I spent the best > par

[CentOS] Re: Overland Arcvault 12 and sequential/random settings

2008-03-13 Thread Scott Silva
on 3-13-2008 8:00 AM Scott R. Ehrlich spake the following: My unit's firmware: library 05.03, tape d22h, shows the device as set to random mode. But mtx -f /dev/st0 status gives an error that google says the device is in sequential mode. dmesg|grep -i hp does reflect CentOS thinks the device i

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Fajar Priyanto
On Thursday 13 March 2008 20:16:01 Sergej Kandyla wrote: > I just want to use the latest stable OS and software. > Also, I already have installed server with centos 5. > > I don't choose operation system, please say me, how to right install > mysql4.1 under centos 5 without compiling mysql from so

Re: [CentOS] 10Gbit ethernet

2008-03-13 Thread Joshua Baker-LePain
On Thu, 13 Mar 2008 at 2:31pm, Jake Grimmett wrote Before I spend a great deal of money, can I ask if anyone here has experience of 10GBit? Dell, HP, Supermicro, IBM (etc..) seem to be pushing the NetXen PCIe cards, so I guess these drivers work...? As to media, although CX4 seems cheaper than o

Re: [CentOS] shell script question

2008-03-13 Thread Fajar Priyanto
On Thursday 13 March 2008 22:04:23 Jerry Geis wrote: > If I have a shell script on 5.1 that has 2 commands in the script... > > command1 > command2 > > and command1 runs until it is kill'ed by some other process. Sometimes > command2 runs and sometimes it > doesnt (this is what it seems like). > >

Re: [CentOS] 10Gbit ethernet

2008-03-13 Thread Jason
Where abouts are you maxing out? I assume it's not to the nodes but rather to the NFS head. If that's the case, you might want to look at a different, somewhat more time tested approach of standing up additional NFS heads (as you already mentioned). Having said that, we are currently using 10g l

Re: [CentOS] CentOS 5.1 install via PXE Failure

2008-03-13 Thread Joshua Baker-LePain
On Thu, 13 Mar 2008 at 5:11pm, James Gray wrote The installer starts, loads the kickstart script (attached), successfully verifies the installation media, checks the dependencies for the packages to be installed, formats the hard drive(s), then attempts to download the package: sysklogd-1.4.1-39

RE: [CentOS] 10Gbit ethernet

2008-03-13 Thread Ross S. W. Walker
Jake Grimmett wrote: > > If I could ask question about 10Gbit ethernet > > We have a 70 node cluster built on Centos 5.1, using NFS to mount user home > areas. At the moment the network is a bottleneck, and it's going to get worse > as we add another 112 CPUs in the form of two blade server

[CentOS] shell script question

2008-03-13 Thread Jerry Geis
hi all, If I have a shell script on 5.1 that has 2 commands in the script... command1 command2 and command1 runs until it is kill'ed by some other process. Sometimes command2 runs and sometimes it doesnt (this is what it seems like). How can I be ensured that command2 will always run after c

[CentOS] Overland Arcvault 12 and sequential/random settings

2008-03-13 Thread Scott R. Ehrlich
My unit's firmware: library 05.03, tape d22h, shows the device as set to random mode. But mtx -f /dev/st0 status gives an error that google says the device is in sequential mode. dmesg|grep -i hp does reflect CentOS thinks the device is a sequential unit. I've tried this with Fedora 8, too, a

[CentOS] 10Gbit ethernet

2008-03-13 Thread Jake Grimmett
If I could ask question about 10Gbit ethernet We have a 70 node cluster built on Centos 5.1, using NFS to mount user home areas. At the moment the network is a bottleneck, and it's going to get worse as we add another 112 CPUs in the form of two blade servers. To help things breath better,

Re: [CentOS] CentOS5.1 PHP 5.2 RPMs?

2008-03-13 Thread Gerald Balzer
Hi Karanbir Thanks for your reply. I will start the server with centos 4.6 and the updates from the virtualmin repo. Since we decided to use virtualmin as our admin-software, I think that this is the best solution. I can update at a later time. Thanks again Gerald Karanbir Singh wrote: Ger

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Sebastian Schubert
On Thu, 2008-03-13 at 15:16 +0200, Sergej Kandyla wrote: > I just want to use the latest stable OS and software. > Also, I already have installed server with centos 5. > > I don't choose operation system, please say me, how to right install > mysql4.1 under centos 5 without compiling mysql from

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Fabian Arrotin
On Thu, 13 Mar 2008, Sergej Kandyla wrote: Mogens Kjaer wrote: Sergej Kandyla wrote: ... I don?t want use outdated software and operation system, also I try not use testing distribs\soft in production. Why do you call Centos 4 outdated? You'll get security updates until Feb 29, 2012. I

Re: [CentOS] Installing Siemens Samba 75 modem(MC75) on CentOS 5

2008-03-13 Thread Alan Bartlett
On 13/03/2008, Ern jura <[EMAIL PROTECTED]> wrote: > > I recently bought an edge modem and I need help on how to install it on > CentOS 5. > > I tried working my way round it by installing windows as a virtual machine > and then installing the modem but it kept on telling me that the USB device > h

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Sergej Kandyla
Mogens Kjaer wrote: Sergej Kandyla wrote: ... I don’t want use outdated software and operation system, also I try not use testing distribs\soft in production. Why do you call Centos 4 outdated? You'll get security updates until Feb 29, 2012. I just want to use the latest stable

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Ralph Angenendt
Sergej Kandyla wrote: > Mogens Kjaer wrote: >> Why not go for Centos 4? > > I don’t want use outdated software and operation system, also I try not > use testing distribs\soft in production. Ermm. CentOS 4 is supported until February 29th 2012. And it's not really a "testing" distribution either.

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Mogens Kjaer
Sergej Kandyla wrote: ... > I don’t want use outdated software and operation system, also I try not > use testing distribs\soft in production. Why do you call Centos 4 outdated? You'll get security updates until Feb 29, 2012. Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Car

[CentOS] ld-linux segfault

2008-03-13 Thread Jerry Geis
Any one seen ld-linux segfault? I just noticed this in the log file today. eth0: link down. eth0: link up. ld-linux-x86-64[32199]: segfault at 34e908ff18 rip b985 rsp 7fffdf3baf00 error 4 ld-linux-x86-64[32200]: segfault at 34e908ff18 rip b985 rsp 7fffe65c5c40 error 4 ld-linux-x

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Sergej Kandyla
Mogens Kjaer wrote: Sergej Kandyla wrote: .. I’m moving some critical application (online booking) based on java, tomcat5, mysql4.1 from old server fedora 4 to new server running Centos 5. So, I don’t want update mysql to new version this time. Why not go for Centos 4? I don’t wa

Re: [CentOS] CentOS5.1 PHP 5.2 RPMs?

2008-03-13 Thread Karanbir Singh
Gerald Balzer wrote: Not yet, but we are working on it - there should be something there in the next few days. Any idea when it will be released? I need to setup an new server that needs 5.2. If I cannot install it in the next 3 days, I will have to install centos 4.6 (where I have a correspon

Re: [CentOS] CentOS5.1 PHP 5.2 RPMs?

2008-03-13 Thread Gerald Balzer
James Fidell wrote: Karanbir Singh wrote: James Fidell wrote: Is there a PHP 5.2 build for CentOS5.1 anywhere? Unfortunately I need a fix for a SOAP bug that is present in the current 5.1.6 release. Not yet, but we are working on it - there should be something there in the next few days. W

Re: [CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Mogens Kjaer
Sergej Kandyla wrote: .. > I’m moving some critical application (online booking) based on java, > tomcat5, mysql4.1 from old server fedora 4 to new server running Centos > 5. So, I don’t want update mysql to new version this time. Why not go for Centos 4? Mogens -- Mogens Kjaer, Carlsberg A/S, C

Re: [CentOS] Graphical frontend for gphoto2? (Handling photo cameras in XFCE)

2008-03-13 Thread Niki Kovacs
Akemi Yagi a écrit : I will put this in my ToDo list... I investigated a bit more: looks like quite many distributions (Gentoo, Arch, FreeBSD) are having trouble building libexif-gtk. I spent the best part of a sunny morning on it, applied all the patches I found here and there, but libexif-

[CentOS] MySQL 4.1 on Centos 5 ?

2008-03-13 Thread Sergej Kandyla
Hi All, Could anyone tell me, how to correctly install MySQL4.1 on Centos 5 ? By default Centos 5 comes with mysql5… If I will compile mysql4 from sources to separate prefix, some features may be unavailable (unix sockets for example). I’m moving some critical application (online booking) ba

Re: [CentOS] recompiled mod_perl insists on old perl dependency

2008-03-13 Thread Amos Shapira
On Thu, Mar 13, 2008 at 9:17 AM, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > Recompile the mod_perl package with after you installed the new perl. > It looks like the mod_perl was build against the base CentOS perl > version and not the one you build. That's what I suspected so I re-compiled mod_

RE: [CentOS] CentOS 5 Evolution Update errors.

2008-03-13 Thread William L. Maltby
On Wed, 2008-03-12 at 16:41 -0400, William L. Maltby wrote: > On Wed, 2008-03-12 at 13:57 -0500, Lanny Marcus wrote: > > On 12 March 2008, William L. Maltby CentOS4Bill at triad.rr.com wrote: > > > > >I just tried again and got the same errors as in my original post. I'll > > >run a verify on my s

Re: [CentOS] recompiled mod_perl insists on old perl dependency

2008-03-13 Thread Tim Verhoeven
On Thu, Mar 13, 2008 at 6:37 AM, Amos Shapira <[EMAIL PROTECTED]> wrote: > Hello, > > In order to overcome a known performance bug in perl-5.8.8-10 in > centos 5 (see https://bugzilla.redhat.com/show_bug.cgi?id=196836) I > downloaded the perl package from fedora 8 > > (http://mirror.internode.