similar to: RE: Apache Install error on Centos 4.3

Displaying 20 results from an estimated 100 matches similar to: "RE: Apache Install error on Centos 4.3"

2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from the text file. If you want to leave it in then you could have some voicemail boxes defined in the text voicemail.conf. I do not, so I have removed it. Below is the new patch: *** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600 *************** *** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all, I am just getting going on building my system, but I thought I'd send you all a patch that I wrote so the command: show voicemail users issued from the CLI works properly when there is a postgres backend for the voicemail. The current version of the app does not display the voicemail boxes found in a database. It is called in the load_config function. I haven't done
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download server for an 'e-mail purification service' (AV/ anti-spam) for smartphones. The service itself presently runs on a rented server somewhere in the UK and the corresponding 'web service' front-end and user account/ mail account database resides on a server in Germany. The UK dovecot server uses the PostgreSQL server
2008 Nov 12
2
libapr issue - CentOS 4.7
Hi I am trying to get httpd onto a freshly updated, although long time ago installed CentOS 4 box. Its fully updated to 4.7 however when trying to install httpd this is the error i get, well i should say install is fine but httpd cant start. # yum install httpd -- snip -- Dependencies Resolved ============================================================================= Package
2005 Mar 05
2
cant compile app_meetme2
Dear all I am get the following problem when trying to compile app_meetme2 using mysql...it seems to want to use pgsql.....? anyone my Makefile looks like app_meetme2.o: app_meetme2.c #$(CC) -pipe $(CFLAGS) -c -o app_meetme2.o app_meetme2.c $(CC) -pipe -I/usr/local/include/mysql -L/usr/local/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_meetme2.so: app_meetme2.o
2009 Apr 06
3
Installing Warehouse- undefined symbol: apr_dbm_type_db
Hi All, I want to install warehouse application but i could use rake command because of following error. Kindly support me to resolve the same. Error- !! No Ultraviolet gem found, defaulting to javascript syntax highlighting. Do not be afraid. !! Error loading plugins: Mysql::Error: Table ''electron_xorndevelopment.plugins'' doesn''t exist: SELECT * FROM `plugins`
2011 May 03
2
libpq.so.4 missing
Anyone else seeing this when trying to install httpd? My mirror is completely up to date and the machine is a fresh install of CentOS 5.6 Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished 7 packages excluded due to repository priority protections Setting up
2009 Aug 01
3
[LLVMdev] building whole-program bitcode with LLVM
Hi, Professor Adve suggested that we post this question to llvm-dev. Thanks in advance for your advice. My colleagues and I want to create whole-program bitcode for large real programs like Apache, BIND, OpenLDAP, etc. We want the whole-program bitcode to include every part of the program for which we have source code. For example, in the case of Apache's "httpd" server, we want
2008 Nov 12
1
SVN missing libexpat.so.0 while it is present
Hello, Hopefully I am sending this to the correct mailing list but it seemed best suited for troubleshooting :-) I am trying to fix Subversion which isn't working for me on one of our machines: every attempt to run 'svn ls' or 'svn co' ends in: svnserve: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory Which is
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi, It would be nice if it were easier for relative novices to build whole-program bitcodes for large, complex applications with hairy build systems. Several readers of this list have been trying various approaches for a few months but as far as I know we haven't yet found a good general solution. Approaches that have been tried include 1) placing wrappers for the usual tools (gcc, ar, as,
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi Terence, I believe that this is in fact similar to an approach Coverity uses (or used at one time) as a robust solution to determine what was done during a build. I can imagine that one can build a robust system following this technique, but it also seems like it might be quite a bit of work. Another possible alternative not mentioned is to teach the compiler driver (clang, most likely) to
2003 May 27
1
Postgres "issue"
Dear list, I have a small issue with dovecot talking to a postgresql server: If my postgres server get restarted, dovecot fails to reconnect to the postgres server. I run dovecot 0.99.9.1 (which is actually a cvs version of dovecot, of may 9 2003) I have the same postgres version for the server as I use for the libraries. Is it hard to get auto-reconnect to work? Kind regards, Maikel
2011 Apr 29
1
mod_ssl?
I just noticed that the mod_ssl package was missing on a 5.x machine that I thought was approximately like several other that have it - and don't remember doing anything different. Is there some yum group that would install httpd without including it? -- Les Mikesell lesmikesell at gmail.com
2012 Feb 01
0
apache 2.2.22 on CentOS 5...
Hi, while the brand new apache 2.2.22 compiles fine on CentOS 6, it fails on CentOS 5 unless you tell him to use its internal apr lib...I saw in the 2.2.22 release notes: "This release includes the Apache Portable Runtime (APR) version 1.4.5 and APR Utility Library (APR-util) version 1.4.2, bundled with the tar and zip distributions. The APR libraries libapr and libaprutil (and on Win32,
2007 Mar 14
2
Red Hat Enterprise Linux 5 and CentOS 5 extras packages
Hi, In the advent of RHEL5 and CentOS 5, I've been rebuilding the RPMforge packages for EL5. You can find these at the usual location[*]. A few points though: + Not all RPMforge packages are available at this time + If you find a package that you need and isn't there, please do look at the buildlogs and send me instructions on how to fix this specific build. (Saves us time
2009 Jun 04
2
RPostgreSQL segfault with LEFT JOIN
Hi, I recently upgraded to R 2.9.0 on linux x86. After doing so, I switched to the RPostgreSQL package for interfacing with a postgresql database. I am using postgresql 8.3.7. A query that works from the postgresql terminal is causing a segfault when executed from R. My sessionInfo, the error message, and the R code used to generate the error are listed below. I have noticed that a
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
Has anyone gotten Apache 2.0.54 to build on CentOS 4.1? Apache 2.0.52(distrbiuted with CentOS 4.1) compiles file. This is the error: /scratch/apache2.src/httpd-2.0.54/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
2008 Nov 18
4
New installation woes
I've just installed CentOS 5.2 for the x86_64 on a SuperMicro X6DA8-G board with two 250g SATA drives configured in the bios as a raid 1 array. After getting the base installed, I've tried to yum update the system and I wind up with these errors.... --> Finished Dependency Resolution Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14)(64bit) is needed by package
2012 Jan 19
1
RApache installation problems
Hi all I was trying to isntall RApache last week but ran into strnge problems that no one else seems to be experiencing. At least I couldn't find anything after extensive googling. First off, the machine I'm installing on looks like this: Dell Optiplex 745 32 bit 2GB RAM Fedora 15 httpd -v Server version: Apache/2.2.21 (Unix) Server built: Sep 13 2011 13:46:23 R: R-2.14.0-3.fc15.i686
2010 Mar 25
2
A questions about consume_results (driver-pgsql.c)
Code -------------- static void consume_results(struct pgsql_db *db) { do { if (!PQconsumeInput(db->pg)) break; if (PQisBusy(db->pg)) return; } while (PQgetResult(db->pg) != NULL); if (PQstatus(db->pg) == CONNECTION_BAD) io_remove_closed(&db->io); else io_remove(&db->io); db->querying = FALSE; if (db->queue != NULL && db->connected)