similar to: c5-webstack: where can I get it (to test)

Displaying 20 results from an estimated 10000 matches similar to: "c5-webstack: where can I get it (to test)"

2009 Apr 23
3
PHP 5.2
Hello z00dax, any update about this issue? As i can see, in centos 5.3 the version of php still 5.1.6. Did you have any ETA to php 5.2.0 be moved to release repo? I need upgrade to new php version to support "DateTime" function. Regards, --- Eduardo Silvestre nfsi telecom, lda. eduardo.silvestre at nfsi.pt Tel. (+351) 21 949 2300 - Fax (+351) 21 949 2301 http://www.nfsi.pt/ -----
2007 Jul 20
1
centosplus repo updates
Hello, First of all thanks to the poster on the wiki for centosplus. I've configed it added include and exclude lines, do i need the centos-priority plugin? I want to enable centosplus to use the centosplus kernel and the centosplus webstack. Below are my base, updates, and centosplus repo definitions. I'm getting an error when i do a yum update that a dependency for postfix
2008 Jan 18
1
Error: Missing Dependency: perl(:MODULE_COMPAT_5.8.8) is needed by package perl-DBD-MySQL
While trying to upgrade my CentOS 4.x webstack with the following the command yum --enablerepo centosplus install php perl php-pear php-mysql mysql mysql-server i get the following error --> Downloading header for php-cli to pack into transaction set. php-cli-5.1.6-3.el4s1.8.i 100% |=========================| 17 kB 00:00 ---> Package php-cli.i386 0:5.1.6-3.el4s1.8 set to be updated
2008 Jan 22
2
mysql versions
Hello, I just noticed that centosplus for c4 provides mysql 5.0.54, while centosplus for c5 does not provide that recent version and so c5 is stuck with mysql 5.0.22. Any particular reason for that or it is just that no one has yet compiled & packaged 5.0.5x for c5? Also, where does 5.0.54 comes from? MySQL site is only at 5.0.45 rpm and 5.0.51 source ... -- Jure Pe?ar
2006 Sep 09
2
php 5.1 or 5.2
Hi, The regular php distributed with centos 4.x is 4.x with php 5.0.x provided from extras/plus. It seems that we are weeks (a month?) away from 5.2.0. Are there any plans to upgrade those packages to 5.1 or 5.2? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 28
0
php-suhosin-0.9.20 in the testing repository
All, I have just put 3 versions of php-suhosin-0.9.20 in the Testing repository for various versions of CentOS. From the Suhosin website: Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. More Suhosin info: http://www.hardened-php.net/suhosin/ Suhosin Configuration:
2009 Aug 13
1
c5-testing
is there a list more sutiable for c5-testing discussions? I'd like to install the php-5.2.9 on there, but I'm getting a dependency problem # yum update --enablerepo=c5-testing php Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * rpmforge: fr2.rpmfind.net * base: updates.interworx.info * updates: mirrors.cmich.edu * addons: mirror.stanford.edu *
2006 May 01
2
PHP 5.1 rpm
hi, I am looking for a spec (or src.rpm) for PHP 5.1.x and CentOS 4.3. I've noticed that there is a 5.0.4 in the centosplus directory but no 5.1. Any ideas (besides generate my own)?
2012 Dec 14
3
Building a C5 chroot on a C6 machine
I'm trying to do something slightly silly; rather than having a C5 machine and a C6 machine around for compiling and testing, I want to create a C5 chroot area. Something similar to "mock" but using lvm snapshots and some local config specific stuff. (Potentially even using Linux Containers to enter the chroot environment). So I thought I'd build out the chroot... % cat
2020 Oct 20
0
write.csv covert Åland to <c5>land
Hi there, Why the same string is displayed in different form? > abc[,1] [1] "?land" "Afghanistan" > abc name 1 <c5>land 2 Afghanistan And more... > dput(abc, "aa.txt") > dget("aa.txt") name 1 <c5>land 2 Afghanistan > dget("aa.txt")[,1] [1] "<c5>land"
2020 Oct 20
1
write.csv covert Åland to <c5>land
It looks like an encoding problem. It works fine for me with R encoding set to UTF-8 Here is part of my sessionInfo() results [1] LC_CTYPE=en_CA.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_CA.UTF-8 LC_COLLATE=en_CA.UTF-8 [5] LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_CA.UTF-8 I would suggest issuing the command sessionInfo() and seeing what your encoding is. On Tue, 20 Oct 2020 at 08:22,
2012 Oct 18
4
CENTOS 6 3rd party repos compared to Centos 5?
Is there any differences between the repos used by Centos 5.8 and those used by Centos 6.x please - ie does C6 use the same 3rd party repos as C5 does? Is there a Centos wiki article for C6 repos? Kind Regards, Keith ----------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email
2020 Oct 20
1
write.csv covert Åland to <c5>land
You don't say, but I'd guess you're using Windows. In your code page, the character ? is probably not representable. At some point in the sequence of operations involved in printing the dataframe R puts the string into the native encoding, and since that's impossible on your system, it substitutes the <c5> instead. The fact that you can sometimes display it is because
2007 Sep 25
3
/boot partition or not on C5
hello, the last 3 times I installed C5, the MBR was unchanged and nothing was written into /boot/grub except splash.xbm.gz there were no stage* files, nor a menu.lst I know how to fix that. Would I have better luck using a partition mounted as /boot? Anyone succeded with Grub that way? I prefer not having to do surgery to get C5 to boot :) -- Mark New Packages for C5 ---------
2007 Sep 19
2
best source for rpmdevtools RPM in C5
hello, I'm going to try this question again. The first time I botched it and the answers I got were useless. I want to use rpmdevtools to help with some packaging chores. There is no C5 version that I can find. I've located an SRC RPM in a location that is known to be C5 compatible. There are 2 versions of rpmdevtools:
2020 Oct 20
5
write.csv covert Åland to <c5>land
Hi there, I tried to export the names of country to a csv file with write.csv(). In the resulted file, ?land was coverted to <c5>land. Is there any way could prevent this happening? Thanks! > abc [1] "?land" > write.table(abc, file = "") "x" "1" "<c5>land" Best, Jinsong
2020 Oct 20
2
write.csv covert Åland to <c5>land
On 2020/10/20 17:23, Dr Eberhard W Lisse wrote: > ?file.write() > > look for fileEncoding? > > el > There is no file.write(). I have tried fileEncoding = "utf8" and "latin1" in write.csv(). However, it does not have effect. The output is is <U+00C5>land or <c5>land. Best, Jinsong > On 20/10/2020 11:13, Jinsong Zhao wrote: >> Hi
2020 Oct 20
0
write.csv covert Åland to <c5>land
?file.write() look for fileEncoding? el On 20/10/2020 11:13, Jinsong Zhao wrote: > Hi there, > > I tried to export the names of country to a csv file with write.csv(). In the resulted file, ?land was coverted to <c5>land. Is there any way could prevent this happening? Thanks! > >> abc > [1] "?land" >> write.table(abc, file = "") >
2007 Jun 28
3
Vim differences between C4 and C5
I have installed CentOS 4.5 and 5 on 2 separate machines, and both have default installs of vim-enhanced on each of them. I noticed that I can get syntax highlighting as a regular user, sudo and as root in C4.5. In C5 I only get highlighting as a regular user. I diff'ed my /etc/vimrc files between each install there is no changes and neither root ~ has a .vimrc file. I had put "# vim:
2007 Aug 13
1
Matlab 2007a and C5 out-of-box broken
I had to reinstall C5 64-bit out-of-box on two machines. Before the reinstall, Matlab 2007a 64-bit worked fine. Now, I get "failed to start the desktop; failure loading desktop class". matlab -nojvm works fine. The reinstall was not an upgrade. I tested on two identical systems - one before I installed the NVIDIA drivers, and one after. No difference. I installed jre and jdk