1
vote
1answer
24 views
How to cross compile from Mac OS X to Linux x86?
Hi, I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I:
Compile GCC 4.1.2 toolchain and related tools?
Use that tool to cross compi …
1
vote
3answers
290 views
PECL install fails
Hey!
I have browsed every Google result, read all the forum posts about this error, but I cannot solve it.
When using PECL install for anything, I always end up getting this erro …
1
vote
1answer
32 views
How do you install gnu MAKE without compiler [closed]
I'm a little new in this area. I have a virtual machine centos5.1 that doesn't come with make or any compiler... basically stripped down. It doesn't come with any install packages …
0
votes
0answers
55 views
how to install php/mysql/apache2 in centOS [closed]
Hi
I running a CentOS remotely now I want to install PHP/Mysql/apache into it. Can you guys please help me in doing so I'm newbie.
thanks
1
vote
4answers
66 views
Automatic Database reads/write every second
I am making an auction website, which has an auto-bid system. This system lets people make biddings without having to be there.
My question is how to implement such a system. I ha …
0
votes
1answer
13 views
image rendering issue
I am running Apache/2.2.3 (CentOS). For some reason certain images, jpg, gif, or png will show up as byte code when accessed directly on the server. Firefox 3 and Safari both think …
0
votes
2answers
47 views
Apache Forbidden error on clean CentOS install
Hey folks,
I have a clean copy of CentOS.
Just installed Apache, PHP and MySQL. Everything works like a charm.
Except for I created a new user, let's call it 'demo'.
I created …
0
votes
2answers
53 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
3answers
95 views
Eficient logging of stdin with rsyslog
Hello,
Our environment: CentOS 5, which comes with Apache 2.2 and rsyslog 2.0.6
In order to send Apache 2.2 error log we followed instructions found on the here: http://wiki.rsys …
-2
votes
0answers
343 views
How to install GNOME desktop on linux (CENTOS) [closed]
How to install GNOME desktop on linux (CENTOS).I would appreciate detailed steps as I am a linux newbie.
0
votes
1answer
32 views
Ghostscript ERROR: /undefined in --get--
I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF I am gettin …
1
vote
2answers
42 views
mysql create database and user script
Question Rewritten:
HOMEDIR="ftpuser"
REMOTEIP="1.1.1.1"
MYSQLPASS="password"
Q1="DROP USER "$HOMEDIR"_shop;"
Q2="DROP DATABASE "$HOMEDIR"_shop;"
Q3="CREATE DATABASE IF NOT EXIST …
2
votes
2answers
88 views
PHP Sessions “Unknown: Failed to write session data”.
Hello, I'm using centos 5 with php 5.3.0.
I have php installed and set up, in my php.ini I have session.save_path set to "/tmp", I have "/tmp" set to 7777, it's fully writeable. I …
0
votes
1answer
9 views
Accessing documents on a http server running in a virtual machine
I run Windows 7 as my main OS, and for development work I installed CentOS on a virtual machine under VirtualBox. Everything is installed, including httpd and php with mysql, but I …
0
votes
0answers
34 views
How many maximum files per directory on CentOS 5 64bit or Linux RedHat 64bit? [closed]
Now, I have any 20,000 files in single directory.
How many maximum files per directory on CentOS 64bit ext3?
