php config question (on unix)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers php config question (on unix)
# 1  
Old 03-13-2002
Error php config question (on unix)

i received the following error when trying to update the server to php 4.1.2...

Internal Server Configuration Error

Syntax error on line 58 of /usr/local/etc/httpd/conf/httpd.conf: Cannot load /usr/local/etc/httpd/modules/mod_php4-4.1.2-module-mysql-imap.so into server: /usr/local/etc/httpd/modules/mod_php4-4.1.2-module-mysql-imap.so: Undefined symbol "ap_block_alarms"

i don't know what "ap_block_alarms" is...any help would be great! thanks.

Smilie d
# 2  
Old 03-14-2002
Your error is coming from Apache. Found the following on www.apache.org by searching for ap_block_alarms

Apache 1.3 API: ap_block_alarms -- rank: 1000
... 1.3 API Documentation Routine ap_block_alarms Definition: void ap_block_alarms(void); Usage example: ap_block_alarms(); pid = fork(); if ...
Last Modified: 2001-06-23 06:38:46
Document Size: 1488

2 Apache API: ap_block_alarms -- rank: 952
Apache API Documentation ap_block_alarms Definition: void ap_block_alarms(void); Usage example: No examples ... a corresponding call to unblock_alarms. Previous: ap_bhalfduplex Next: ap ...
Last Modified: 2000-06-14 03:40:08
Document Size: 1093

The only problem is I'm not registered as a developer (and didn't bother to since I don't want the extra email). Go to Apache and register so you can look at the info. Good luck.
thehoghunter
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

sendmail config question

I configured Solaris 10 server to send all mails to our exchange server via D{MTAHost} in submit.cf. but now I don't get internal messages like cron output. what can I do? (2 Replies)
Discussion started by: amozofer
2 Replies

2. Shell Programming and Scripting

Shell script that will compare two config files and produce 2 outputs 1)actual config file 2)report

Hi I am new to shell scripting. There is a requirement to write a shell script to meet follwing needs.Prompt reply shall be highly appreciated. script that will compare two config files and produce 2 outputs - actual config file and a report indicating changes made. OS :Susi linux ver 10.3. ... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

3. Solaris

how to config sudo in unix boxes

Hi How to configure sudo in all unix boxes. plz provide the step by step process. Regards Praveen (3 Replies)
Discussion started by: tv.praveenkumar
3 Replies

4. UNIX for Dummies Questions & Answers

How to view Drive/RAID config in UNIX...

How do you view Drive/RAID configuration in UNIX? We are running an ML370 with 6 drives in it... Version: Sco 5.2.0 Sco Openserver Release 5 (2 Replies)
Discussion started by: bpoulson
2 Replies

5. Solaris

Sendmail Config Question

Hi, I have sendmail configured on my SOLARIS 10 server. But right now, it uses by default root@mysun.localdomain. I wanted to change the default from field to a outside ISP address, so that I can send email to any outside internet email address without changing the FROM field...... because... (5 Replies)
Discussion started by: callingrohit
5 Replies

6. UNIX for Dummies Questions & Answers

Unix Gateway Config

Hello: I'm new to unix and need to know if my unix server has the network configuration configured correctly. I need to add a gateway and don't know how to. Any help. Thx. George (6 Replies)
Discussion started by: projectit
6 Replies

7. Shell Programming and Scripting

config.inc.php ?

In dzsoft php builder, i go to run a script and it says "panic: config.inc.php doesn't exist!! Did you backup it after installation? ..." whats this about???where can i get that file?? iam on win98. (1 Reply)
Discussion started by: perleo
1 Replies
Login or Register to Ask a Question