similar to: php-5.3.6 fails on CentOS 5.6 64 bit

Displaying 20 results from an estimated 2000 matches similar to: "php-5.3.6 fails on CentOS 5.6 64 bit"

2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
Hi, I am going to be attempting a build of R for the alphas (our main need is to collate and present graphically, performance metrics we gather on our applications). We have: CC=cc, CXX=cxx, Fortran V5.51 (f77, f95), GNU make 3.80, Perl 5.8.4 I am hesitant to rebuild GCC on this platform, and would like to know if others have success in building R with native C, C++ and Fortran. I plan on
2007 Dec 30
1
[LLVMdev] using llvm-ld with existing libraries
I am running into some problems when trying to use llvm-ld to link object files, created by llvm-gcc-4.2 at -O4, with the stock libraries available on powerpc-apple-darwin9. In particular, I am finding that the link command... llvm-ld -O4 -native -o molscript molscript.tab.o global.o lex.o col.o select.o state.o graphics.o segment.o coord.o xform.o postscript.o raster3d.o vrml.o regex.o opengl.o
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
R Listers, One of the list contributors suggested I abandon attempts to build R-1.9.1 and focus on building R-2.3.1. I believe the main set of packages have been built properly (with some changes to the code) - however, when building the Recommended packages, the build fails. CODE CHANGES: ============= 1. My C compiler requires a ";" on line 589 of ..../src/main/printutils.c. Here
2012 Jun 04
1
nodejs based website
Hello, I am trying to setup a node.js based website called 'hummingbird'. It's a monitoring package that you can read about here: http://projects.nuttnet.net/hummingbird/ My question is when I hit the site all I see is a directory listing http://107.21.183.42/hummingbird/ Similar to what would happen if you went to a php site without php being configured in apache with the
2011 Jul 13
2
centos 64 bit
Hello all, I am running CentOS 5.6 64 bit. When running "yum -y install ncurses-devel", I expect that only ncurses 64 bit version will be installed. However, actually both i386 and x64 are installed, that made me unhappy :) ncurses-devel-5.5-24.20060715.i386.rpm ncurses-devel-5.5-24.20060715.x86_64.rpm Is there anything worng here? Regards, Nguyen Vu Hung. -------------- next part
2012 Jun 07
1
noexec tmp directory
Hello, I am fixing up a system for someone and they did not make a separate partition for /tmp...but I want to make it noexec, nosuid. I came across a site that said I could skip all the mount/unmount and new partition stuff (which would probably include downsizing a lvm to make room for it)... by adding this in fstab /tmp /tmp bind nosuid,noexec,bind 0 0 and then reboot... There is
2015 Apr 26
4
can't install gd-devel on centos 7.1
Hey guys, I'm trying to instal gd-devel onto a CentOS 7 host. --> Finished Dependency Resolution Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) Requires: libvpx-devel(x86-64) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest But when I try to do that I get the error you see above. These are the
2009 Aug 03
12
Nothing loads in wine?
I thought that I would be able to use Wine to play TF2 in Fedora 11, so I used this guide to install steam: http://fedorasolved.org/gaming-solutions/installing-steam-using-wine Steam appeared to be working fine, so I downloaded some games (TF2 and CS:S), When they were done downloading, I tried to play one, and the "Preparing to launch TF2" box came up. So I waited for a few seconds and
2014 Jun 26
1
Compiling R-3.1.0 on debian with libpng/libjpeg
Dear r-developers, I currently face an issue while compiling R from source on a debian wheezy. When running the configure script (particularly with --enable-R-shlib --prefix=/packages/R/3.1.0/) I get a Makefile and the output ... Interfaces supported: X11 External libraries: readline Additional capabilities: PNG, JPEG, NLS Options enabled: shared R library, shared
2012 Aug 20
2
Kernel Panic - not syncing: Attempted to kill Init!
Just installed CentOS 6.3 from a minimal install disc. All was well, so I ran a yum update, as well as installed some additional packages (mysql, httpd, libjpeg, libpng, and more that I don't remember off the top of my head). Went to reboot the machine and now it won't book up. As it starts to boot, says: Kernel panic - not syncing: Attempted to kill init! Pid: 1, comm: init Not
2009 Apr 13
5
WineHQ on Mac OS X
Hello, I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ? I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19 Thank you,
2011 Oct 19
2
Silly logrotate question
Ok, I have Googled this and either I am not asking the right way or I just can't see what's in front of me (sorry)... We have log files called app.2011-10-119.log (with the date changing every day). The log is created by the application each day at midnight. I have logrotate set to rotate files ending in .log at 4am, with copytruncate on by default. If I list the files I see all the old
2011 Jun 24
5
No DVD Mirrors - Only Torrent
I love Centos. Have in on my data centre servers, my home servers, my laptop and my netbook. Yes there are serious and continuing security concerns relating to Gnome and KDE but they are not Centos. Currently running 5.6 and would like a two set DVD of that version. However none of the mirrors offer pure DVDs only Torrent versions which involve the possibility of bits being tampered with and
2011 Jan 26
2
Basic Permissions Questions
Hi List :) So, I have a folder1, its owner is user1 who has r+w on the folder. User2 is the group owner who only has read access (when I say user2, I mean the group called user2, because when you make a new user the OS can make them their own group). You can see these permissions below: [user2 at host test]$ ls -l drw-r----- 3 user1 user2 28 Nov 2 16:17 folder1 How ever user2 can not
2011 Aug 10
1
libsafe on CentOS 5.6
Hello all, IIRC, libsafe was officially included in previous versions of Redhat. However, I found that libsafe is not on CentOS 5.6 yum repo. Is that any reason that such a good library like libsafe is excluded? Maybe is there any better alternative for libsafe recently? Regards, Nguyen Vu Hung -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 25
1
Can't build PHP 5.3.6 with MySQL 5.5.10 on CentOS-4
Hello, I'm trying to build PHP 5.3.6 in a CentOS-4 server with MySQL 5.5.10 and I get this error: //usr/include/mysql/my_config_i386.h:610:1: warning: "PACKAGE_NAME" redefined /usr/include/mysql/mysql/psi/mysql_thread.h:100: error: syntax error before "pthread_rwlock_t" /usr/include/mysql/mysql/psi/mysql_thread.h:100: warning: no semicolon at end of struct or union
2009 Jan 26
4
Error while building wine 1.1.13 on Mac Os X
As in subject, when I try building wine 1.1.13 using Mac OS X 10.5.6 using both the latest developer tools and fink packages (for libjpeg, libpng, libxml2, etc) it gives an error on "make && make depend" with the following message: -- rm -f libwine_port.a ar rc libwine_port.a ffs.o fstatvfs.o futimes.o getopt.o getopt1.o getpagesize.o gettid.o interlocked.o isinf.o isnan.o
2006 Oct 03
2
Compiling on Ubuntu
I see several shortcomings in our current method of compiling on linux. Some things I ran in to which might need to be documented on the wiki: 1) Compiling wx properly. A little discussion of the proper flags would be helpful. 2) The use of system libraries for jpeg, tiff and png. The rake file assumes you''ll need these, even if you''re using the builtins from wx. We
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
Hi, i'd like to install R 2.5 on an Ubuntu 14.04. I have a special software requiring this old version. While ./configure, i get the following error: checking for mbstate_t... yes checking for X... no configure: error: --with-x=yes (default) and X11 headers/libs are not available The problem is that i don't know which headers or libraries are missing, and when i search with aptitude in
2008 Nov 16
1
Compiling on OS X
Howdy, Anyone building vanilla Wine on OS X? I've installed Xcode as well as X11, but still get quite a few configure errors: configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: libsane development files not found, scanners won't be supported. configure: libgphoto2 development files